Polkadot
subscan
Runtime Modules / Registrar
Spec Version:
Call Functions
Name
Lookup
Parameters
register46003
force_register46015
deregister46021
swap46032
force_remove_lock46041
reserve4605-
Events
Name
Lookup
Attributes
Registered4600["ParaId","AccountId"]
Deregistered4601["ParaId"]
Reserved4602["ParaId","AccountId"]
Storage Functions
Name
Type
PendingSwap{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":82,"value_id":82}}
Paras{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:paras_registrar:ParaInfo","keys_id":82,"value_id":623}}
NextFreeParaId{"origin":"PlainType","plain_type":"U32","PlainTypeValue":82}
Constants
Name
Type
Value
ParaDepositU1280010a5d4e80000000000000000000000
DataDepositPerByteU12880969800000000000000000000000000
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.
CannotDeregisterCannot deregister para
CannotDowngradeCannot schedule downgrade of parachain to parathread
CannotUpgradeCannot schedule upgrade of parathread to parachain
ParaLockedPara is locked from manipulation by the manager. Must use parachain or relay chain governance.
NotReservedThe ID given for registration has not been reserved.