Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 1800 | 2 | |
| mint_claim | 1801 | 4 | |
| claim_attest | 1802 | 3 | |
| attest | 1803 | 1 | |
| move_claim | 1804 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Claimed | 1800 |
Name | Type | |
|---|---|---|
| Claims | {"origin":"MapType","map_type":{"key":"EthereumAddress","hasher":"Identity","value":"BalanceOf","isLinked":false}} | |
| Total | {"origin":"PlainType","plain_type":"BalanceOf"} | |
| Vesting | {"origin":"MapType","map_type":{"key":"EthereumAddress","hasher":"Identity","value":"(BalanceOf, BalanceOf, BlockNumber)","isLinked":false}} | |
| Signing | {"origin":"MapType","map_type":{"key":"EthereumAddress","hasher":"Identity","value":"StatementKind","isLinked":false}} | |
| Preclaims | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Identity","value":"EthereumAddress","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| Prefix | & 'static[u8] | 0x8450617920444f547320746f2074686520506f6c6b61646f74206163636f756e743a |
Name | Docs |
|---|---|
| InvalidEthereumSignature | Invalid Ethereum signature. |
| SignerHasNoClaim | Ethereum address has no claim. |
| SenderHasNoClaim | Account ID sending transaction has no claim. |
| PotUnderflow | There's not enough in the pot to pay out some unvested amount. Generally implies a logic error. |
| InvalidStatement | A needed statement was not included. |
| VestedBalanceExists | The account already has a vested balance. |