Name | Lookup | Parameters | |
|---|---|---|---|
| mint | 7d00 | 4 | |
| redeem | 7d02 | 3 | |
| add_whitelist | 7d04 | 2 | |
| remove_whitelist | 7d05 | 2 | |
| set_execution_fee | 7d06 | 2 | |
| set_transfer_to_fee | 7d07 | 2 | |
| support_xcm_oracle | 7d08 | 2 | |
| set_xcm_oracle_configuration | 7d09 | 4 | |
| set_currency_support_xcm_fee | 7d0a | 2 | |
| set_delay_block | 7d0b | 1 | |
| force_add_order | 7d0c | 6 | |
| mint_with_channel_id | 7d0d | 5 | |
| evm_create_order | 7d0e | 8 |
Name | Lookup | Attributes | |
|---|---|---|---|
| AddWhitelistAccountId | 7d00 | ["SupportChain","H160","AccountIdOf"] | |
| RemoveWhitelistAccountId | 7d01 | ["SupportChain","H160","AccountIdOf"] | |
| SetTransferToFee | 7d02 | ["SupportChain","BalanceOf"] | |
| SetExecutionFee | 7d03 | ["CurrencyId","BalanceOf"] | |
| SupportXcmOracle | 7d04 | ["CurrencyId","bool"] | |
| SetXcmOracleConfiguration | 7d05 | ["Balance","Weight","BlockNumberFor","H160"] | |
| XcmOracle | 7d06 | ["CurrencyId","BalanceOf","CurrencyId","BalanceOf"] | |
| SetCurrencyToSupportXcmFee | 7d07 | ["CurrencyId","bool"] | |
| SetDelayBlock | 7d08 | ["BlockNumberFor"] | |
| CreateOrder | 7d09 | ["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor>"] | |
| OrderHandled | 7d0a | ["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor>"] | |
| OrderFailed | 7d0b | ["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor>"] | |
| XcmOracleFailed | 7d0c | ["DispatchError"] | |
| InsufficientAssets | 7d0d |
Name | Type | |
|---|---|---|
| WhitelistAccountId | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_slpx:types:SupportChain"],"value":"Vec<AccountId>","keys_id":425,"value_id":932}} | |
| ExecutionFee | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"U128","keys_id":322,"value_id":6}} | |
| TransferToFee | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_slpx:types:SupportChain"],"value":"U128","keys_id":425,"value_id":6}} | |
| XcmEthereumCallConfiguration | {"origin":"PlainType","plain_type":"bifrost_slpx:types:EthereumCallConfiguration","PlainTypeValue":933} | |
| CurrencyIdList | {"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":934} | |
| SupportXcmFeeList | {"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":935} | |
| OrderQueue | {"origin":"PlainType","plain_type":"Vec<bifrost_slpx:types:Order>","PlainTypeValue":936} | |
| DelayBlock | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Type | Value | |
|---|---|---|---|
| TreasuryAccount | AccountId | 6d6f646c62662f74727372790000000000000000000000000000000000000000 | |
| ParachainId | U32 | ee070000 | |
| MaxOrderSize | U32 | f4010000 |
Name | Docs |
|---|---|
| AccountAlreadyExists | Contract Account already exists in the whitelist |
| CurrencyAlreadyExists | Currency already exists in the whitelist |
| AccountNotFound | Contract Account is not in the whitelist |
| CurrencyNotFound | Currency is not in the whitelist |
| WhitelistOverflow | The maximum number of whitelist addresses is 10 |
| NotSetExecutionFee | Execution fee not set |
| FreeBalanceTooLow | Insufficient balance to execute the fee |
| OrderQueueOverflow | The maximum number of order is 500 |
| CurrencyListOverflow | The maximum number of currency id is 10 |
| ErrorConvertVtoken | Convert vtoken error |
| ErrorEncode | Error encode |
| ErrorValidating | |
| ErrorDelivering | |
| ErrorVtokenMiting | |
| ErrorTransferTo | |
| ErrorChargeFee | |
| ErrorArguments | |
| Unsupported |