Kusama
subscan
Runtime Modules / Registrar
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Registered4600["ParaId","AccountId"]
Deregistered4601["ParaId"]
Reserved4602["ParaId","AccountId"]
Swapped4603["ParaId","ParaId"]
Storage Functions
Name
Type
PendingSwap{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":165,"value_id":165}}
Paras{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:paras_registrar:ParaInfo","keys_id":165,"value_id":909}}
NextFreeParaId{"origin":"PlainType","plain_type":"U32","PlainTypeValue":165}
Constants
Name
Type
Value
ParaDepositU1280080ca39612400000000000000000000
DataDepositPerByteU1285543de13000000000000000000000000
Error Types
Name
Docs
NotRegisteredThe ID is not registered.
AlreadyRegisteredThe ID is already registered.
NotOwnerThe caller is not the owner of this Id.
CodeTooLargeInvalid para code size.
HeadDataTooLargeInvalid para head data size.
NotParachainPara is not a Parachain.
NotParathreadPara is not a Parathread (on-demand parachain).
CannotDeregisterCannot deregister para
CannotDowngradeCannot schedule downgrade of lease holding parachain to on-demand parachain
CannotUpgradeCannot schedule upgrade of on-demand parachain to lease holding parachain
ParaLockedPara is locked from manipulation by the manager. Must use parachain or relay chaingovernance.
NotReservedThe ID given for registration has not been reserved.
EmptyCodeRegistering parachain with empty code is not allowed.
CannotSwapCannot perform a parachain slot / lifecycle swap. Check that the state of both parasare correct for the swap to work.