subscan
Runtime Modules / ExternalValidatorSlashes
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
SlashReported1500["ValidatorId","Perbill","EraIndex"]
SlashesMessageSent1501["H256","Command"]
Storage Functions
Name
Type
ValidatorSlashInEra{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"U32","keys_id":655,"value_id":51}}
BondedEras{"origin":"PlainType","plain_type":"Vec<Tuple:U32U32U64>","PlainTypeValue":656}
NextSlashId{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Slashes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<pallet_external_validator_slashes:Slash>","keys_id":4,"value_id":658}}
UnreportedSlashesQueue{"origin":"PlainType","plain_type":"Vec<pallet_external_validator_slashes:Slash>","PlainTypeValue":658}
SlashingMode{"origin":"PlainType","plain_type":"pallet_external_validator_slashes:pallet:SlashingModeOption","PlainTypeValue":202}
Constants
Name
Type
Value
SlashDeferDurationU3200000000
BondingDurationU321c000000
QueuedSlashesProcessedPerBlockU320a000000
Error Types
Name
Docs
EmptyTargetsThe era for which the slash wants to be cancelled has no slashes
InvalidSlashIndexNo slash was found to be cancelled at the given index
NotSortedAndUniqueSlash indices to be cancelled are not sorted or unique
ProvidedFutureEraProvided an era in the future
ProvidedNonSlashableEraProvided an era that is not slashable
DeferPeriodIsOverThe slash to be cancelled has already elapsed the DeferPeriod
ErrorComputingSlashThere was an error computing the slash
EthereumValidateFailFailed to validate the message that was going to be sent to Ethereum
EthereumDeliverFailFailed to deliver the message to Ethereum
RootTestInvalidParamsInvalid params for root_test_send_msg_to_eth