Name | Lookup | Parameters | |
|---|---|---|---|
| associate_native_identity | 5a00 | 3 | |
| claim | 5a01 | - | |
| update_reward_address | 5a02 | 1 | |
| complete_initialization | 5a03 | 1 | |
| initialize_reward_vec | 5a04 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| InitialPaymentMade | 5a00 | ||
| NativeIdentityAssociated | 5a01 | ||
| RewardsPaid | 5a02 | ||
| RewardAddressUpdated | 5a03 | ||
| InitializedAlreadyInitializedAccount | 5a04 | ||
| InitializedAccountWithNotEnoughContribution | 5a05 |
Name | Type | |
|---|---|---|
| AccountsPayable | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"RewardInfo","isLinked":false}} | |
| ClaimedRelayChainIds | {"origin":"MapType","map_type":{"key":"RelayChainAccountId","hasher":"Blake2_128Concat","value":"Null","isLinked":false}} | |
| UnassociatedContributions | {"origin":"MapType","map_type":{"key":"RelayChainAccountId","hasher":"Blake2_128Concat","value":"RewardInfo","isLinked":false}} | |
| Initialized | {"origin":"PlainType","plain_type":"bool"} | |
| InitRelayBlock | {"origin":"PlainType","plain_type":"relay_chain::BlockNumber"} | |
| EndRelayBlock | {"origin":"PlainType","plain_type":"relay_chain::BlockNumber"} | |
| InitializedRewardAmount | {"origin":"PlainType","plain_type":"BalanceOf"} | |
| TotalContributors | {"origin":"PlainType","plain_type":"u32"} |
Name | Type | Value | |
|---|---|---|---|
| InitializationPayment | Perbill | 0x00a3e111 | |
| MaxInitContributors | u32 | 0xe8030000 |
Name | Docs |
|---|---|
| AlreadyAssociated | User trying to associate a native identity with a relay chain identity for posterior reward claiming provided an already associated relay chain identity |
| BatchBeyondFundPot | Trying to introduce a batch that goes beyond the limits of the funds |
| FirstClaimAlreadyDone | First claim already done |
| RewardNotHighEnough | The contribution is not high enough to be eligible for rewards |
| InvalidClaimSignature | User trying to associate a native identity with a relay chain identity for posterior reward claiming provided a wrong signature |
| InvalidFreeClaimSignature | User trying to claim the first free reward provided the wrong signature |
| NoAssociatedClaim | User trying to claim an award did not have an claim associated with it. This may mean they did not contribute to the crowdloan, or they have not yet associated a native id with their contribution |
| RewardsAlreadyClaimed | User trying to claim rewards has already claimed all rewards associated with its identity and contribution |
| RewardVecAlreadyInitialized | Reward vec has already been initialized |
| RewardVecNotFullyInitializedYet | Reward vec has not yet been fully initialized |
| RewardsDoNotMatchFund | Reward vec has already been initialized |
| TooManyContributors | Initialize_reward_vec received too many contributors |
| VestingPeriodNonValid | Provided vesting period is not valid |