Kusama
subscan
Runtime Modules / Paras
Spec Version:
Events
Name
Lookup
Attributes
CurrentCodeUpdated3800["ParaId"]
CurrentHeadUpdated3801["ParaId"]
CodeUpgradeScheduled3802["ParaId"]
NewHeadNoted3803["ParaId"]
ActionQueued3804["ParaId","SessionIndex"]
PvfCheckStarted3805["ValidationCodeHash","ParaId"]
PvfCheckAccepted3806["ValidationCodeHash","ParaId"]
PvfCheckRejected3807["ValidationCodeHash","ParaId"]
Storage Functions
Name
Type
PvfActiveVoteMap{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"polkadot_runtime_parachains:paras:PvfCheckActiveVoteState","keys_id":373,"value_id":853}}
PvfActiveVoteList{"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":857}
Parachains{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":858}
ParaLifecycles{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:paras:ParaLifecycle","keys_id":165,"value_id":859}}
Heads{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":165,"value_id":381}}
MostRecentContext{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":165,"value_id":4}}
CurrentCodeHash{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"H256","keys_id":165,"value_id":373}}
PastCodeHash{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32","U32"],"value":"H256","keys_id":860,"value_id":373}}
PastCodeMeta{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:paras:ParaPastCodeMeta","keys_id":165,"value_id":861}}
PastCodePruning{"origin":"PlainType","plain_type":"Vec<Tuple:U32U32>","PlainTypeValue":864}
FutureCodeUpgrades{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":165,"value_id":4}}
FutureCodeHash{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"H256","keys_id":165,"value_id":373}}
UpgradeGoAheadSignal{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_primitives:v6:UpgradeGoAhead","keys_id":165,"value_id":865}}
UpgradeRestrictionSignal{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_primitives:v6:UpgradeRestriction","keys_id":165,"value_id":866}}
UpgradeCooldowns{"origin":"PlainType","plain_type":"Vec<Tuple:U32U32>","PlainTypeValue":864}
UpcomingUpgrades{"origin":"PlainType","plain_type":"Vec<Tuple:U32U32>","PlainTypeValue":864}
ActionsQueue{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U32>","keys_id":4,"value_id":858}}
UpcomingParasGenesis{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:paras:ParaGenesisArgs","keys_id":165,"value_id":867}}
CodeByHashRefs{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":373,"value_id":4}}
CodeByHash{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":373,"value_id":380}}
Constants
Name
Type
Value
UnsignedPriorityU64ffffffffffffffff
Error Types
Name
Docs
NotRegisteredPara is not registered in our system.
CannotOnboardPara cannot be onboarded because it is already tracked by our system.
CannotOffboardPara cannot be offboarded at this time.
CannotUpgradePara cannot be upgraded to a lease holding parachain.
CannotDowngradePara cannot be downgraded to an on-demand parachain.
PvfCheckStatementStaleThe statement for PVF pre-checking is stale.
PvfCheckStatementFutureThe statement for PVF pre-checking is for a future session.
PvfCheckValidatorIndexOutOfBoundsClaimed validator index is out of bounds.
PvfCheckInvalidSignatureThe signature for the PVF pre-checking is invalid.
PvfCheckDoubleVoteThe given validator already has cast a vote.
PvfCheckSubjectInvalidThe given PVF does not exist at the moment of process a vote.
CannotUpgradeCodeParachain cannot currently schedule a code upgrade.