Name | Lookup | Parameters | |
---|---|---|---|
change_superior | 1500 | 1 | |
change_miner | 1501 | 1 | |
set_claim_limit | 1502 | 1 | |
mint_claim | 1503 | 3 | |
claim | 1504 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
InitPot | 1500 | ||
SuperiorChanged | 1501 | ||
MinerChanged | 1502 | ||
SetLimitSuccess | 1503 | ||
MintSuccess | 1504 | ||
Claimed | 1505 | ||
BondEthSuccess | 1506 |
Name | Type | |
---|---|---|
ClaimLimit | {"origin":"PlainType","plain_type":"BalanceOf"} | |
Claims | {"origin":"MapType","map_type":{"key":"EthereumTxHash","hasher":"Identity","value":"(EthereumAddress, BalanceOf)","isLinked":false}} | |
Claimed | {"origin":"MapType","map_type":{"key":"EthereumTxHash","hasher":"Identity","value":"bool","isLinked":false}} | |
Superior | {"origin":"PlainType","plain_type":"AccountId"} | |
Miner | {"origin":"PlainType","plain_type":"AccountId"} |
Name | Type | Value | |
---|---|---|---|
Prefix | &[u8] | 0x78506179204352557320746f20746865204372757374206163636f756e743a | |
ModuleId | ModuleId | 0x6372636c61696d73 |
Name | Docs |
---|---|
IllegalSuperior | Superior not exist, should set it first |
MinerNotExist | Miner is not exist, should set it first |
IllegalMiner | Miner should be the registered |
AlreadyBeMint | Ethereum tx already be mint |
AlreadyBeClaimed | Ethereum tx already be claimed |
InvalidEthereumSignature | Invalid Ethereum signature. |
SignerHasNoClaim | Ethereum address has no claims. |
SignatureNotMatch | Sign not match |
ExceedClaimLimit | Exceed claim limitation |