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 | |
|---|---|---|---|
| SuperiorChanged | 1500 | ||
| MinerChanged | 1501 | ||
| SetLimitSuccess | 1502 | ||
| MintSuccess | 1503 | ||
| Claimed | 1504 | ||
| BondEthSuccess | 1505 |
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 |
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 |