Name | Lookup | Parameters | |
|---|---|---|---|
| begin_airdrop | 5200 | 1 | |
| claim | 5201 | 1 | |
| claim_for | 5202 | 1 | |
| add_beneficiaries | 5203 | 1 | |
| end_airdrop | 5204 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| AirdropStarted | 5200 | ["u64"] | |
| Claimed | 5201 | ["AccountId","BalanceOf"] | |
| AirdropEnded | 5202 | ["u64"] |
Name | Type | |
|---|---|---|
| Beneficiaries | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} | |
| CounterForBeneficiaries | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| 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 | |
| MaxBeneficiaries | U32 | 40420f00 |
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 |
| MaxNumBeneficiariesReached | Maximum number of beneficiaries reached |
| TooManyBeneficiaries | Too many beneficiaries for this single operation |
| 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 |