subscan
Runtime Modules / FlexibleFee
Spec Version:
Events
Name
Lookup
Attributes
TransferTo6400["AccountId","TargetChain","BalanceOf"]
SetDefaultFeeCurrency6401["AccountId","Option<CurrencyId>"]
SetFeeCurrencyList6402["BoundedVec<CurrencyId, MaxFeeCurrencyOrderListLen>"]
SetExtraFee6403["RawCallName","Option<(CurrencyId, BalanceOf, AccountId)>"]
Storage Functions
Name
Type
UniversalFeeCurrencyOrderList{"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":322}
UserDefaultFeeCurrency{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"bifrost_primitives:currency:CurrencyId","keys_id":0,"value_id":307}}
ExtraFeeByCall{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:bifrost_primitives:currency:CurrencyIdU128AccountId","keys_id":299,"value_id":325}}
Constants
Name
Type
Value
TreasuryAccountAccountId6d6f646c62662f74727372790000000000000000000000000000000000000000
MaxFeeCurrencyOrderListLenU3232000000
MinAssetHubExecutionFeeU1280030ef7dba0200000000000000000000
MinRelaychainExecutionFeeU1280030ef7dba0200000000000000000000
RelaychainCurrencyIdbifrost_primitives:currency:CurrencyId0204
ParachainIdU32d1070000
PalletId[U8; 8]62662f666c657869
AllowVBNCAsFeeBool00
Error Types
Name
Docs
NotEnoughBalanceThe account does not have enough balance to perform the operation.
ConversionErrorAn error occurred during currency conversion.
WeightAndFeeNotExistNo weight or fee information is available for the requested operation.
UnweighableMessageThe message cannot be weighed, possibly due to insufficient information.
XcmExecutionFailedThe XCM execution has failed.
CurrencyNotSupportThe specified currency is not supported by the system.
MaxCurrenciesReachedThe maximum number of currencies that can be handled has been reached.
EvmPermitExpiredEVM permit expired.
EvmPermitInvalidEVM permit is invalid.
EvmPermitCallExecutionErrorEVM permit call failed.
EvmPermitRunnerErrorEVM permit call failed.
PercentageCalculationFailedPercentage calculation failed due to overflow.