Name | Lookup | Parameters | |
---|---|---|---|
begin_airdrop | 2700 | 1 | |
claim | 2701 | 1 | |
claim_for | 2702 | 1 | |
add_beneficiaries | 2703 | 1 | |
end_airdrop | 2704 | - |
Name | Lookup | Attributes | |
---|---|---|---|
AirdropStarted | 2700 | ["u64"] | |
Claimed | 2701 | ["AccountId","BalanceOf"] | |
AirdropEnded | 2702 | ["u64"] |
Name | Type | |
---|---|---|
Beneficiaries | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} | |
TotalClaimable | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
AirdropActive | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
AirdropId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":12} | |
PalletAccountId | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Type | Value | |
---|---|---|---|
PalletId | [U8; 8] | 7a6b762f70636c6d |
Name | Docs |
---|---|
AlreadyStarted | Attempt to start a new airdrop while there is one already in progress |
NotEligible | Account requested a claim but it is not present among the Beneficiaries |
NothingToClaim | Added a beneficiary without balance to claim |
AlreadyPresent | Attempt to modify the balance of an already added beneficiary |
AlreadyEnded | Attempt to perform an action implying an open airdrop, while it has already ended |