kusama
subscan
Kusama
Runtime Modules / System
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
ExtrinsicSuccess0000
ExtrinsicFailed0001
CodeUpdated0002
Storage Functions
Name
Type
AccountNonce{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"Index","isLinked":false}}
ExtrinsicCount{"origin":"PlainType","plain_type":"u32"}
AllExtrinsicsWeight{"origin":"PlainType","plain_type":"Weight"}
AllExtrinsicsLen{"origin":"PlainType","plain_type":"u32"}
BlockHash{"origin":"MapType","map_type":{"key":"BlockNumber","hasher":"Blake2_256","value":"Hash","isLinked":false}}
ExtrinsicData{"origin":"MapType","map_type":{"key":"u32","hasher":"Blake2_256","value":"Bytes","isLinked":false}}
Number{"origin":"PlainType","plain_type":"BlockNumber"}
ParentHash{"origin":"PlainType","plain_type":"Hash"}
ExtrinsicsRoot{"origin":"PlainType","plain_type":"Hash"}
Digest{"origin":"PlainType","plain_type":"DigestOf"}
Events{"origin":"PlainType","plain_type":"Vec<EventRecord<Event, Hash>>"}
EventCount{"origin":"PlainType","plain_type":"EventIndex"}
EventTopics{"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_256","value":"Vec<(BlockNumber, EventIndex)>","isLinked":false}}
Error Types
Name
Docs
InvalidSpecName The name of specification does not match between the current runtime and the new runtime.
SpecVersionNotAllowedToDecrease The specification version is not allowed to decrease between the current runtime and the new runtime.
ImplVersionNotAllowedToDecrease The implementation version is not allowed to decrease between the current runtime and the new runtime.
SpecOrImplVersionNeedToIncrease The specification or the implementation version need to increase between the current runtime and the new runtime.
FailedToExtractRuntimeVersion Failed to extract the runtime version from the new runtime. Either calling `Core_version` or decoding `RuntimeVersion` failed.