Name | Lookup | Parameters | |
---|---|---|---|
associate_native_identity | 1200 | 3 | |
change_association_with_relay_keys | 1201 | 3 | |
claim | 1202 | 1 | |
update_reward_address | 1203 | 2 | |
complete_initialization | 1204 | 2 | |
set_crowdloan_allocation | 1205 | 1 | |
initialize_reward_vec | 1206 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
InitialPaymentMade | 1200 | ["AccountId","BalanceOf"] | |
NativeIdentityAssociated | 1201 | ["RelayChainAccountId","AccountId","BalanceOf"] | |
RewardsPaid | 1202 | ["AccountId","BalanceOf"] | |
RewardAddressUpdated | 1203 | ["AccountId","AccountId"] | |
InitializedAlreadyInitializedAccount | 1204 | ["RelayChainAccountId","Option<AccountId>","BalanceOf"] | |
InitializedAccountWithNotEnoughContribution | 1205 | ["RelayChainAccountId","Option<AccountId>","BalanceOf"] |
Name | Type | |
---|---|---|
CrowdloanAllocation | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":45}} | |
CrowdloanId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
AccountsPayable | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"pallet_crowdloan_rewards:pallet:RewardInfo","keys_id":400,"value_id":401}} | |
CrowdloanPeriod | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Tuple:U32U32","keys_id":4,"value_id":150}} | |
ClaimedRelayChainIds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"NULL","keys_id":400,"value_id":5}} | |
UnassociatedContributions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"pallet_crowdloan_rewards:pallet:RewardInfo","keys_id":400,"value_id":401}} | |
Initialized | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":19} | |
InitializedRewardAmount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":45}} | |
TotalContributors | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} |
Name | Type | Value | |
---|---|---|---|
InitializationPayment | U32 | 84bdc50c | |
MaxInitContributors | U32 | 64000000 | |
RewardAddressRelayVoteThreshold | U32 | 00ca9a3b | |
NativeTokenId | U32 | 00000000 | |
SignatureNetworkIdentifier | Vec<U8> | 206d616e676174612d |
Name | Docs |
---|---|
AlreadyAssociated | User trying to associate a native identity with a relay chain identity for posteriorreward 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 posteriorreward 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 meanthey did not contribute to the crowdloan, or they have not yet associated a native idwith their contribution |
RewardsAlreadyClaimed | User trying to claim rewards has already claimed all rewards associated with itsidentity and contribution |
RewardVecAlreadyInitialized | Reward vec has already been initialized |
RewardVecNotFullyInitializedYet | Reward vec has not yet been fully initialized |
RewardsDoNotMatchFund | Rewards should match funds of the pallet |
TooManyContributors | Initialize_reward_vec received too many contributors |
VestingPeriodNonValid | Provided vesting period is not valid |
NonContributedAddressProvided | User provided a signature from a non-contributor relay account |
InsufficientNumberOfValidProofs | User submitted an unsifficient number of proofs to change the reward address |
ClaimingLessThanED | The mint operation during claim has resulted in err.This is expected when claiming less than existential desposit on a non-existent accountPlease consider waiting until the EndVestingBlock to attempt this |
MathOverflow | Math overflow |
PeriodNotSet | Period not set |
AllocationDoesNotMatch | Trying to introduce a batch that goes beyond the limits of the funds |