Zeitgeist
subscan
Runtime Modules / ParachainStaking
Spec Version:
Events
Name
Lookup
Attributes
NewRound6e00["BlockNumber","RoundIndex","u32","BalanceOf"]
JoinedCollatorCandidates6e01["AccountId","BalanceOf","BalanceOf"]
CollatorChosen6e02["RoundIndex","AccountId","BalanceOf"]
CandidateBondLessRequested6e03["AccountId","BalanceOf","RoundIndex"]
CandidateBondedMore6e04["AccountId","BalanceOf","BalanceOf"]
CandidateBondedLess6e05["AccountId","BalanceOf","BalanceOf"]
CandidateWentOffline6e06["AccountId"]
CandidateBackOnline6e07["AccountId"]
CandidateScheduledExit6e08["RoundIndex","AccountId","RoundIndex"]
CancelledCandidateExit6e09["AccountId"]
CancelledCandidateBondLess6e0a["AccountId","BalanceOf","RoundIndex"]
CandidateLeft6e0b["AccountId","BalanceOf","BalanceOf"]
DelegationDecreaseScheduled6e0c["AccountId","AccountId","BalanceOf","RoundIndex"]
DelegationIncreased6e0d["AccountId","AccountId","BalanceOf","bool"]
DelegationDecreased6e0e["AccountId","AccountId","BalanceOf","bool"]
DelegatorExitScheduled6e0f["RoundIndex","AccountId","RoundIndex"]
DelegationRevocationScheduled6e10["RoundIndex","AccountId","AccountId","RoundIndex"]
DelegatorLeft6e11["AccountId","BalanceOf"]
DelegationRevoked6e12["AccountId","AccountId","BalanceOf"]
DelegationKicked6e13["AccountId","AccountId","BalanceOf"]
DelegatorExitCancelled6e14["AccountId"]
CancelledDelegationRequest6e15["AccountId","CancelledScheduledRequest<BalanceOf>","AccountId"]
Delegation6e16["AccountId","BalanceOf","AccountId","DelegatorAdded<BalanceOf>","Percent"]
DelegatorLeftCandidate6e17["AccountId","AccountId","BalanceOf","BalanceOf"]
Rewarded6e18["AccountId","BalanceOf"]
ReservedForParachainBond6e19["AccountId","BalanceOf"]
ParachainBondAccountSet6e1a["AccountId","AccountId"]
ParachainBondReservePercentSet6e1b["Percent","Percent"]
InflationSet6e1c["Perbill","Perbill","Perbill","Perbill","Perbill","Perbill"]
StakeExpectationsSet6e1d["BalanceOf","BalanceOf","BalanceOf"]
TotalSelectedSet6e1e["u32","u32"]
CollatorCommissionSet6e1f["Perbill","Perbill"]
BlocksPerRoundSet6e20["RoundIndex","BlockNumber","u32","u32","Perbill","Perbill","Perbill"]
AutoCompoundSet6e21["AccountId","AccountId","Percent"]
Compounded6e22["AccountId","AccountId","BalanceOf"]
Storage Functions
Name
Type
CollatorCommission{"origin":"PlainType","plain_type":"U32","PlainTypeValue":80}
TotalSelected{"origin":"PlainType","plain_type":"U32","PlainTypeValue":7}
ParachainBondInfo{"origin":"PlainType","plain_type":"pallet_parachain_staking:types:ParachainBondConfig","PlainTypeValue":583}
Round{"origin":"PlainType","plain_type":"pallet_parachain_staking:types:RoundInfo","PlainTypeValue":584}
DelegatorState{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegator","keys_id":0,"value_id":585}}
CandidateInfo{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:CandidateMetadata","keys_id":0,"value_id":590}}
DelegationScheduledRequests{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_parachain_staking:delegation_requests:ScheduledRequest>","keys_id":0,"value_id":595}}
AutoCompoundingDelegations{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_parachain_staking:auto_compound:AutoCompoundConfig>","keys_id":0,"value_id":597}}
TopDelegations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":599}}
BottomDelegations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":599}}
SelectedCandidates{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":78}
Total{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
CandidatePool{"origin":"PlainType","plain_type":"Vec<pallet_parachain_staking:types:Bond>","PlainTypeValue":586}
AtStake{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_parachain_staking:types:CollatorSnapshot","keys_id":600,"value_id":601}}
DelayedPayouts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_parachain_staking:types:DelayedPayout","keys_id":7,"value_id":604}}
Staked{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":7,"value_id":6}}
InflationConfig{"origin":"PlainType","plain_type":"pallet_parachain_staking:inflation:InflationInfo","PlainTypeValue":605}
Points{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":7,"value_id":7}}
AwardedPts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"U32","keys_id":600,"value_id":7}}
Constants
Name
Type
Value
MinBlocksPerRoundU320a000000
LeaveCandidatesDelayU3202000000
CandidateBondLessDelayU3202000000
LeaveDelegatorsDelayU3202000000
RevokeDelegationDelayU3202000000
DelegationBondLessDelayU3202000000
RewardPaymentDelayU3202000000
MinSelectedCandidatesU3208000000
MaxTopDelegationsPerCandidateU322c010000
MaxBottomDelegationsPerCandidateU3232000000
MaxDelegationsPerDelegatorU3264000000
MinCollatorStkU1280000f902950000000000000000000000
MinCandidateStkU1280000f902950000000000000000000000
MinDelegationU12800f2052a010000000000000000000000
MinDelegatorStkU12800f2052a010000000000000000000000
Error Types
Name
Docs
DelegatorDNE
DelegatorDNEinTopNorBottom
DelegatorDNEInDelegatorSet
CandidateDNE
DelegationDNE
DelegatorExists
CandidateExists
CandidateBondBelowMin
InsufficientBalance
DelegatorBondBelowMin
DelegationBelowMin
AlreadyOffline
AlreadyActive
DelegatorAlreadyLeaving
DelegatorNotLeaving
DelegatorCannotLeaveYet
CannotDelegateIfLeaving
CandidateAlreadyLeaving
CandidateNotLeaving
CandidateCannotLeaveYet
CannotGoOnlineIfLeaving
ExceedMaxDelegationsPerDelegator
AlreadyDelegatedCandidate
InvalidSchedule
CannotSetBelowMin
RoundLengthMustBeGreaterThanTotalSelectedCollators
NoWritingSameValue
TooLowCandidateCountWeightHintJoinCandidates
TooLowCandidateCountWeightHintCancelLeaveCandidates
TooLowCandidateCountToLeaveCandidates
TooLowDelegationCountToDelegate
TooLowCandidateDelegationCountToDelegate
TooLowCandidateDelegationCountToLeaveCandidates
TooLowDelegationCountToLeaveDelegators
PendingCandidateRequestsDNE
PendingCandidateRequestAlreadyExists
PendingCandidateRequestNotDueYet
PendingDelegationRequestDNE
PendingDelegationRequestAlreadyExists
PendingDelegationRequestNotDueYet
CannotDelegateLessThanOrEqualToLowestBottomWhenFull
PendingDelegationRevoke
TooLowDelegationCountToAutoCompound
TooLowCandidateAutoCompoundingDelegationCountToAutoCompound
TooLowCandidateAutoCompoundingDelegationCountToDelegate