subscan
Runtime Modules / ParachainStaking
Spec Version:
Events
Name
Lookup
Attributes
NewRound1900["BlockNumber","RoundIndex","u32","BalanceOf"]
JoinedCollatorCandidates1901["AccountIdOf","BalanceOf","BalanceOf"]
CollatorChosen1902["RoundIndex","AccountIdOf","BalanceOf"]
CandidateBondLessRequested1903["AccountIdOf","BalanceOf","RoundIndex"]
CandidateBondedMore1904["AccountIdOf","BalanceOf","BalanceOf"]
CandidateBondedLess1905["AccountIdOf","BalanceOf","BalanceOf"]
CandidateWentOffline1906["AccountIdOf"]
CandidateBackOnline1907["AccountIdOf"]
CandidateScheduledExit1908["RoundIndex","AccountIdOf","RoundIndex"]
CancelledCandidateExit1909["AccountIdOf"]
CancelledCandidateBondLess190a["AccountIdOf","BalanceOf","RoundIndex"]
CandidateLeft190b["AccountIdOf","BalanceOf","BalanceOf"]
DelegationDecreaseScheduled190c["AccountIdOf","AccountIdOf","BalanceOf","RoundIndex"]
DelegationIncreased190d["AccountIdOf","AccountIdOf","BalanceOf","bool"]
DelegationDecreased190e["AccountIdOf","AccountIdOf","BalanceOf","bool"]
DelegatorExitScheduled190f["RoundIndex","AccountIdOf","RoundIndex"]
DelegationRevocationScheduled1910["RoundIndex","AccountIdOf","AccountIdOf","RoundIndex"]
DelegatorLeft1911["AccountIdOf","BalanceOf"]
DelegationRevoked1912["AccountIdOf","AccountIdOf","BalanceOf"]
DelegationKicked1913["AccountIdOf","AccountIdOf","BalanceOf"]
DelegatorExitCancelled1914["AccountIdOf"]
CancelledDelegationRequest1915["AccountIdOf","CancelledScheduledRequest<BalanceOf>","AccountIdOf"]
Delegation1916["AccountIdOf","BalanceOf","AccountIdOf","DelegatorAdded<BalanceOf>"]
DelegatorLeftCandidate1917["AccountIdOf","AccountIdOf","BalanceOf","BalanceOf"]
Rewarded1918["AccountIdOf","BalanceOf"]
ReservedForParachainBond1919["AccountIdOf","BalanceOf"]
ParachainBondAccountSet191a["AccountIdOf","AccountIdOf"]
ParachainBondReservePercentSet191b["Percent","Percent"]
InflationSet191c["Perbill","Perbill","Perbill","Perbill","Perbill","Perbill"]
StakeExpectationsSet191d["BalanceOf","BalanceOf","BalanceOf"]
TotalSelectedSet191e["u32","u32"]
CollatorCommissionSet191f["Perbill","Perbill"]
BlocksPerRoundSet1920["RoundIndex","BlockNumber","u32","u32","Perbill","Perbill","Perbill"]
Storage Functions
Name
Type
CollatorCommission{"origin":"PlainType","plain_type":"U32","PlainTypeValue":41}
TotalSelected{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ParachainBondInfo{"origin":"PlainType","plain_type":"parachain_staking:types:ParachainBondConfig","PlainTypeValue":306}
Round{"origin":"PlainType","plain_type":"parachain_staking:types:RoundInfo","PlainTypeValue":307}
DelegatorState{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"parachain_staking:types:Delegator","keys_id":0,"value_id":308}}
CandidateInfo{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"parachain_staking:types:CandidateMetadata","keys_id":0,"value_id":313}}
DelegatorReserveToLockMigrations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Bool","keys_id":0,"value_id":36}}
CollatorReserveToLockMigrations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Bool","keys_id":0,"value_id":36}}
DelegationScheduledRequests{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<parachain_staking:delegation_requests:ScheduledRequest>","keys_id":0,"value_id":318}}
TopDelegations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"parachain_staking:types:Delegations","keys_id":0,"value_id":320}}
BottomDelegations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"parachain_staking:types:Delegations","keys_id":0,"value_id":320}}
SelectedCandidates{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":293}
Total{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
CandidatePool{"origin":"PlainType","plain_type":"Vec<parachain_staking:types:Bond>","PlainTypeValue":309}
AtStake{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"parachain_staking:types:CollatorSnapshot","keys_id":321,"value_id":322}}
DelayedPayouts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"parachain_staking:types:DelayedPayout","keys_id":4,"value_id":323}}
Staked{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}}
InflationConfig{"origin":"PlainType","plain_type":"parachain_staking:inflation:InflationInfo","PlainTypeValue":324}
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","AccountId"],"value":"U32","keys_id":321,"value_id":4}}
Constants
Name
Type
Value
MinBlocksPerRoundU320a000000
DefaultBlocksPerRoundU3258020000
LeaveCandidatesDelayU3254000000
CandidateBondLessDelayU3254000000
LeaveDelegatorsDelayU3254000000
RevokeDelegationDelayU3254000000
DelegationBondLessDelayU3254000000
RewardPaymentDelayU3202000000
MinSelectedCandidatesU3210000000
MaxTopDelegationsPerCandidateU322c010000
MaxBottomDelegationsPerCandidateU3232000000
MaxDelegationsPerDelegatorU3264000000
DefaultCollatorCommissionU3200e1f505
DefaultParachainBondReservePercentU800
MinCollatorStkU1280080e03779c311000000000000000000
MinCandidateStkU1280080e03779c311000000000000000000
MinDelegationU12800203d88792d00000000000000000000
MinDelegatorStkU12800203d88792d00000000000000000000
AllowInflationBool00
PaymentInRoundU12800400f84b5a300000000000000000000
ToMigrateInvulnablesVec<AccountId>108cf80f0bafcd0a3d80ca61cb688e4400e275b39d3411b4299b47e712e9dab80940ac4effe39181731a8feb8a8ee0780e177bdd0d752b09c8fd71047e67189022624d6a004c72a1abcf93131e185515ebe1410e43a301fe1f25d20d8da345376e985d2738e512909c81289e6055e60a6824818964535ecfbf10e4d69017084756
InitSeedStkU1280080e03779c311000000000000000000
PalletId[U8; 8]62662f7374616b65
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
RoundLengthMustBeAtLeastTotalSelectedCollators
NoWritingSameValue
TooLowCandidateCountWeightHintJoinCandidates
TooLowCandidateCountWeightHintCancelLeaveCandidates
TooLowCandidateCountToLeaveCandidates
TooLowDelegationCountToDelegate
TooLowCandidateDelegationCountToDelegate
TooLowCandidateDelegationCountToLeaveCandidates
TooLowDelegationCountToLeaveDelegators
PendingCandidateRequestsDNE
PendingCandidateRequestAlreadyExists
PendingCandidateRequestNotDueYet
PendingDelegationRequestDNE
PendingDelegationRequestAlreadyExists
PendingDelegationRequestNotDueYet
CannotDelegateLessThanOrEqualToLowestBottomWhenFull
PendingDelegationRevoke