subscan
Runtime Modules / ParachainStaking
Spec Version:
Events
Name
Lookup
Attributes
NewRound1500["BlockNumberFor","SessionIndex"]
EnteredTopCandidates1501["AccountId"]
LeftTopCandidates1502["AccountId"]
JoinedCollatorCandidates1503["AccountId","BalanceOf"]
CollatorStakedMore1504["AccountId","BalanceOf","BalanceOf"]
CollatorStakedLess1505["AccountId","BalanceOf","BalanceOf"]
CollatorScheduledExit1506["SessionIndex","AccountId","SessionIndex"]
CollatorCanceledExit1507["AccountId"]
CandidateLeft1508["AccountId","BalanceOf"]
CollatorRemoved1509["AccountId","BalanceOf"]
MaxCandidateStakeChanged150a["BalanceOf"]
DelegatorStakedMore150b["AccountId","AccountId","BalanceOf","BalanceOf"]
DelegatorStakedLess150c["AccountId","AccountId","BalanceOf","BalanceOf"]
DelegatorLeft150d["AccountId","BalanceOf"]
Delegation150e["AccountId","BalanceOf","AccountId","BalanceOf"]
DelegationReplaced150f["AccountId","BalanceOf","AccountId","BalanceOf","AccountId","BalanceOf"]
DelegatorLeftCollator1510["AccountId","AccountId","BalanceOf","BalanceOf"]
Rewarded1511["AccountId","BalanceOf"]
RoundInflationSet1512["Perquintill","Perquintill","Perquintill","Perquintill"]
MaxSelectedCandidatesSet1513["u32","u32"]
BlocksPerRoundSet1514["SessionIndex","BlockNumberFor","BlockNumberFor","BlockNumberFor"]
Storage Functions
Name
Type
MaxSelectedCandidates{"origin":"PlainType","plain_type":"U32","PlainTypeValue":8}
Round{"origin":"PlainType","plain_type":"parachain_staking:types:RoundInfo","PlainTypeValue":249}
LastDelegation{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"parachain_staking:types:DelegationCounter","keys_id":0,"value_id":250}}
DelegatorState{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"parachain_staking:types:Stake","keys_id":0,"value_id":251}}
CandidatePool{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"parachain_staking:types:Candidate","keys_id":0,"value_id":252}}
CounterForCandidatePool{"origin":"PlainType","plain_type":"U32","PlainTypeValue":8}
TotalCollatorStake{"origin":"PlainType","plain_type":"parachain_staking:types:TotalStake","PlainTypeValue":257}
TopCandidates{"origin":"PlainType","plain_type":"Vec<parachain_staking:types:Stake>","PlainTypeValue":258}
InflationConfig{"origin":"PlainType","plain_type":"parachain_staking:inflation:InflationInfo","PlainTypeValue":260}
Unstaking{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<Tuple:U64U128>","keys_id":0,"value_id":263}}
MaxCollatorCandidateStake{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
LastRewardReduction{"origin":"PlainType","plain_type":"U64","PlainTypeValue":4}
BlocksAuthored{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":4}}
BlocksRewarded{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":4}}
Rewards{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}}
ForceNewRound{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":43}
Constants
Name
Type
Value
MinBlocksPerRoundU642c01000000000000
DefaultBlocksPerRoundU645802000000000000
StakeDurationU64e0c4000000000000
ExitQueueDelayU3202000000
MinCollatorsU3210000000
MinRequiredCollatorsU3204000000
MaxDelegationsPerRoundU3201000000
MaxDelegatorsPerCollatorU3223000000
MaxTopCandidatesU324b000000
MinCollatorStakeU1280000e8890423c78a0000000000000000
MinCollatorCandidateStakeU1280000e8890423c78a0000000000000000
MinDelegatorStakeU128000082dfe40d47000000000000000000
MaxUnstakeRequestsU320a000000
NetworkRewardStartU6448a3c80000000000
NetworkRewardRateU6400008a5d78456301
Error Types
Name
Docs
DelegatorNotFoundThe account is not part of the delegators set.
CandidateNotFoundThe account is not part of the collator candidates set.
DelegatorExistsThe account is already part of the delegators set.
CandidateExistsThe account is already part of the collator candidates set.
ValStakeZeroThe account tried to stake more or less with amount zero.
ValStakeBelowMinThe account has not staked enough funds to be added to the collatorcandidates set.
ValStakeAboveMaxThe account has already staked the maximum amount of funds possible.
DelegationBelowMinThe account has not staked enough funds to delegate a collatorcandidate.
AlreadyLeavingThe collator candidate has already trigger the process to leave theset of collator candidates.
NotLeavingThe collator candidate wanted to execute the exit but has notrequested to leave before by calling `init_leave_candidates`.
CannotLeaveYetThe collator tried to leave before waiting at least for`ExitQueueDelay` many rounds.
CannotJoinBeforeUnlockingThe account has a full list of unstaking requests and needs tounlock at least one of these before being able to join (again).NOTE: Can only happen if the account was a candidate ordelegator before and either got kicked or exited voluntarily.
AlreadyDelegatingThe account is already delegating the collator candidate.
NotYetDelegatingThe account has not delegated any collator candidate yet, hence itis not in the set of delegators.
DelegationsPerRoundExceededThe delegator has exceeded the number of delegations per round whichis equal to MaxDelegatorsPerCollator.This protects against attacks in which a delegator can re-delegatefrom a collator who has already authored a block, to another onewhich has not in this round.
TooManyDelegatorsThe collator candidate has already reached the maximum number ofdelegators.This error is generated in case a new delegation request does notstake enough funds to replace some other existing delegation.
TooFewCollatorCandidatesThe set of collator candidates would fall below the required minimumif the collator left.
CannotStakeIfLeavingThe collator candidate is in the process of leaving the set ofcandidates and cannot perform any other actions in the meantime.
CannotDelegateIfLeavingThe collator candidate is in the process of leaving the set ofcandidates and thus cannot be delegated to.
MaxCollatorsPerDelegatorExceededThe delegator has already delegated the maximum number of candidatesallowed.
AlreadyDelegatedCollatorThe delegator has already previously delegated the collatorcandidate.
DelegationNotFoundThe given delegation does not exist in the set of delegations.
UnderflowThe collator delegate or the delegator is trying to un-stake morefunds that are currently staked.
CannotSetAboveMaxThe number of selected candidates per staking round isabove the maximum value allowed.
CannotSetBelowMinThe number of selected candidates per staking round isbelow the minimum value allowed.
InvalidScheduleAn invalid inflation configuration is trying to be set.
NoMoreUnstakingThe staking reward being unlocked does not exist.Max unlocking requests reached.
TooEarlyThe reward rate cannot be adjusted yet as an entire year has notpassed.
StakeNotFoundProvided staked value is zero. Should never be thrown.
UnstakingIsEmptyCannot unlock when Unstaked is empty.
RewardsNotFoundCannot claim rewards if empty.