subscan
Runtime Modules / Claims
Spec Version:
Call Functions
Name
Lookup
Parameters
change_superior70001
change_miner70011
set_claim_limit70021
mint_claim70033
claim70043
Events
Name
Lookup
Attributes
InitPot7000["AccountId","BalanceOf"]
SuperiorChanged7001["AccountId"]
MinerChanged7002["AccountId"]
SetLimitSuccess7003["BalanceOf"]
MintSuccess7004["EthereumTxHash","EthereumAddress","BalanceOf"]
Claimed7005["AccountId","EthereumAddress","BalanceOf"]
BondEthSuccess7006["AccountId","EthereumAddress"]
Storage Functions
Name
Type
ClaimLimit{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Claims{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"Tuple:[U8; 20]U128","keys_id":114,"value_id":412}}
Claimed{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"Bool","keys_id":114,"value_id":84}}
Superior{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Miner{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Constants
Name
Type
Value
PalletId[U8; 8]6372636c61696d73
PrefixVec<U8>945061792043534d7320746f2074686520437275737420536861646f77206163636f756e743a
Error Types
Name
Docs
IllegalSuperiorSuperior not exist, should set it first
MinerNotExistMiner is not exist, should set it first
IllegalMinerMiner should be the registered
AlreadyBeMintEthereum tx already be mint
AlreadyBeClaimedEthereum tx already be claimed
InvalidEthereumSignatureInvalid Ethereum signature.
SignerHasNoClaimEthereum address has no claims.
SignatureNotMatchSign not match
ExceedClaimLimitExceed claim limitation