Name | Lookup | Parameters | |
|---|---|---|---|
| pause_bridge | 7100 | 1 | |
| unpause_bridge | 7101 | 1 | |
| set_mpc_address | 7102 | 1 | |
| register_domain | 7103 | 2 | |
| unregister_domain | 7104 | 2 | |
| deposit | 7105 | 2 | |
| retry | 7106 | 2 | |
| execute_proposal | 7107 | 2 | |
| pause_all_bridges | 7108 | - | |
| unpause_all_bridges | 7109 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| Deposit | 7100 | ["DomainID","ResourceId","DepositNonce","AccountId","TransferType","Bytes","Bytes"] | |
| ProposalExecution | 7101 | ["DomainID","DepositNonce","[u8; 32]"] | |
| FailedHandlerExecution | 7102 | ["Bytes","DomainID","DepositNonce"] | |
| Retry | 7103 | ["u128","DomainID","AccountId"] | |
| BridgePaused | 7104 | ["DomainID"] | |
| BridgeUnpaused | 7105 | ["DomainID"] | |
| RegisterDestDomain | 7106 | ["AccountId","DomainID","ChainID"] | |
| UnregisterDestDomain | 7107 | ["AccountId","DomainID","ChainID"] | |
| FeeCollected | 7108 | ["AccountId","DomainID","ResourceId","u128","AssetId"] | |
| AllBridgePaused | 7109 | ["AccountId"] | |
| AllBridgeUnpaused | 710a | ["AccountId"] |
Name | Type | |
|---|---|---|
| DepositCounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"U64","keys_id":2,"value_id":11}} | |
| IsPaused | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"Bool","keys_id":2,"value_id":88}} | |
| MpcAddr | {"origin":"PlainType","plain_type":"[U8; 20]","PlainTypeValue":406} | |
| UsedNonces | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U8","U64"],"value":"U64","keys_id":717,"value_id":11}} | |
| DestDomainIds | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"Bool","keys_id":2,"value_id":88}} | |
| DestChainIds | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"U256","keys_id":2,"value_id":130}} |
Name | Type | Value | |
|---|---|---|---|
| TransferReserveAccounts | Vec<Tuple:staging_xcm:v3:multiasset:AssetIdAccountId> | 040000006d6f646c7379676d612f30310000000000000000000000000000000000000000 | |
| DestVerifyingContractAddress | H160 | 6cde2cd82a4f8b74693ff5e194c19ca08c2d1c68 | |
| EIP712ChainID | U256 | 7014000000000000000000000000000000000000000000000000000000000000 | |
| FeeReserveAccount | AccountId | b00e3e4afb5a9c54036ec6c1775881031fb26b72427a10724c4d8b91099ee889 |
Name | Docs |
|---|---|
| AccessDenied | Account has not gained access permission |
| BadMpcSignature | Protected operation, must be performed by relayer |
| InsufficientBalance | Insufficient balance on sender account |
| TransactFailed | Asset transactor execution failed |
| FeeTooExpensive | The withdrawn amount can not cover the fee payment |
| MissingMpcAddress | MPC address not set |
| MpcAddrNotUpdatable | MPC address can not be updated |
| BridgePaused | Bridge is paused |
| BridgeUnpaused | Bridge is unpaused |
| MissingFeeConfig | Fee config option missing |
| AssetNotBound | Asset not bound to a resource id |
| ProposalAlreadyComplete | Proposal has either failed or succeeded |
| EmptyProposalList | Proposal list empty |
| TransactorFailed | Transactor operation failed |
| InvalidDepositData | Deposit data not correct |
| DestDomainNotSupported | Dest domain not supported |
| DestChainIDNotMatch | Dest chain id not match |
| ExtractDestDataFailed | Failed to extract destination data |
| DecimalConversionFail | Failed on the decimal converter |
| DepositNonceOverflow | Deposit nonce has reached max integer value |
| NoLiquidityHolderAccountBound | Asset not bound to a liquidity holder account |
| Unimplemented | Function unimplemented |