subscan
Runtime Modules / ParachainStaking
Spec Version:
Events
Name
Lookup
Attributes
NewRound0c00["BlockNumberFor","RoundIndex","u32","BalanceOf"]
JoinedCollatorCandidates0c01["AccountId","BalanceOf","BalanceOf"]
CollatorChosen0c02["RoundIndex","AccountId","BalanceOf"]
CandidateBondLessRequested0c03["AccountId","BalanceOf","RoundIndex"]
CandidateBondedMore0c04["AccountId","BalanceOf","BalanceOf"]
CandidateBondedLess0c05["AccountId","BalanceOf","BalanceOf"]
CandidateWentOffline0c06["AccountId"]
CandidateBackOnline0c07["AccountId"]
CandidateScheduledExit0c08["RoundIndex","AccountId","RoundIndex"]
CancelledCandidateExit0c09["AccountId"]
CancelledCandidateBondLess0c0a["AccountId","BalanceOf","RoundIndex"]
CandidateLeft0c0b["AccountId","BalanceOf","BalanceOf"]
DelegationDecreaseScheduled0c0c["AccountId","AccountId","BalanceOf","RoundIndex"]
DelegationIncreased0c0d["AccountId","AccountId","BalanceOf","bool"]
DelegationDecreased0c0e["AccountId","AccountId","BalanceOf","bool"]
DelegatorExitScheduled0c0f["RoundIndex","AccountId","RoundIndex"]
DelegationRevocationScheduled0c10["RoundIndex","AccountId","AccountId","RoundIndex"]
DelegatorLeft0c11["AccountId","BalanceOf"]
DelegationRevoked0c12["AccountId","AccountId","BalanceOf"]
DelegationKicked0c13["AccountId","AccountId","BalanceOf"]
DelegatorExitCancelled0c14["AccountId"]
CancelledDelegationRequest0c15["AccountId","CancelledScheduledRequest<BalanceOf>","AccountId"]
Delegation0c16["AccountId","BalanceOf","AccountId","DelegatorAdded<BalanceOf>","Percent"]
DelegatorLeftCandidate0c17["AccountId","AccountId","BalanceOf","BalanceOf"]
Rewarded0c18["AccountId","BalanceOf"]
ReservedForParachainBond0c19["AccountId","BalanceOf"]
ParachainBondAccountSet0c1a["AccountId","AccountId"]
ParachainBondReservePercentSet0c1b["Percent","Percent"]
InflationSet0c1c["Perbill","Perbill","Perbill","Perbill","Perbill","Perbill"]
StakeExpectationsSet0c1d["BalanceOf","BalanceOf","BalanceOf"]
TotalSelectedSet0c1e["u32","u32"]
CollatorCommissionSet0c1f["Perbill","Perbill"]
BlocksPerRoundSet0c20["RoundIndex","BlockNumberFor","u32","u32","Perbill","Perbill","Perbill"]
AutoCompoundSet0c21["AccountId","AccountId","Percent"]
Compounded0c22["AccountId","AccountId","BalanceOf"]
Storage Functions
Name
Type
CollatorCommission{"origin":"PlainType","plain_type":"U32","PlainTypeValue":60}
TotalSelected{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ParachainBondInfo{"origin":"PlainType","plain_type":"pallet_parachain_staking:types:ParachainBondConfig","PlainTypeValue":468}
Round{"origin":"PlainType","plain_type":"pallet_parachain_staking:types:RoundInfo","PlainTypeValue":469}
DelegatorState{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:Delegator","keys_id":0,"value_id":470}}
CandidateInfo{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:CandidateMetadata","keys_id":0,"value_id":475}}
DelegationScheduledRequests{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Vec<pallet_parachain_staking:delegation_requests:ScheduledRequest>","keys_id":0,"value_id":480}}
AutoCompoundingDelegations{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Vec<pallet_parachain_staking:auto_compound:AutoCompoundConfig>","keys_id":0,"value_id":483}}
TopDelegations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":486}}
BottomDelegations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":486}}
SelectedCandidates{"origin":"PlainType","plain_type":"Vec<[U8; 20]>","PlainTypeValue":487}
Total{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
CandidatePool{"origin":"PlainType","plain_type":"Vec<pallet_parachain_staking:types:Bond>","PlainTypeValue":488}
AtStake{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","[U8; 20]"],"value":"pallet_parachain_staking:types:CollatorSnapshot","keys_id":490,"value_id":491}}
DelayedPayouts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_parachain_staking:types:DelayedPayout","keys_id":4,"value_id":494}}
InflationConfig{"origin":"PlainType","plain_type":"pallet_parachain_staking:inflation:InflationInfo","PlainTypeValue":495}
Points{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}}
AwardedPts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","[U8; 20]"],"value":"U32","keys_id":490,"value_id":4}}
EnableMarkingOffline{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":31}
Constants
Name
Type
Value
MinBlocksPerRoundU320a000000
MaxOfflineRoundsU3202000000
LeaveCandidatesDelayU3202000000
CandidateBondLessDelayU3202000000
LeaveDelegatorsDelayU3202000000
RevokeDelegationDelayU3202000000
DelegationBondLessDelayU3202000000
RewardPaymentDelayU3202000000
MinSelectedCandidatesU3208000000
MaxTopDelegationsPerCandidateU322c010000
MaxBottomDelegationsPerCandidateU3232000000
MaxDelegationsPerDelegatorU3264000000
MinCandidateStkU128000050efe2d6e41a1b00000000000000
MinDelegationU128000064a7b3b6e00d0000000000000000
SlotDurationU647017000000000000
BlockTimeU647017000000000000
MaxCandidatesU32c8000000
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
TooLowCollatorCountToNotifyAsInactive
CannotBeNotifiedAsInactive
TooLowCandidateAutoCompoundingDelegationCountToLeaveCandidates
TooLowCandidateCountWeightHint
TooLowCandidateCountWeightHintGoOffline
CandidateLimitReached
CannotSetAboveMaxCandidates
RemovedCall
MarkingOfflineNotEnabled
CurrentRoundTooLow