AssetHub Westend
subscan
Runtime Modules / AssetRewards
Spec Version:
Events
Name
Lookup
Attributes
Staked3d00["AccountId","PoolId","Balance"]
Unstaked3d01["AccountId","AccountId","PoolId","Balance"]
RewardsHarvested3d02["AccountId","AccountId","PoolId","Balance"]
PoolCreated3d03["AccountId","PoolId","AssetId","AssetId","Balance","BlockNumberFor","AccountId"]
PoolRewardRateModified3d04["PoolId","Balance"]
PoolAdminModified3d05["PoolId","AccountId"]
PoolExpiryBlockModified3d06["PoolId","BlockNumberFor"]
PoolCleanedUp3d07["PoolId"]
Storage Functions
Name
Type
PoolStakers{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"pallet_asset_rewards:PoolStakerInfo","keys_id":459,"value_id":521}}
Pools{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_asset_rewards:PoolInfo","keys_id":4,"value_id":522}}
PoolCost{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Tuple:AccountIdframe_support:traits:tokens:fungible:HoldConsideration","keys_id":4,"value_id":523}}
NextPoolId{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
PalletId[U8; 8]70792f6173747264
Error Types
Name
Docs
NotEnoughTokensThe staker does not have enough tokens to perform the operation.
NonExistentPoolAn operation was attempted on a non-existent pool.
NonExistentStakerAn operation was attempted for a non-existent staker.
NonExistentAssetAn operation was attempted with a non-existent asset.
BlockNumberConversionErrorThere was an error converting a block number.
ExpiryBlockMustBeInTheFutureThe expiry block must be in the future.
InsufficientFundsInsufficient funds to create the freeze.
ExpiryCutThe expiry block can be only extended.
RewardRateCutThe reward rate per block can be only increased.
NonEmptyPoolThe pool still has staked tokens or rewards.