Name | Lookup | Parameters | |
---|---|---|---|
claim | 3b00 | 3 | |
mint_claim | 3b01 | 2 | |
move_claim | 3b02 | 2 | |
request_claims | 3b03 | 2 | |
reject_claims | 3b05 | 1 | |
set_exchange_rate | 3b08 | 2 | |
set_delay_time | 3b09 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
ClaimRequested | 3b00 | ["EthereumAddress","BalanceOf","Hash","bool","BalanceOf"] | |
Claimed | 3b01 | ["AccountId","Option<EthereumAddress>","BalanceOf"] | |
EthereumBlocksProcessed | 3b02 | ["BlockNumberOf"] | |
ClaimMinted | 3b03 | ["EthereumAddress","BalanceOf"] | |
ClaimMoved | 3b04 | ["EthereumAddress","EthereumAddress"] | |
ExchangeRateSet | 3b05 | ["Perbill"] | |
DelayTimeForClaimSet | 3b06 | ["BlockNumberOf"] | |
ClaimRejected | 3b07 | ["EthereumAddress","Hash"] |
Name | Type | |
---|---|---|
Claims | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H160"],"value":"Vec<pallet_claims:types:ClaimData>","keys_id":229,"value_id":787}} | |
TransactionHashLookup | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"NULL","keys_id":13,"value_id":35}} | |
TotalUnclaimedAmount | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
DelayClaimsPeriod | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
LatestBlockNumber | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ExchangeRate | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":59} | |
AccountNonce | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H160"],"value":"U32","keys_id":229,"value_id":4}} |
Name | Type | Value | |
---|---|---|---|
Prefix | Vec<U8> | 6050617920454e4a3220746f20746865206163636f756e743a | |
MaxBatchAccounts | U32 | fa000000 | |
MinClaimDelay | U32 | 201c0000 | |
ClaimDistributorAccountId | AccountId | 6d6f646c65662f636c61696d0000000000000000000000000000000000000000 |
Name | Docs |
---|---|
InvalidEthereumSignature | Invalid Ethereum signature. |
SignerHasNoClaim | Ethereum address has no claim. |
AmountZero | Amount Zero |
InvalidClaimRequestTimestamp | Invalid Claim Request Timestamp |
ExchangeRateIsNotSet | Exchange Rate is not set |
OutOfBounds | Generic error for when bounded vector is out of bounds |
InvalidClaimTimestamp | Invalid Claim Timestamp |
DelayTimeForClaimNotSet | Delay Time for Claim Not Set |
DelayTimeSetTooLow | Delay cannot be less than MinClaimDelay |
InvalidEthereumAddress | Invalid address passed in claim |
DelayTimeForClaimNotEnded | Delay time is not over for user to claim |
SameEthereumAddress | in move claim both etherum address are same |