subscan
Runtime Modules / Slpx
Spec Version:
Events
Name
Lookup
Attributes
AddWhitelistAccountId7d00["SupportChain","H160","AccountIdOf"]
RemoveWhitelistAccountId7d01["SupportChain","H160","AccountIdOf"]
SetTransferToFee7d02["SupportChain","BalanceOf"]
SetExecutionFee7d03["CurrencyId","BalanceOf"]
SupportXcmOracle7d04["CurrencyId","bool"]
SetXcmOracleConfiguration7d05["Balance","Weight","BlockNumberFor","H160"]
XcmOracle7d06["CurrencyId","BalanceOf","CurrencyId","BalanceOf"]
SetCurrencyToSupportXcmFee7d07["CurrencyId","bool"]
SetDelayBlock7d08["BlockNumberFor"]
CreateOrder7d09["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor>"]
OrderHandled7d0a["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor>"]
OrderFailed7d0b["Order<AccountIdOf, CurrencyIdOf, BalanceOf, BlockNumberFor>"]
XcmOracleFailed7d0c["DispatchError"]
InsufficientAssets7d0d
SetHyperBridgeOracleConfig7d0e["u32","H160","u64","BlockNumberFor","BoundedVec<(CurrencyId, H160), ConstU32<10>>"]
SetHydrationOracleConfig7d0f["BlockNumberFor","BoundedVec<(CurrencyId, Location, Location), ConstU32<10>>"]
AsyncMintExecuted7d10["AccountIdOf","u32","CurrencyId","BalanceOf","BalanceOf"]
AsyncMintConfigUpdated7d11["AsyncMintConfiguration<BlockNumberFor>"]
AsyncMintExecutionFailed7d12["u32","CurrencyId","BalanceOf"]
Storage Functions
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}}
Constants
Name
Type
Value
TreasuryAccountAccountId6d6f646c62662f74727372790000000000000000000000000000000000000000
ParachainIdU32d1070000
MaxOrderSizeU32f4010000
MaxUserOrderSizeU3214000000
PalletId[U8; 8]6269662d736c7078
Error Types
Name
Docs
AccountAlreadyExistsContract Account already exists in the whitelist
CurrencyAlreadyExistsCurrency already exists in the whitelist
AccountNotFoundContract Account is not in the whitelist
CurrencyNotFoundCurrency is not in the whitelist
WhitelistOverflowThe maximum number of whitelist addresses is 10
NotSetExecutionFeeExecution fee not set
FreeBalanceTooLowInsufficient balance to execute the fee
OrderQueueOverflowThe maximum number of order is 500
CurrencyListOverflowThe maximum number of currency id is 10
ErrorConvertVtokenConvert vtoken error
ErrorEncodeError encode
ErrorValidating
ErrorDelivering
ErrorVtokenMiting
ErrorTransferTo
ErrorChargeFee
ErrorArguments
Unsupported
AsyncMintTooFrequentAsync Mint execution too frequent
AsyncMintIssuanceRatioTooHighAsync Mint issuance ratio too high
AsyncMintConfigNotSetAsync Mint configuration not set