Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 4900 | ||
| Contributed | 4901 | ||
| Withdrew | 4902 | ||
| PartiallyRefunded | 4903 | ||
| AllRefunded | 4904 | ||
| Dissolved | 4905 | ||
| DeployDataFixed | 4906 | ||
| Onboarded | 4907 | ||
| HandleBidResult | 4908 | ||
| Edited | 4909 | ||
| MemoUpdated | 490a | ||
| AddedToNewRaise | 490b |
Name | Type | |
|---|---|---|
| Funds | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"FundInfo<AccountId, BalanceOf, BlockNumber, LeasePeriodOf< T>>","isLinked":false}} | |
| NewRaise | {"origin":"PlainType","plain_type":"Vec<ParaId>"} | |
| EndingsCount | {"origin":"PlainType","plain_type":"u32"} | |
| NextTrieIndex | {"origin":"PlainType","plain_type":"u32"} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | PalletId | 0x70792f6366756e64 | |
| MinContribution | BalanceOf | 0x18e47648170000000000000000000000 | |
| RemoveKeysLimit | u32 | 0xe8030000 |
Name | Docs |
|---|---|
| FirstPeriodInPast | The current lease period is more than the first lease period. |
| FirstPeriodTooFarInFuture | The first lease period needs to at least be less than 3 `max_value`. |
| LastPeriodBeforeFirstPeriod | Last lease period must be greater than first lease period. |
| LastPeriodTooFarInFuture | The last lease period cannot be more then 3 periods after the first period. |
| CannotEndInPast | The campaign ends before the current block number. The end must be in the future. |
| EndTooFarInFuture | The end date for this crowdloan is not sensible. |
| Overflow | There was an overflow. |
| ContributionTooSmall | The contribution was below the minimum, `MinContribution`. |
| InvalidParaId | Invalid fund index. |
| CapExceeded | Contributions exceed maximum amount. |
| ContributionPeriodOver | The contribution period has already ended. |
| InvalidOrigin | The origin of this call is invalid. |
| NotParachain | This crowdloan does not correspond to a parachain. |
| LeaseActive | This parachain lease is still active and retirement cannot yet begin. |
| BidOrLeaseActive | This parachain's bid or lease is still active and withdraw cannot yet begin. |
| FundsNotReturned | Funds have not yet been returned. |
| FundNotEnded | The crowdloan has not yet ended. |
| NoContributions | There are no contributions stored in this crowdloan. |
| HasActiveParachain | This crowdloan has an active parachain and cannot be dissolved. |
| NotReadyToDissolve | The crowdloan is not ready to dissolve. Potentially still has a slot or in retirement period. |
| InvalidSignature | Invalid signature. |
| MemoTooLarge | The provided memo is too large. |
| AlreadyInNewRaise | The fund is already in NewRaise |