Name | Lookup | Parameters | |
|---|---|---|---|
| deposit_dex_share | 7800 | 2 | |
| withdraw_dex_share | 7801 | 2 | |
| claim_rewards | 7802 | 1 | |
| update_incentive_rewards | 7803 | 1 | |
| update_dex_saving_rewards | 7804 | 1 | |
| update_claim_reward_deduction_rates | 7805 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| DepositDexShare | 7800 | ["AccountId","CurrencyId","Balance"] | |
| WithdrawDexShare | 7801 | ["AccountId","CurrencyId","Balance"] | |
| ClaimRewards | 7802 | ["AccountId","PoolId","CurrencyId","Balance","Balance"] | |
| IncentiveRewardAmountUpdated | 7803 | ["PoolId","CurrencyId","Balance"] | |
| SavingRewardRateUpdated | 7804 | ["PoolId","Rate"] | |
| ClaimRewardDeductionRateUpdated | 7805 | ["PoolId","Rate"] |
Name | Type | |
|---|---|---|
| IncentiveRewardAmounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["module_incentives:PoolId","acala_primitives:currency:CurrencyId"],"value":"U128","keys_id":536,"value_id":6}} | |
| DexSavingRewardRates | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["module_incentives:PoolId"],"value":"U128","keys_id":163,"value_id":60}} | |
| ClaimRewardDeductionRates | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["module_incentives:PoolId"],"value":"U128","keys_id":163,"value_id":60}} | |
| PendingMultiRewards | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["module_incentives:PoolId","AccountId"],"value":"Vec<Tuple:acala_primitives:currency:CurrencyIdU128>","keys_id":495,"value_id":497}} |
Name | Type | Value | |
|---|---|---|---|
| AccumulatePeriod | U32 | 05000000 | |
| NativeCurrencyId | acala_primitives:currency:CurrencyId | 0000 | |
| StableCurrencyId | acala_primitives:currency:CurrencyId | 0001 | |
| RewardsSource | AccountId | 6d6f646c6163612f75726c730000000000000000000000000000000000000000 | |
| EarnShareBooster | U32 | e0930400 | |
| PalletId | [U8; 8] | 6163612f696e6374 |
Name | Docs |
|---|---|
| NotEnough | |
| InvalidCurrencyId | |
| InvalidPoolId | |
| InvalidRate |