Name | Lookup | Parameters | |
---|---|---|---|
claim_rewards | 2800 | - | |
claim_crowdloan_rewards | 2801 | 1 | |
update_rewards | 2802 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
RewardsVested | 2800 | ["Balance"] | |
ActualDoesntMatchAvailable | 2801 | ["RewardReason"] | |
FailedToSaveCalculatedReward | 2802 | ["AccountIdOf"] |
Name | Type | |
---|---|---|
Rewards | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"vested_rewards:RewardInfo","keys_id":0,"value_id":598}} | |
TotalRewards | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
CrowdloanRewards | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"vested_rewards:CrowdloanReward","keys_id":0,"value_id":599}} | |
CrowdloanClaimHistory | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","[U8; 32]"],"value":"U32","keys_id":508,"value_id":4}} |
Name | Docs |
---|---|
NothingToClaim | Account has no pending rewards to claim. |
ClaimLimitExceeded | Account has pending rewards but it has not been vested yet. |
UnhandledRewardType | Attempt to claim rewards of type, which is not handled. |
RewardsSupplyShortage | Account holding dedicated reward reserves is empty. This likely means that some ofreward programmes have finished. |
IncRefError | Increment account reference error. |
CantSubtractSnapshot | Attempt to subtract more via snapshot than assigned to user. |
CantCalculateReward | Failed to perform reward calculation. |
NoRewardsForAsset | There are no rewards for the asset ID. |
ArithmeticError | Something is wrong with arithmetic - overflow happened, for example. |
NumberConversionError | This error appears on wrong conversion of a number into another type. |
UnableToGetBaseAssetPrice | Unable to get base asset price in XOR. XOR-base asset pair should exist on Polkaswap DEX. |