Name | Lookup | Parameters | |
|---|---|---|---|
| create | 4900 | 6 | |
| contribute | 4901 | 3 | |
| withdraw | 4902 | 2 | |
| refund | 4903 | 1 | |
| dissolve | 4904 | 1 | |
| edit | 4905 | 6 | |
| add_memo | 4906 | 2 | |
| poke | 4907 | 1 | |
| contribute_all | 4908 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 4900 | ["ParaId"] | |
| Contributed | 4901 | ["AccountId","ParaId","BalanceOf"] | |
| Withdrew | 4902 | ["AccountId","ParaId","BalanceOf"] | |
| PartiallyRefunded | 4903 | ["ParaId"] | |
| AllRefunded | 4904 | ["ParaId"] | |
| Dissolved | 4905 | ["ParaId"] | |
| HandleBidResult | 4906 | ["ParaId","DispatchResult"] | |
| Edited | 4907 | ["ParaId"] | |
| MemoUpdated | 4908 | ["AccountId","ParaId","Bytes"] | |
| AddedToNewRaise | 4909 | ["ParaId"] |
Name | Type | |
|---|---|---|
| Funds | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:crowdloan:FundInfo","keys_id":173,"value_id":840}} | |
| NewRaise | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":770} | |
| EndingsCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| NextFundIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 70792f6366756e64 | |
| MinContribution | U128 | 00743ba40b0000000000000000000000 | |
| RemoveKeysLimit | U32 | e8030000 |
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 than 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. |
| FundNotEnded | The crowdloan has not yet ended. |
| NoContributions | There are no contributions stored in this crowdloan. |
| NotReadyToDissolve | The crowdloan is not ready to dissolve. Potentially still has a slot or in retirementperiod. |
| InvalidSignature | Invalid signature. |
| MemoTooLarge | The provided memo is too large. |
| AlreadyInNewRaise | The fund is already in `NewRaise` |
| VrfDelayInProgress | No contributions allowed during the VRF delay |
| NoLeasePeriod | A lease period has not started yet, due to an offset in the starting block. |