Name | Lookup | Parameters | |
---|---|---|---|
claim_incentive | 2000 | - |
Name | Lookup | Attributes | |
---|---|---|---|
FeesExchanged | 2000 | ||
FeesExchangeFailed | 2001 | ||
IncentiveDistributed | 2002 | ||
IncentiveDistributionFailed | 2003 | ||
BurnRateChanged | 2004 | ||
NothingToExchange | 2005 | ||
NothingToDistribute | 2006 | ||
IncentivesBurnedAfterExchange | 2007 |
Name | Type | |
---|---|---|
SubscribedAccounts | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"(DEXId, AccountIdOf, 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. |