Name | Lookup | Parameters | |
---|---|---|---|
set_staking_expectations | 6e00 | 1 | |
set_inflation | 6e01 | 1 | |
set_parachain_bond_account | 6e02 | 1 | |
set_parachain_bond_reserve_percent | 6e03 | 1 | |
set_total_selected | 6e04 | 1 | |
set_collator_commission | 6e05 | 1 | |
set_blocks_per_round | 6e06 | 1 | |
join_candidates | 6e07 | 2 | |
schedule_leave_candidates | 6e08 | 1 | |
execute_leave_candidates | 6e09 | 2 | |
cancel_leave_candidates | 6e0a | 1 | |
go_offline | 6e0b | - | |
go_online | 6e0c | - | |
candidate_bond_more | 6e0d | 1 | |
schedule_candidate_bond_less | 6e0e | 1 | |
execute_candidate_bond_less | 6e0f | 1 | |
cancel_candidate_bond_less | 6e10 | - | |
delegate | 6e11 | 4 | |
delegate_with_auto_compound | 6e12 | 6 | |
removed_call_19 | 6e13 | - | |
removed_call_20 | 6e14 | - | |
removed_call_21 | 6e15 | - | |
schedule_revoke_delegation | 6e16 | 1 | |
delegator_bond_more | 6e17 | 2 | |
schedule_delegator_bond_less | 6e18 | 2 | |
execute_delegation_request | 6e19 | 2 | |
cancel_delegation_request | 6e1a | 1 | |
set_auto_compound | 6e1b | 4 | |
hotfix_remove_delegation_requests_exited_candidates | 6e1c | 1 | |
notify_inactive_collator | 6e1d | 1 | |
enable_marking_offline | 6e1e | 1 | |
force_join_candidates | 6e1f | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
NewRound | 6e00 | ["BlockNumberFor","RoundIndex","u32","BalanceOf"] | |
JoinedCollatorCandidates | 6e01 | ["AccountId","BalanceOf","BalanceOf"] | |
CollatorChosen | 6e02 | ["RoundIndex","AccountId","BalanceOf"] | |
CandidateBondLessRequested | 6e03 | ["AccountId","BalanceOf","RoundIndex"] | |
CandidateBondedMore | 6e04 | ["AccountId","BalanceOf","BalanceOf"] | |
CandidateBondedLess | 6e05 | ["AccountId","BalanceOf","BalanceOf"] | |
CandidateWentOffline | 6e06 | ["AccountId"] | |
CandidateBackOnline | 6e07 | ["AccountId"] | |
CandidateScheduledExit | 6e08 | ["RoundIndex","AccountId","RoundIndex"] | |
CancelledCandidateExit | 6e09 | ["AccountId"] | |
CancelledCandidateBondLess | 6e0a | ["AccountId","BalanceOf","RoundIndex"] | |
CandidateLeft | 6e0b | ["AccountId","BalanceOf","BalanceOf"] | |
DelegationDecreaseScheduled | 6e0c | ["AccountId","AccountId","BalanceOf","RoundIndex"] | |
DelegationIncreased | 6e0d | ["AccountId","AccountId","BalanceOf","bool"] | |
DelegationDecreased | 6e0e | ["AccountId","AccountId","BalanceOf","bool"] | |
DelegatorExitScheduled | 6e0f | ["RoundIndex","AccountId","RoundIndex"] | |
DelegationRevocationScheduled | 6e10 | ["RoundIndex","AccountId","AccountId","RoundIndex"] | |
DelegatorLeft | 6e11 | ["AccountId","BalanceOf"] | |
DelegationRevoked | 6e12 | ["AccountId","AccountId","BalanceOf"] | |
DelegationKicked | 6e13 | ["AccountId","AccountId","BalanceOf"] | |
DelegatorExitCancelled | 6e14 | ["AccountId"] | |
CancelledDelegationRequest | 6e15 | ["AccountId","CancelledScheduledRequest<BalanceOf>","AccountId"] | |
Delegation | 6e16 | ["AccountId","BalanceOf","AccountId","DelegatorAdded<BalanceOf>","Percent"] | |
DelegatorLeftCandidate | 6e17 | ["AccountId","AccountId","BalanceOf","BalanceOf"] | |
Rewarded | 6e18 | ["AccountId","BalanceOf"] | |
ReservedForParachainBond | 6e19 | ["AccountId","BalanceOf"] | |
ParachainBondAccountSet | 6e1a | ["AccountId","AccountId"] | |
ParachainBondReservePercentSet | 6e1b | ["Percent","Percent"] | |
InflationSet | 6e1c | ["Perbill","Perbill","Perbill","Perbill","Perbill","Perbill"] | |
StakeExpectationsSet | 6e1d | ["BalanceOf","BalanceOf","BalanceOf"] | |
TotalSelectedSet | 6e1e | ["u32","u32"] | |
CollatorCommissionSet | 6e1f | ["Perbill","Perbill"] | |
BlocksPerRoundSet | 6e20 | ["RoundIndex","BlockNumberFor","u32","u32","Perbill","Perbill","Perbill"] | |
AutoCompoundSet | 6e21 | ["AccountId","AccountId","Percent"] | |
Compounded | 6e22 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
CollatorCommission | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":83} | |
TotalSelected | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":8} | |
ParachainBondInfo | {"origin":"PlainType","plain_type":"pallet_parachain_staking:types:ParachainBondConfig","PlainTypeValue":585} | |
Round | {"origin":"PlainType","plain_type":"pallet_parachain_staking:types:RoundInfo","PlainTypeValue":586} | |
DelegatorState | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegator","keys_id":0,"value_id":587}} | |
CandidateInfo | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:CandidateMetadata","keys_id":0,"value_id":592}} | |
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":597}} | |
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":600}} | |
TopDelegations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":603}} | |
BottomDelegations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":603}} | |
SelectedCandidates | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":604} | |
Total | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
CandidatePool | {"origin":"PlainType","plain_type":"Vec<pallet_parachain_staking:types:Bond>","PlainTypeValue":605} | |
AtStake | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_parachain_staking:types:CollatorSnapshot","keys_id":607,"value_id":608}} | |
DelayedPayouts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_parachain_staking:types:DelayedPayout","keys_id":8,"value_id":611}} | |
Staked | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":8,"value_id":6}} | |
InflationConfig | {"origin":"PlainType","plain_type":"pallet_parachain_staking:inflation:InflationInfo","PlainTypeValue":612} | |
Points | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":8,"value_id":8}} | |
AwardedPts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"U32","keys_id":607,"value_id":8}} | |
EnableMarkingOffline | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":52} |
Name | Type | Value | |
---|---|---|---|
MinBlocksPerRound | U32 | 0a000000 | |
MaxOfflineRounds | U32 | 01000000 | |
LeaveCandidatesDelay | U32 | 02000000 | |
CandidateBondLessDelay | U32 | 02000000 | |
LeaveDelegatorsDelay | U32 | 02000000 | |
RevokeDelegationDelay | U32 | 02000000 | |
DelegationBondLessDelay | U32 | 02000000 | |
RewardPaymentDelay | U32 | 02000000 | |
MinSelectedCandidates | U32 | 08000000 | |
MaxTopDelegationsPerCandidate | U32 | 2c010000 | |
MaxBottomDelegationsPerCandidate | U32 | 32000000 | |
MaxDelegationsPerDelegator | U32 | 64000000 | |
MinCandidateStk | U128 | 0000f902950000000000000000000000 | |
MinDelegation | U128 | 00f2052a010000000000000000000000 | |
MaxCandidates | U32 | c8000000 |
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 |