Name | Lookup | Parameters | |
|---|---|---|---|
| set_bridge_account_elastic | 1f00 | 2 | |
| set_claim_limit_elastic | 1f01 | 2 | |
| set_bridge_fee_elastic | 1f02 | 3 | |
| mint_claim_elastic | 1f03 | 4 | |
| claim_elastic | 1f04 | 4 | |
| burn_elastic | 1f05 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BridgeAccountChanged | 1f00 | ||
| MintSuccess | 1f01 | ||
| ClaimLimitUpdated | 1f02 | ||
| Claimed | 1f03 | ||
| Burned | 1f04 | ||
| MintFeeUpdated | 1f05 | ||
| BurnFeeUpdated | 1f06 | ||
| ElasticBridgeAccountChanged | 1f07 | ||
| ElasticMintSuccess | 1f08 | ||
| ElasticClaimLimitUpdated | 1f09 | ||
| ElasticClaimed | 1f0a | ||
| ElasticBurned | 1f0b | ||
| ElasticFeeUpdated | 1f0c |
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>"} | |
| ElasticBridgeAccounts | {"origin":"MapType","map_type":{"key":"BridgeNetworks","hasher":"Blake2_128Concat","value":"Option<AccountId>","isLinked":false}} | |
| ElasticClaimLimits | {"origin":"MapType","map_type":{"key":"BridgeNetworks","hasher":"Blake2_128Concat","value":"BalanceOf","isLinked":false}} | |
| BridgeFees | {"origin":"MapType","map_type":{"key":"BridgeNetworks","hasher":"Blake2_128Concat","value":"(BalanceOf, BalanceOf)","isLinked":false}} | |
| ElasticClaims | {"origin":"DoubleMapType","double_map_type":{"key":"BridgeNetworks","key2":"EthereumTxHash","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"(EthereumAddress, BalanceOf, bool)","isLinked":false}} | |
| PalletStorageVersion | {"origin":"PlainType","plain_type":"u32"} |
Name | Docs |
|---|---|
| NoPermission | |
| AlreadyMinted | |
| AlreadyClaimed | |
| ClaimLimitExceeded | |
| TxNotMinted | |
| InvalidEthereumSignature | |
| SignatureNotMatch | |
| InvalidAmount |