subscan
Runtime Modules / CrowdloanRewards
Spec Version:
Events
Name
Lookup
Attributes
InitialPaymentMade5a00["AccountId","BalanceOf"]
NativeIdentityAssociated5a01["RelayChainAccountId","AccountId","BalanceOf"]
RewardsPaid5a02["AccountId","BalanceOf"]
RewardAddressUpdated5a03["AccountId","AccountId"]
InitializedAlreadyInitializedAccount5a04["RelayChainAccountId","Option<AccountId>","BalanceOf"]
InitializedAccountWithNotEnoughContribution5a05["RelayChainAccountId","Option<AccountId>","BalanceOf"]
Storage Functions
Name
Type
AccountsPayable{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"pallet_crowdloan_rewards:pallet:RewardInfo","keys_id":0,"value_id":319}}
ClaimedRelayChainIds{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"NULL","keys_id":73,"value_id":44}}
UnassociatedContributions{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_crowdloan_rewards:pallet:RewardInfo","keys_id":73,"value_id":319}}
Initialized{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":33}
InitRelayBlock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
EndRelayBlock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
InitializedRewardAmount{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
TotalContributors{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
InitializationPaymentU3200a3e111
MaxInitContributorsU32f4010000
RewardAddressRelayVoteThresholdU3200ca9a3b
Error Types
Name
Docs
AlreadyAssociatedUser trying to associate a native identity with a relay chain identity for posteriorreward claiming provided an already associated relay chain identity
BatchBeyondFundPotTrying to introduce a batch that goes beyond the limits of the funds
FirstClaimAlreadyDoneFirst claim already done
RewardNotHighEnoughThe contribution is not high enough to be eligible for rewards
InvalidClaimSignatureUser trying to associate a native identity with a relay chain identity for posteriorreward claiming provided a wrong signature
InvalidFreeClaimSignatureUser trying to claim the first free reward provided the wrong signature
NoAssociatedClaimUser 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
RewardsAlreadyClaimedUser trying to claim rewards has already claimed all rewards associated with itsidentity and contribution
RewardVecAlreadyInitializedReward vec has already been initialized
RewardVecNotFullyInitializedYetReward vec has not yet been fully initialized
RewardsDoNotMatchFundRewards should match funds of the pallet
TooManyContributorsInitialize_reward_vec received too many contributors
VestingPeriodNonValidProvided vesting period is not valid
NonContributedAddressProvidedUser provided a signature from a non-contributor relay account
InsufficientNumberOfValidProofsUser submitted an unsifficient number of proofs to change the reward address