Name | Lookup | Parameters | |
---|---|---|---|
mint | 7d00 | 5 | |
redeem | 7d02 | 4 | |
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 | |
set_hyperbridge_oracle | 7d0f | 7 | |
set_hydration_oracle | 7d10 | 4 | |
async_mint | 7d12 | 4 | |
update_async_mint_config | 7d14 | 1 | |
force_increase_hyperbridge_reserve | 7d15 | 3 |
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 | ||
SetHyperBridgeOracleConfig | 7d0e | ["u32","H160","u64","BlockNumberFor","BoundedVec<(CurrencyId, H160), ConstU32<10>>"] | |
SetHydrationOracleConfig | 7d0f | ["BlockNumberFor","BoundedVec<(CurrencyId, Location, Location), ConstU32<10>>"] | |
AsyncMintExecuted | 7d10 | ["AccountIdOf","u32","CurrencyId","BalanceOf","BalanceOf"] | |
AsyncMintConfigUpdated | 7d11 | ["AsyncMintConfiguration<BlockNumberFor>"] | |
AsyncMintExecutionFailed | 7d12 | ["u32","CurrencyId","BalanceOf"] |
Name | Type | |
---|---|---|
WhitelistAccountId | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:SupportChain"],"value":"Vec<AccountId>","keys_id":407,"value_id":825}} | |
ExecutionFee | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"U128","keys_id":307,"value_id":6}} | |
TransferToFee | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:SupportChain"],"value":"U128","keys_id":407,"value_id":6}} | |
XcmEthereumCallConfiguration | {"origin":"PlainType","plain_type":"bifrost_slpx:types:EthereumCallConfiguration","PlainTypeValue":826} | |
CurrencyIdList | {"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":340} | |
SupportXcmFeeList | {"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":827} | |
OrderQueue | {"origin":"PlainType","plain_type":"Vec<bifrost_slpx:types:Order>","PlainTypeValue":828} | |
DelayBlock | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
HyperBridgeOracle | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"bifrost_slpx:types:HyperBridgeOracleConfig","keys_id":4,"value_id":830}} | |
HydrationOracle | {"origin":"PlainType","plain_type":"bifrost_slpx:types:HydrationOracleConfig","PlainTypeValue":831} | |
AsyncMintConfig | {"origin":"PlainType","plain_type":"bifrost_slpx:types:AsyncMintConfiguration","PlainTypeValue":415} | |
AsyncMintExecutions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Tuple:bifrost_primitives:currency:CurrencyIdU32"],"value":"Tuple:U32U8","keys_id":772,"value_id":832}} |
Name | Type | Value | |
---|---|---|---|
TreasuryAccount | AccountId | 6d6f646c62662f74727372790000000000000000000000000000000000000000 | |
ParachainId | U32 | d1070000 | |
MaxOrderSize | U32 | f4010000 | |
MaxUserOrderSize | U32 | 14000000 | |
PalletId | [U8; 8] | 6269662d736c7078 |
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 | |
AsyncMintTooFrequent | Async Mint execution too frequent |
AsyncMintIssuanceRatioTooHigh | Async Mint issuance ratio too high |
AsyncMintConfigNotSet | Async Mint configuration not set |