Name | Lookup | Parameters | |
---|---|---|---|
set_alternative_fee_swap_path | 0e00 | 1 | |
enable_charge_fee_pool | 0e01 | 3 | |
disable_charge_fee_pool | 0e02 | 1 | |
with_fee_path | 0e03 | 2 | |
with_fee_currency | 0e04 | 2 | |
with_fee_aggregated_path | 0e06 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
ChargeFeePoolEnabled | 0e00 | ["AccountId","CurrencyId","Ratio","Balance","Balance"] | |
ChargeFeePoolSwapped | 0e01 | ["AccountId","CurrencyId","Ratio","Ratio","Ratio","Balance"] | |
ChargeFeePoolDisabled | 0e02 | ["CurrencyId","Balance","Balance"] | |
TransactionFeePaid | 0e03 | ["AccountId","PalletBalanceOf","PalletBalanceOf","PalletBalanceOf"] |
Name | Type | |
---|---|---|
NextFeeMultiplier | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":53} | |
AlternativeFeeSwapPath | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<acala_primitives:currency:CurrencyId>","keys_id":0,"value_id":480}} | |
GlobalFeeSwapPath | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["acala_primitives:currency:CurrencyId"],"value":"Vec<acala_primitives:currency:CurrencyId>","keys_id":43,"value_id":480}} | |
PoolSize | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["acala_primitives:currency:CurrencyId"],"value":"U128","keys_id":43,"value_id":6}} | |
TokenExchangeRate | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["acala_primitives:currency:CurrencyId"],"value":"U128","keys_id":43,"value_id":53}} | |
SwapBalanceThreshold | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["acala_primitives:currency:CurrencyId"],"value":"U128","keys_id":43,"value_id":6}} | |
OverrideChargeFeeMethod | {"origin":"PlainType","plain_type":"module_transaction_payment:module:ChargeFeeMethod","PlainTypeValue":481} |
Name | Type | Value | |
---|---|---|---|
NativeCurrencyId | acala_primitives:currency:CurrencyId | 0000 | |
OperationalFeeMultiplier | U64 | 00407a10f35a0000 | |
TipPerWeightStep | U128 | 00e40b54020000000000000000000000 | |
MaxTipsOfPriority | U128 | 0000c16ff28623000000000000000000 | |
AlternativeFeeSwapDeposit | U128 | 00e87648170000000000000000000000 | |
MaxSwapSlippageCompareToOracle | U128 | 00008a5d784563010000000000000000 | |
TradingPathLimit | U32 | 04000000 | |
PalletId | [U8; 8] | 6163612f66656573 | |
TreasuryAccount | AccountId | 6d6f646c6163612f747273790000000000000000000000000000000000000000 | |
CustomFeeSurplus | U8 | 32 | |
AlternativeFeeSurplus | U8 | 19 | |
DefaultFeeTokens | Vec<acala_primitives:currency:CurrencyId> | 0c000100020003 |
Name | Docs |
---|---|
InvalidSwapPath | The swap path is invalid |
InvalidBalance | The balance is invalid |
InvalidRate | Can't find rate by the supply token |
InvalidToken | Can't find the token info in the charge fee pool |
DexNotAvailable | Dex swap pool is not available now |
ChargeFeePoolAlreadyExisted | Charge fee pool is already exist |