Name | Lookup | Parameters | |
|---|---|---|---|
| create_fundraiser | 2700 | 10 | |
| invest | 2701 | 7 | |
| freeze_fundraiser | 2702 | 2 | |
| unfreeze_fundraiser | 2703 | 2 | |
| modify_fundraiser_window | 2704 | 4 | |
| stop | 2705 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| FundraiserCreated | 2700 | ||
| Invested | 2701 | ||
| FundraiserFrozen | 2702 | ||
| FundraiserUnfrozen | 2703 | ||
| FundraiserWindowModified | 2704 | ||
| FundraiserClosed | 2705 |
Name | Type | |
|---|---|---|
| Fundraisers | {"origin":"DoubleMapType","double_map_type":{"key":"Ticker","key2":"u64","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"Fundraiser<Moment>","isLinked":false}} | |
| FundraiserCount | {"origin":"MapType","map_type":{"key":"Ticker","hasher":"Blake2_128Concat","value":"u64","isLinked":false}} | |
| FundraiserNames | {"origin":"DoubleMapType","double_map_type":{"key":"Ticker","key2":"u64","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"FundraiserName","isLinked":false}} |
Name | Docs |
|---|---|
| Unauthorized | Sender does not have required permissions. |
| Overflow | An arithmetic operation overflowed. |
| InsufficientTokensRemaining | Not enough tokens left for sale. |
| FundraiserNotFound | Fundraiser not found. |
| FundraiserNotLive | Fundraiser is either frozen or stopped. |
| FundraiserClosed | Fundraiser has been closed/stopped already. |
| FundraiserExpired | Interacting with a fundraiser past the end `Moment`. |
| InvalidVenue | An invalid venue provided. |
| InvalidPriceTiers | An individual price tier was invalid or a set of price tiers was invalid. |
| InvalidOfferingWindow | Window (start time, end time) has invalid parameters, e.g start time is after end time. |
| MaxPriceExceeded | Price of the investment exceeded the max price. |
| InvestmentAmountTooLow | Investment amount is lower than minimum investment amount. |