Name | Lookup | Parameters | |
---|---|---|---|
claim | 1b00 | 2 | |
add_claim | 1b01 | 3 | |
remove_claim | 1b02 | 2 | |
change_claim | 1b03 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
TokensClaimed | 1b00 | ["AccountId","EthereumAddress","BalanceOf","VestingSchedule"] | |
ClaimAdded | 1b01 | ["EthereumAddress","ClaimInfoOf"] | |
ClaimRemoved | 1b02 | ["EthereumAddress","ClaimInfoOf"] | |
ClaimChanged | 1b03 | ["EthereumAddress","ClaimInfoOf","ClaimInfoOf"] |
Name | Type | |
---|---|---|
Claims | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_token_claims:types:ClaimInfo","keys_id":71,"value_id":76}} | |
TotalClaimable | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
---|---|---|---|
PotAccountId | AccountId | 6d6f646c686d6e642f7463310000000000000000000000000000000000000000 |
Name | Docs |
---|---|
InvalidSignature | The signature was invalid. |
NoClaim | No claim was found. |
ConflictingEthereumAddress | Conflicting ethereum address. |
ClaimsPotOverflow | Pot balance is too high. |
ClaimsPotUnderflow | Pot balance is too low. |
FundsProviderOverflow | Funds provider balance is too high. |
FundsProviderUnderflow | Funds provider balance is too low. |
FundsConsumerOverflow | Funds consumer balance is too high. |