Name | Lookup | Parameters | |
|---|---|---|---|
| change_superior | 1b00 | 1 | |
| change_miner | 1b01 | 1 | |
| set_claim_limit | 1b02 | 1 | |
| mint_claim | 1b03 | 3 | |
| claim | 1b04 | 3 | |
| claim_cru18 | 1b05 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| InitPot | 1b00 | ||
| SuperiorChanged | 1b01 | ||
| MinerChanged | 1b02 | ||
| SetLimitSuccess | 1b03 | ||
| MintSuccess | 1b04 | ||
| Claimed | 1b05 | ||
| BondEthSuccess | 1b06 | ||
| CRU18Claimed | 1b07 |
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"} | |
| CRU18Claimed | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"bool","isLinked":false}} |
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 |