Name | Lookup | Parameters | |
|---|---|---|---|
| begin_claim | 5300 | 2 | |
| claim | 5301 | 2 | |
| claim_for | 5302 | 1 | |
| add_beneficiaries | 5303 | 1 | |
| end_claim | 5304 | - | |
| remove_beneficiaries | 5305 | 1 | |
| claim_ethereum | 5306 | 3 | |
| claim_ethereum_for | 5307 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ClaimStarted | 5300 | ["u64","ClaimMessage"] | |
| Claimed | 5301 | ["Beneficiary","BalanceOf"] | |
| ClaimEnded | 5302 | ["u64","ClaimMessage"] | |
| BeneficiariesRemoved | 5303 | ["u32"] | |
| NoMoreBeneficiaries | 5304 |
Name | Type | |
|---|---|---|
| Beneficiaries | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["pallet_token_claim:beneficiary:Beneficiary"],"value":"U128","keys_id":212,"value_id":6}} | |
| CounterForBeneficiaries | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| TotalClaimable | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| ClaimActive | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
| ClaimId | {"origin":"PlainType","plain_type":"Tuple:U64Vec<U8>","PlainTypeValue":704} | |
| PalletAccountId | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 7a6b762f70746b63 | |
| MaxBeneficiaries | U32 | 40420f00 | |
| MaxClaimMessageLength | U32 | f4010000 | |
| MaxOpBeneficiaries | U32 | 10270000 | |
| EthMsgSeparator | Vec<U8> | 0440 |
Name | Docs |
|---|---|
| AlreadyStarted | Attempt to perform an action that is invalid when there is a claim campaign active. |
| 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 that is invalid when there is no claim campaign active. |
| NonEmptyBeneficiaries | Attempt to start a claim while there are still beneficiaries in storage from a previous one |
| BadSignature | Signature verification failed for a given beneficiary |
| InvalidClaimMessage | Supplied an invalid claim message |