staking
Bonded(AccountId32, u128)
interface:
staking.Bondedsummary: An account has bonded this amount. [stash, amount]
NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, it will not be emitted for staking rewards when they are added to stake.
Chilled(AccountId32)
interface:
staking.Chilledsummary: An account has stopped participating as either a validator or nominator.
ControllerBatchDeprecated(u32)
interface:
staking.ControllerBatchDeprecatedsummary: Report of a controller batch deprecation.
CurrencyMigrated(AccountId32, u128)
interface:
staking.CurrencyMigratedsummary: Staking balance migrated from locks to holds, with any balance that could not be held is force withdrawn.
EraPaid(u32, u128, u128)
interface:
staking.EraPaidsummary: The era payout has been set; the first balance is the validator-payout; the second is the remainder from the maximum amount of reward.
ForceEra(PalletStakingForcing)
interface:
staking.ForceErasummary: A new force era mode was set.
Kicked(AccountId32, AccountId32)
interface:
staking.Kickedsummary: A nominator has been kicked from a validator.
OldSlashingReportDiscarded(u32)
interface:
staking.OldSlashingReportDiscardedsummary: An old slashing report from a prior era was discarded because it could not be processed.
PayoutStarted(u32, AccountId32, u32, Option<u32>)
interface:
staking.PayoutStartedsummary: A Page of stakers rewards are getting paid.
nextisNoneif all pages are claimed.
Rewarded(AccountId32, PalletStakingRewardDestination, u128)
interface:
staking.Rewardedsummary: The nominator has been rewarded by this amount to this destination.
Slashed(AccountId32, u128)
interface:
staking.Slashedsummary: A staker (validator or nominator) has been slashed by the given amount.
SlashReported(AccountId32, Perbill, u32)
interface:
staking.SlashReportedsummary: A slash for the given validator, for the given percentage of their stake, at the given era as been reported.
SnapshotTargetsSizeExceeded(u32)
interface:
staking.SnapshotTargetsSizeExceededsummary: Targets size limit reached.
SnapshotVotersSizeExceeded(u32)
interface:
staking.SnapshotVotersSizeExceededsummary: Voters size limit reached.
StakersElected()
interface:
staking.StakersElectedsummary: A new set of stakers was elected.
StakingElectionFailed()
interface:
staking.StakingElectionFailedsummary: The election failed. No new era is planned.
Unbonded(AccountId32, u128)
interface:
staking.Unbondedsummary: An account has unbonded this amount.
ValidatorPrefsSet(AccountId32, PalletStakingValidatorPrefs)
interface:
staking.ValidatorPrefsSetsummary: A validator has set their preferences.
Withdrawn(AccountId32, u128)
interface:
staking.Withdrawnsummary: An account has called
withdraw_unbondedand removed unbonding chunks worthBalancefrom the unlocking queue.