Dancebox
subscan
Runtime Modules / Registrar
Spec Version:
Events
Name
Lookup
Attributes
ParaIdRegistered1400["ParaId"]
ParaIdDeregistered1401["ParaId"]
ParaIdValidForCollating1402["ParaId"]
ParaIdPaused1403["ParaId"]
ParaIdUnpaused1404["ParaId"]
ParathreadParamsChanged1405["ParaId"]
ParaManagerChanged1406["ParaId","AccountId"]
Storage Functions
Name
Type
RegisteredParaIds{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":452}
PendingParaIds{"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":453}
ParaGenesisData{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"dp_container_chain_genesis_data:ContainerChainGenesisData","keys_id":61,"value_id":295}}
PendingVerification{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"NULL","keys_id":61,"value_id":35}}
Paused{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":452}
PendingPaused{"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":453}
PendingToRemove{"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":453}
ParathreadParams{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"tp_traits:SlotFrequency","keys_id":61,"value_id":305}}
PendingParathreadParams{"origin":"PlainType","plain_type":"Vec<Tuple:U32bounded_collections:bounded_vec:BoundedVec@457>","PlainTypeValue":455}
BufferedParasToDeregister{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":452}
RegistrarDeposit{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_registrar:pallet:DepositInfo","keys_id":61,"value_id":460}}
ParaManager{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"AccountId","keys_id":61,"value_id":0}}
Constants
Name
Type
Value
MaxLengthParaIdsU3264000000
MaxGenesisDataSizeU32404b4c00
SessionDelayU3202000000
DepositAmountU12800407a10f35a00000000000000000000
Error Types
Name
Docs
ParaIdAlreadyRegisteredAttempted to register a ParaId that was already registered
ParaIdNotRegisteredAttempted to deregister a ParaId that is not registered
ParaIdAlreadyDeregisteredAttempted to deregister a ParaId that is already being deregistered
ParaIdAlreadyPausedAttempted to pause a ParaId that was already paused
ParaIdNotPausedAttempted to unpause a ParaId that was not paused
ParaIdListFullThe bounded list of ParaIds has reached its limit
GenesisDataTooBigAttempted to register a ParaId with a genesis data size greater than the limit
ParaIdNotInPendingVerificationTried to mark_valid_for_collating a ParaId that is not in PendingVerification
NotSufficientDepositTried to register a ParaId with an account that did not have enough balance for the deposit
NotAParathreadTried to change parathread params for a para id that is not a registered parathread
NotParaCreatorAttempted to execute an extrinsic meant only for the para creator
RelayStorageRootNotFoundThe relay storage root for the corresponding block number could not be retrieved
InvalidRelayStorageProofThe provided relay storage proof is not valid
InvalidRelayManagerSignatureThe provided signature from the parachain manager in the relay is not valid
ParaStillExistsInRelayTried to deregister a parachain that was not deregistered from the relay chain
HeadDataNecessaryTried to register a paraId in a relay context without specifying a proper HeadData.
WasmCodeNecessaryTried to register a paraId in a relay context without specifying a wasm chain code.