Name | Lookup | Parameters | |
---|---|---|---|
bond | 0600 | 3 | |
bond_extra | 0601 | 1 | |
unbond | 0602 | 1 | |
withdraw_unbonded | 0603 | 1 | |
validate | 0604 | 1 | |
nominate | 0605 | 1 | |
chill | 0606 | - | |
set_payee | 0607 | 1 | |
set_controller | 0608 | 1 | |
set_validator_count | 0609 | 1 | |
increase_validator_count | 060a | 1 | |
scale_validator_count | 060b | 1 | |
force_no_eras | 060c | - | |
force_new_era | 060d | - | |
set_invulnerables | 060e | 1 | |
force_unstake | 060f | 2 | |
force_new_era_always | 0610 | - | |
cancel_deferred_slash | 0611 | 2 | |
payout_stakers | 0612 | 2 | |
rebond | 0613 | 1 | |
set_history_depth | 0614 | 2 | |
reap_stash | 0615 | 2 | |
kick | 0616 | 1 | |
set_staking_limits | 0617 | 5 | |
chill_other | 0618 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
EraPaid | 0600 | ["EraIndex","BalanceOf","BalanceOf"] | |
Rewarded | 0601 | ["AccountId","BalanceOf"] | |
Slashed | 0602 | ["AccountId","BalanceOf"] | |
OldSlashingReportDiscarded | 0603 | ["SessionIndex"] | |
StakersElected | 0604 | ||
Bonded | 0605 | ["AccountId","BalanceOf"] | |
Unbonded | 0606 | ["AccountId","BalanceOf"] | |
Withdrawn | 0607 | ["AccountId","BalanceOf"] | |
Kicked | 0608 | ["AccountId","AccountId"] | |
StakingElectionFailed | 0609 | ||
Chilled | 060a | ["AccountId"] | |
PayoutStarted | 060b | ["EraIndex","AccountId"] |
Name | Type | |
---|---|---|
HistoryDepth | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ValidatorCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
MinimumValidatorCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Invulnerables | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":190} | |
Bonded | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"AccountId","keys_id":0,"value_id":0}} | |
MinNominatorBond | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
MinValidatorBond | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
Ledger | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_staking:StakingLedger","keys_id":0,"value_id":191}} | |
Payee | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_staking:RewardDestination","keys_id":0,"value_id":195}} | |
Validators | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_staking:ValidatorPrefs","keys_id":0,"value_id":196}} | |
CounterForValidators | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
MaxValidatorsCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Nominators | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_staking:Nominations","keys_id":0,"value_id":198}} | |
CounterForNominators | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
MaxNominatorsCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
CurrentEra | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ActiveEra | {"origin":"PlainType","plain_type":"pallet_staking:ActiveEraInfo","PlainTypeValue":199} | |
ErasStartSessionIndex | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} | |
ErasStakers | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_staking:Exposure","keys_id":200,"value_id":42}} | |
ErasStakersClipped | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_staking:Exposure","keys_id":200,"value_id":42}} | |
ErasValidatorPrefs | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_staking:ValidatorPrefs","keys_id":200,"value_id":196}} | |
ErasValidatorReward | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} | |
ErasRewardPoints | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_staking:EraRewardPoints","keys_id":4,"value_id":201}} | |
ErasTotalStake | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} | |
ForceEra | {"origin":"PlainType","plain_type":"pallet_staking:Forcing","PlainTypeValue":205} | |
SlashRewardFraction | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":130} | |
CanceledSlashPayout | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
UnappliedSlashes | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<pallet_staking:UnappliedSlash>","keys_id":4,"value_id":206}} | |
BondedEras | {"origin":"PlainType","plain_type":"Vec<Tuple:U32U32>","PlainTypeValue":126} | |
ValidatorSlashInEra | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"Tuple:U32U128","keys_id":200,"value_id":210}} | |
NominatorSlashInEra | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"U128","keys_id":200,"value_id":6}} | |
SlashingSpans | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_staking:slashing:SlashingSpans","keys_id":0,"value_id":211}} | |
SpanSlash | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Tuple:AccountIdU32"],"value":"pallet_staking:slashing:SpanRecord","keys_id":204,"value_id":212}} | |
EarliestUnappliedSlash | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
CurrentPlannedSession | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
OffendingValidators | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Bool>","PlainTypeValue":213} | |
StorageVersion | {"origin":"PlainType","plain_type":"pallet_staking:Releases","PlainTypeValue":215} | |
ChillThreshold | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":216} |
Name | Type | Value | |
---|---|---|---|
SessionsPerEra | U32 | 06000000 | |
BondingDuration | U32 | 1c000000 | |
SlashDeferDuration | U32 | 1b000000 | |
MaxNominatorRewardedPerValidator | U32 | 40000000 | |
MaxNominations | U32 | 10000000 |
Name | Docs |
---|---|
NotController | Not a controller account. |
NotStash | Not a stash account. |
AlreadyBonded | Stash is already bonded. |
AlreadyPaired | Controller is already paired. |
EmptyTargets | Targets cannot be empty. |
DuplicateIndex | Duplicate index. |
InvalidSlashIndex | Slash record index out of bounds. |
InsufficientBond | Cannot have a validator or nominator role, with value less than the minimum defined bygovernance (see `MinValidatorBond` and `MinNominatorBond`). If unbonding is theintention, `chill` first to remove one's role as validator/nominator. |
NoMoreChunks | Can not schedule more unlock chunks. |
NoUnlockChunk | Can not rebond without unlocking chunks. |
FundedTarget | Attempting to target a stash that still has funds. |
InvalidEraToReward | Invalid era to reward. |
InvalidNumberOfNominations | Invalid number of nominations. |
NotSortedAndUnique | Items are not sorted and unique. |
AlreadyClaimed | Rewards for this era have already been claimed for this validator. |
IncorrectHistoryDepth | Incorrect previous history depth input provided. |
IncorrectSlashingSpans | Incorrect number of slashing spans provided. |
BadState | Internal state has become somehow corrupted and the operation cannot continue. |
TooManyTargets | Too many nomination targets supplied. |
BadTarget | A nomination target was supplied that was blocked or otherwise not a validator. |
CannotChillOther | The user has enough bond and thus cannot be chilled forcefully by an external person. |
TooManyNominators | There are too many nominators in the system. Governance needs to adjust the stakingsettings to keep things safe for the runtime. |
TooManyValidators | There are too many validators in the system. Governance needs to adjust the stakingsettings to keep things safe for the runtime. |