subscan
Runtime Modules / Slpx
Spec Version:
Events
Name
Lookup
Attributes
AddWhitelistAccountId7d00["SupportChain","AccountIdOf"]
RemoveWhitelistAccountId7d01["SupportChain","AccountIdOf"]
XcmMint7d02["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"]
XcmMintFailed7d03["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"]
XcmZenlinkSwap7d04["H160","CurrencyIdOf","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"]
XcmZenlinkSwapFailed7d05["H160","CurrencyIdOf","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"]
XcmStablePoolSwap7d06["H160","PoolTokenIndex","PoolTokenIndex","BalanceOf","TargetChain<AccountIdOf>"]
XcmStablePoolSwapFailed7d07["H160","PoolTokenIndex","PoolTokenIndex","BalanceOf","TargetChain<AccountIdOf>"]
XcmRedeem7d08["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"]
XcmRedeemFailed7d09["H160","CurrencyIdOf","BalanceOf","TargetChain<AccountIdOf>"]
SetTransferToFee7d0a["SupportChain","BalanceOf"]
SetExecutionFee7d0b["CurrencyId","BalanceOf"]
SetCurrencyEthereumCallSwitch7d0c["CurrencyId","bool"]
SetEthereumCallConfiguration7d0d["u128","Weight","BlockNumberFor","H160"]
XcmSetTokenAmount7d0e["CurrencyId","BalanceOf","CurrencyId","BalanceOf"]
SetCurrencyToSupportXcmFee7d0f["CurrencyId","bool"]
SetDelayBlock7d10["BlockNumberFor"]
CreateOrder7d11["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor >"]
OrderHandled7d12["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor >"]
OrderFailed7d13["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor >"]
Storage Functions
Name
Type
WhitelistAccountId{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_slpx:types:SupportChain"],"value":"Vec<AccountId>","keys_id":360,"value_id":793}}
ExecutionFee{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"U128","keys_id":251,"value_id":6}}
TransferToFee{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_slpx:types:SupportChain"],"value":"U128","keys_id":360,"value_id":6}}
XcmEthereumCallConfiguration{"origin":"PlainType","plain_type":"bifrost_slpx:types:EthereumCallConfiguration","PlainTypeValue":794}
CurrencyIdList{"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":795}
SupportXcmFeeList{"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":796}
OrderQueue{"origin":"PlainType","plain_type":"Vec<bifrost_slpx:types:Order>","PlainTypeValue":797}
DelayBlock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
TreasuryAccountAccountId6d6f646c62662f74727372790000000000000000000000000000000000000000
ParachainIdU32ee070000
Error Types
Name
Docs
TokenNotFoundInVtokenMintingToken not found in vtoken minting
TokenNotFoundInZenlinkToken not found in zenlink
AccountIdAlreadyInWhitelistContract Account already exists in the whitelist
AccountIdNotInWhitelistContract Account is not in the whitelist
ExceededWhitelistMaxNumberThe maximum number of whitelist addresses is 10
NotSetExecutionFeeExecution fee not set
FreeBalanceTooLowInsufficient balance to execute the fee
ArgumentsErrorArgumentsError
ErrorConvertVtoken
ErrorValidating
ErrorDelivering
Unsupported