Name | Lookup | Parameters | |
|---|---|---|---|
| mint | 7d00 | 4 | |
| zenlink_swap | 7d01 | 5 | |
| redeem | 7d02 | 3 | |
| stable_pool_swap | 7d03 | 6 | |
| add_whitelist | 7d04 | 2 | |
| remove_whitelist | 7d05 | 2 | |
| set_execution_fee | 7d06 | 2 | |
| set_transfer_to_fee | 7d07 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| AddWhitelistAccountId | 7d00 | ["SupportChain","AccountIdOf"] | |
| RemoveWhitelistAccountId | 7d01 | ["SupportChain","AccountIdOf"] | |
| XcmMint | 7d02 | ["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"] | |
| XcmMintFailed | 7d03 | ["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"] | |
| XcmZenlinkSwap | 7d04 | ["H160","CurrencyIdOf","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"] | |
| XcmZenlinkSwapFailed | 7d05 | ["H160","CurrencyIdOf","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"] | |
| XcmStablePoolSwap | 7d06 | ["H160","PoolTokenIndex","PoolTokenIndex","BalanceOf","TargetChain<AccountIdOf>"] | |
| XcmStablePoolSwapFailed | 7d07 | ["H160","PoolTokenIndex","PoolTokenIndex","BalanceOf","TargetChain<AccountIdOf>"] | |
| XcmRedeem | 7d08 | ["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"] | |
| XcmRedeemFailed | 7d09 | ["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"] | |
| SetTransferToFee | 7d0a | ["SupportChain","BalanceOf"] | |
| SetExecutionFee | 7d0b | ["CurrencyId","BalanceOf"] |
Name | Type | |
|---|---|---|
| WhitelistAccountId | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_slpx:SupportChain"],"value":"Vec<AccountId>","keys_id":356,"value_id":735}} | |
| ExecutionFee | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["node_primitives:currency:CurrencyId"],"value":"U128","keys_id":248,"value_id":6}} | |
| TransferToFee | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_slpx:SupportChain"],"value":"U128","keys_id":356,"value_id":6}} |
Name | Type | Value | |
|---|---|---|---|
| TreasuryAccount | AccountId | 6d6f646c62662f74727372790000000000000000000000000000000000000000 | |
| ParachainId | U32 | ee070000 |
Name | Docs |
|---|---|
| TokenNotFoundInVtokenMinting | Token not found in vtoken minting |
| TokenNotFoundInZenlink | Token not found in zenlink |
| AccountIdAlreadyInWhitelist | Contract Account already exists in the whitelist |
| AccountIdNotInWhitelist | Contract Account is not in the whitelist |
| ExceededWhitelistMaxNumber | The maximum number of whitelist addresses is 10 |
| NotSetExecutionFee | Execution fee not set |
| FreeBalanceTooLow | Insufficient balance to execute the fee |
| ArgumentsError | ArgumentsError |