Name | Lookup | Parameters | |
---|---|---|---|
set_bridge_account | 1800 | 1 | |
set_claim_limit | 1801 | 1 | |
set_mint_fee | 1802 | 1 | |
set_burn_fee | 1803 | 1 | |
mint_claim | 1804 | 3 | |
claim | 1805 | 3 | |
burn | 1806 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
BridgeAccountChanged | 1800 | ||
MintSuccess | 1801 | ||
ClaimLimitUpdated | 1802 | ||
Claimed | 1803 | ||
Burned | 1804 | ||
MintFeeUpdated | 1805 | ||
BurnFeeUpdated | 1806 |
Name | Type | |
---|---|---|
BridgeAccount | {"origin":"PlainType","plain_type":"Option<AccountId>"} | |
ClaimLimit | {"origin":"PlainType","plain_type":"BalanceOf"} | |
Claims | {"origin":"MapType","map_type":{"key":"EthereumTxHash","hasher":"Blake2_128Concat","value":"Option<(EthereumAddress, BalanceOf, bool)>","isLinked":false}} | |
MintFee | {"origin":"PlainType","plain_type":"Option<BalanceOf>"} | |
BurnFee | {"origin":"PlainType","plain_type":"Option<BalanceOf>"} |
Name | Docs |
---|---|
NoPermission | |
AlreadyMinted | |
AlreadyClaimed | |
ClaimLimitExceeded | |
TxNotMinted | |
InvalidEthereumSignature | |
SignatureNotMatch | |
InvalidAmount |