subscan
Runtime Modules / Claims
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
ClaimRequested3b00["EthereumAddress","BalanceOf","Hash","bool","BalanceOf"]
Claimed3b01["AccountId","Option<EthereumAddress>","BalanceOf"]
EthereumBlocksProcessed3b02["BlockNumberOf"]
ClaimMinted3b03["EthereumAddress","BalanceOf"]
ClaimMoved3b04["EthereumAddress","EthereumAddress"]
ExchangeRateSet3b05["Perbill"]
DelayTimeForClaimSet3b06["BlockNumberOf"]
ClaimRejected3b07["EthereumAddress","Hash"]
Storage Functions
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}}
Constants
Name
Type
Value
PrefixVec<U8>6050617920454e4a3220746f20746865206163636f756e743a
MaxBatchAccountsU32fa000000
MinClaimDelayU32201c0000
ClaimDistributorAccountIdAccountId6d6f646c65662f636c61696d0000000000000000000000000000000000000000
Error Types
Name
Docs
InvalidEthereumSignatureInvalid Ethereum signature.
SignerHasNoClaimEthereum address has no claim.
AmountZeroAmount Zero
InvalidClaimRequestTimestampInvalid Claim Request Timestamp
ExchangeRateIsNotSetExchange Rate is not set
OutOfBoundsGeneric error for when bounded vector is out of bounds
InvalidClaimTimestampInvalid Claim Timestamp
DelayTimeForClaimNotSetDelay Time for Claim Not Set
DelayTimeSetTooLowDelay cannot be less than MinClaimDelay
InvalidEthereumAddressInvalid address passed in claim
DelayTimeForClaimNotEndedDelay time is not over for user to claim
SameEthereumAddressin move claim both etherum address are same