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_payout_deduction_rates | 7805 | 1 | |
| add_allowance | 7806 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| DepositDexShare | 7800 | ||
| WithdrawDexShare | 7801 | ||
| ClaimRewards | 7802 | ||
| IncentiveRewardAmountUpdated | 7803 | ||
| SavingRewardRateUpdated | 7804 | ||
| PayoutDeductionRateUpdated | 7805 |
Name | Type | |
|---|---|---|
| IncentiveRewardAmount | {"origin":"MapType","map_type":{"key":"PoolId<RelaychainAccountId>","hasher":"Twox64Concat","value":"Balance","isLinked":false}} | |
| DexSavingRewardRate | {"origin":"MapType","map_type":{"key":"PoolId<RelaychainAccountId>","hasher":"Twox64Concat","value":"Rate","isLinked":false}} | |
| PayoutDeductionRates | {"origin":"MapType","map_type":{"key":"PoolId<RelaychainAccountId>","hasher":"Twox64Concat","value":"Rate","isLinked":false}} | |
| PendingRewards | {"origin":"DoubleMapType","double_map_type":{"key":"PoolId<RelaychainAccountId>","key2":"AccountId","hasher":"Twox64Concat","key2Hasher":"Twox64Concat","value":"Balance","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| AccumulatePeriod | BlockNumber | 0x05000000 | |
| NativeCurrencyId | CurrencyId | 0x0080 | |
| StableCurrencyId | CurrencyId | 0x0081 | |
| LiquidCurrencyId | CurrencyId | 0x0083 | |
| NativeRewardsSource | AccountId | 0x6d6f646c6163612f75726c730000000000000000000000000000000000000000 | |
| PalletId | PalletId | 0x6163612f696e6374 |
Name | Docs |
|---|---|
| NotEnough | Share amount is not enough |
| InvalidCurrencyId | Invalid currency id |
| InvalidPoolId | Invalid pool id |
| InvalidRate | Invalid rate |