Mangata
subscan
Runtime Modules / Crowdloan
Spec Version:
Events
Name
Lookup
Attributes
InitialPaymentMade1200["AccountId","BalanceOf"]
NativeIdentityAssociated1201["RelayChainAccountId","AccountId","BalanceOf"]
RewardsPaid1202["AccountId","BalanceOf"]
RewardAddressUpdated1203["AccountId","AccountId"]
InitializedAlreadyInitializedAccount1204["RelayChainAccountId","Option<AccountId>","BalanceOf"]
InitializedAccountWithNotEnoughContribution1205["RelayChainAccountId","Option<AccountId>","BalanceOf"]
Storage Functions
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}}
Constants
Name
Type
Value
InitializationPaymentU3284bdc50c
MaxInitContributorsU3264000000
RewardAddressRelayVoteThresholdU3200ca9a3b
NativeTokenIdU3200000000
SignatureNetworkIdentifierVec<U8>206d616e676174612d
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
ClaimingLessThanEDThe 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
MathOverflowMath overflow
PeriodNotSetPeriod not set
AllocationDoesNotMatchTrying to introduce a batch that goes beyond the limits of the funds