Name | Lookup | Parameters | |
---|---|---|---|
initialize | 3700 | - | |
initialize_at | 3701 | 1 | |
populate | 3702 | 1 | |
associate | 3703 | 2 | |
claim | 3704 | - | |
unlock_rewards_for | 3705 | 1 | |
add | 3706 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Initialized | 3700 | ["MomentOf"] | |
Claimed | 3701 | ["RemoteAccountOf","AccountId","Balance"] | |
Associated | 3702 | ["RemoteAccountOf","AccountId"] | |
OverFunded | 3703 | ["Balance"] | |
RewardsUnlocked | 3704 | ["MomentOf"] | |
RewardsAdded | 3705 | ["Vec<(RemoteAccountOf, RewardAmountOf, VestingPeriodOf)>"] | |
RewardsDeleted | 3706 | ["Vec<RemoteAccountOf>"] |
Name | Type | |
---|---|---|
Rewards | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_crowdloan_rewards:models:RemoteAccount"],"value":"pallet_crowdloan_rewards:models:Reward","keys_id":128,"value_id":594}} | |
TotalRewards | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
ClaimedRewards | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
TotalContributors | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
VestingTimeStart | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
Associations | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_crowdloan_rewards:models:RemoteAccount","keys_id":0,"value_id":128}} | |
RemoveRewardLocks | {"origin":"PlainType","plain_type":"NULL","PlainTypeValue":32} |
Name | Type | Value | |
---|---|---|---|
InitialPayment | U32 | 0065cd1d | |
OverFundedThreshold | U32 | 80969800 | |
VestingStep | U64 | 005c260500000000 | |
Prefix | Vec<U8> | 207069636173736f2d | |
PalletId | [U8; 8] | 70616c5f63726f77 | |
LockId | [U8; 8] | 636c725f6c6f636b | |
LockByDefault | Bool | 01 | |
account_id | AccountId | 6d6f646c70616c5f63726f770000000000000000000000000000000000000000 |
Name | Docs |
---|---|
NotInitialized | |
AlreadyInitialized | |
BackToTheFuture | |
RewardsNotFunded | |
InvalidProof | |
InvalidClaim | |
NothingToClaim | |
NotAssociated | |
AlreadyAssociated | |
NotClaimableYet | |
UnexpectedRewardAmount | Returned by `delete` if the provided expected reward mismatches the actual reward. |