Name | Lookup | Parameters | |
---|---|---|---|
deposit_dex_share | 8c00 | 2 | |
withdraw_dex_share | 8c01 | 2 | |
claim_rewards | 8c02 | 1 | |
update_incentive_rewards | 8c03 | 1 | |
update_claim_reward_deduction_rates | 8c04 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
DepositDexShare | 8c00 | ["AccountId","CurrencyId","Balance"] | |
WithdrawDexShare | 8c01 | ["AccountId","CurrencyId","Balance"] | |
ClaimRewards | 8c02 | ["AccountId","PoolId","CurrencyId","Balance","Balance"] | |
IncentiveRewardAmountUpdated | 8c03 | ["PoolId","CurrencyId","Balance"] | |
ClaimRewardDeductionRateUpdated | 8c04 | ["PoolId","Rate"] |
Name | Type | |
---|---|---|
IncentiveRewardAmounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["module_support:incentives:PoolId","acala_primitives:currency:CurrencyId"],"value":"U128","keys_id":560,"value_id":6}} | |
ClaimRewardDeductionRates | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["module_support:incentives:PoolId"],"value":"U128","keys_id":138,"value_id":542}} | |
PendingMultiRewards | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["module_support:incentives:PoolId","AccountId"],"value":"Vec<Tuple:acala_primitives:currency:CurrencyIdU128>","keys_id":502,"value_id":504}} |
Name | Type | Value | |
---|---|---|---|
AccumulatePeriod | U32 | 05000000 | |
NativeCurrencyId | acala_primitives:currency:CurrencyId | 0000 | |
RewardsSource | AccountId | 6d6f646c6163612f75726c730000000000000000000000000000000000000000 | |
PalletId | [U8; 8] | 6163612f696e6374 |
Name | Docs |
---|---|
NotEnough | |
InvalidCurrencyId | |
InvalidPoolId | |
InvalidRate |