Name | Lookup | Parameters | |
|---|---|---|---|
| set_staking_expectations | 3001 | 1 | |
| set_inflation | 3002 | 1 | |
| set_parachain_bond_account | 3003 | 1 | |
| set_parachain_bond_reserve_percent | 3004 | 1 | |
| set_total_selected | 3005 | 1 | |
| set_collator_commission | 3006 | 1 | |
| set_blocks_per_round | 3007 | 1 | |
| join_candidates | 3008 | 2 | |
| schedule_leave_candidates | 3009 | 1 | |
| execute_leave_candidates | 300a | 2 | |
| cancel_leave_candidates | 300b | 1 | |
| go_offline | 300c | - | |
| go_online | 300d | - | |
| candidate_bond_more | 300e | 1 | |
| schedule_candidate_bond_less | 300f | 1 | |
| execute_candidate_bond_less | 3010 | 1 | |
| cancel_candidate_bond_less | 3011 | - | |
| delegate | 3012 | 4 | |
| schedule_leave_delegators | 3013 | - | |
| execute_leave_delegators | 3014 | 2 | |
| cancel_leave_delegators | 3015 | - | |
| schedule_revoke_delegation | 3016 | 1 | |
| delegator_bond_more | 3017 | 2 | |
| schedule_delegator_bond_less | 3018 | 2 | |
| execute_delegation_request | 3019 | 2 | |
| cancel_delegation_request | 301a | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewRound | 3000 | ["BlockNumber","RoundIndex","u32","BalanceOf"] | |
| JoinedCollatorCandidates | 3001 | ["AccountId","BalanceOf","BalanceOf"] | |
| CollatorChosen | 3002 | ["RoundIndex","AccountId","BalanceOf"] | |
| CandidateBondLessRequested | 3003 | ["AccountId","BalanceOf","RoundIndex"] | |
| CandidateBondedMore | 3004 | ["AccountId","BalanceOf","BalanceOf"] | |
| CandidateBondedLess | 3005 | ["AccountId","BalanceOf","BalanceOf"] | |
| CandidateWentOffline | 3006 | ["AccountId"] | |
| CandidateBackOnline | 3007 | ["AccountId"] | |
| CandidateScheduledExit | 3008 | ["RoundIndex","AccountId","RoundIndex"] | |
| CancelledCandidateExit | 3009 | ["AccountId"] | |
| CancelledCandidateBondLess | 300a | ["AccountId","BalanceOf","RoundIndex"] | |
| CandidateLeft | 300b | ["AccountId","BalanceOf","BalanceOf"] | |
| DelegationDecreaseScheduled | 300c | ["AccountId","AccountId","BalanceOf","RoundIndex"] | |
| DelegationIncreased | 300d | ["AccountId","AccountId","BalanceOf","bool"] | |
| DelegationDecreased | 300e | ["AccountId","AccountId","BalanceOf","bool"] | |
| DelegatorExitScheduled | 300f | ["RoundIndex","AccountId","RoundIndex"] | |
| DelegationRevocationScheduled | 3010 | ["RoundIndex","AccountId","AccountId","RoundIndex"] | |
| DelegatorLeft | 3011 | ["AccountId","BalanceOf"] | |
| DelegationRevoked | 3012 | ["AccountId","AccountId","BalanceOf"] | |
| DelegationKicked | 3013 | ["AccountId","AccountId","BalanceOf"] | |
| DelegatorExitCancelled | 3014 | ["AccountId"] | |
| CancelledDelegationRequest | 3015 | ["AccountId","CancelledScheduledRequest<BalanceOf>","AccountId"] | |
| Delegation | 3016 | ["AccountId","BalanceOf","AccountId","DelegatorAdded<BalanceOf>"] | |
| DelegatorLeftCandidate | 3017 | ["AccountId","AccountId","BalanceOf","BalanceOf"] | |
| Rewarded | 3018 | ["AccountId","BalanceOf"] | |
| ReservedForParachainBond | 3019 | ["AccountId","BalanceOf"] | |
| ParachainBondAccountSet | 301a | ["AccountId","AccountId"] | |
| ParachainBondReservePercentSet | 301b | ["Percent","Percent"] | |
| InflationSet | 301c | ["Perbill","Perbill","Perbill","Perbill","Perbill","Perbill"] | |
| StakeExpectationsSet | 301d | ["BalanceOf","BalanceOf","BalanceOf"] | |
| TotalSelectedSet | 301e | ["u32","u32"] | |
| CollatorCommissionSet | 301f | ["Perbill","Perbill"] | |
| BlocksPerRoundSet | 3020 | ["RoundIndex","BlockNumber","u32","u32","Perbill","Perbill","Perbill"] |
Name | Type | |
|---|---|---|
| CollatorCommission | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":50} | |
| TotalSelected | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| ParachainBondInfo | {"origin":"PlainType","plain_type":"pallet_parachain_staking:types:ParachainBondConfig","PlainTypeValue":323} | |
| Round | {"origin":"PlainType","plain_type":"pallet_parachain_staking:types:RoundInfo","PlainTypeValue":324} | |
| DelegatorState | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegator","keys_id":0,"value_id":325}} | |
| CandidateInfo | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:CandidateMetadata","keys_id":0,"value_id":330}} | |
| 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":335}} | |
| TopDelegations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":337}} | |
| BottomDelegations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":337}} | |
| SelectedCandidates | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":52} | |
| Total | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| CandidatePool | {"origin":"PlainType","plain_type":"Vec<pallet_parachain_staking:types:Bond>","PlainTypeValue":326} | |
| AtStake | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_parachain_staking:types:CollatorSnapshot","keys_id":338,"value_id":339}} | |
| DelayedPayouts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_parachain_staking:types:DelayedPayout","keys_id":4,"value_id":340}} | |
| Staked | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} | |
| InflationConfig | {"origin":"PlainType","plain_type":"pallet_parachain_staking:inflation:InflationInfo","PlainTypeValue":341} | |
| 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":338,"value_id":4}} |
Name | Type | Value | |
|---|---|---|---|
| MinBlocksPerRound | U32 | 0a000000 | |
| DefaultBlocksPerRound | U32 | 08070000 | |
| LeaveCandidatesDelay | U32 | 1c000000 | |
| CandidateBondLessDelay | U32 | 1c000000 | |
| LeaveDelegatorsDelay | U32 | 1c000000 | |
| RevokeDelegationDelay | U32 | 1c000000 | |
| DelegationBondLessDelay | U32 | 1c000000 | |
| RewardPaymentDelay | U32 | 02000000 | |
| MinSelectedCandidates | U32 | 05000000 | |
| MaxTopDelegationsPerCandidate | U32 | 64000000 | |
| MaxBottomDelegationsPerCandidate | U32 | 32000000 | |
| MaxDelegationsPerDelegator | U32 | 19000000 | |
| DefaultCollatorCommission | U32 | 00e1f505 | |
| DefaultParachainBondReservePercent | U8 | 00 | |
| MinCollatorStk | U128 | 000000da2b851f0bb454000000000000 | |
| MinCandidateStk | U128 | 000000da2b851f0bb454000000000000 | |
| MinWhitelistCandidateStk | U128 | 000000c9ea2683677808000000000000 | |
| MinDelegation | U128 | 000050efe2d6e41a1b00000000000000 | |
| MinDelegatorStk | U128 | 000050efe2d6e41a1b00000000000000 |
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 | |
| PalletAlreadyInitialized | |
| NotEnoughCollatorsForPalletInit | |
| InvalidState |