hydration
subscan
Runtime Modules / Staking
Spec Version:
Call Functions
Name
Lookup
Parameters
initialize_staking4500-
stake45011
increase_stake45022
claim45031
unstake45041
Events
Name
Lookup
Attributes
PositionCreated4500["AccountId","PositionItemId","Balance"]
StakeAdded4501["AccountId","PositionItemId","Balance","Balance","Balance","Point","FixedU128"]
RewardsClaimed4502["AccountId","PositionItemId","Balance","Balance","Point","Balance","FixedU128"]
Unstaked4503["AccountId","PositionItemId","Balance"]
StakingInitialized4504["Balance"]
AccumulatedRpsUpdated4505["FixedU128","Balance"]
Storage Functions
Name
Type
Staking{"origin":"PlainType","plain_type":"pallet_staking:types:StakingData","PlainTypeValue":658}
Positions{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_staking:types:Position","keys_id":6,"value_id":659}}
NextPositionId{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Votes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"Vec<Tuple:U32pallet_staking:types:Vote>","keys_id":6,"value_id":660}}
VotesRewarded{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"pallet_staking:types:Vote","keys_id":549,"value_id":663}}
PositionVotes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"Vec<Tuple:U32pallet_staking:types:Vote>","keys_id":6,"value_id":660}}
ProcessedVotes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"pallet_staking:types:Vote","keys_id":549,"value_id":663}}
SixSecBlocksSince{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
PeriodLengthU32201c0000
PalletId[U8; 8]7374616b696e6723
NativeAssetIdU3200000000
MinStakeU1280080c6a47e8d03000000000000000000
TimePointsWeightU3240420f00
ActionPointsWeightU3200c2eb0b
TimePointsPerPeriodU801
UnclaimablePeriodsU12801000000000000000000000000000000
CurrentStakeWeightU802
MaxVotesU3219000000
NFTCollectionIdU128ae080000000000000000000000000000
Error Types
Name
Docs
InsufficientBalanceBalance is too low.
InsufficientStakeStaked amount is too low.
PositionNotFoundStaking position has not been found.
MaxVotesReachedMaximum amount of votes were reached for staking position.
NotInitializedStaking is not initialized.
AlreadyInitializedStaking is already initialized.
ArithmeticArithmetic error.
MissingPotBalancePot's balance is zero.
PositionAlreadyExistsAccount's position already exists.
ForbiddenSigner is not an owner of the staking position.
ExistingVotesPosition contains registered votes.
ExistingProcessedVotesPosition contains processed votes. Removed these votes first before increasing stake or claiming.
InconsistentStateAction cannot be completed because unexpected error has occurred. This should be reportedto protocol maintainers.