Name | Lookup | Parameters | |
---|---|---|---|
claim_incentive | 1f00 | - |
Name | Lookup | Attributes | |
---|---|---|---|
FeesExchanged | 1f00 | ||
FeesExchangeFailed | 1f01 | ||
IncentiveDistributed | 1f02 | ||
IncentiveDistributionFailed | 1f03 | ||
BurnRateChanged | 1f04 | ||
NothingToExchange | 1f05 | ||
NothingToDistribute | 1f06 | ||
IncentivesBurnedAfterExchange | 1f07 |
Name | Type | |
---|---|---|
SubscribedAccounts | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"(DEXId, AssetId, BlockNumber, BlockNumber)","isLinked":false}} | |
BurnRate | {"origin":"PlainType","plain_type":"Fixed"} | |
BurnUpdateInfo | {"origin":"PlainType","plain_type":"(Fixed, Fixed)"} | |
ShareholderAccounts | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"Fixed","isLinked":false}} | |
ClaimableShares | {"origin":"PlainType","plain_type":"Fixed"} | |
ParliamentPswapFraction | {"origin":"PlainType","plain_type":"Fixed"} |
Name | Docs |
---|---|
CalculationError | Error occurred during calculation, e.g. underflow/overflow of share amount. |
SubscriptionActive | Error while attempting to subscribe Account which is already subscribed. |
UnknownSubscription | Error while attempting to unsubscribe Account which is not subscribed. |
InvalidFrequency | Error while setting frequency, subscription can only be invoked for frequency value >= 1. |
ZeroClaimableIncentives | Can't claim incentives as none is available for account at the moment. |
IncRefError | Increment account reference error. |