Subscan’s website uses cookies.
I agree to the
Terms&
Privacy Policy.
Name | Lookup | Parameters | |
---|---|---|---|
register | 7800 | 3 | |
force_register | 7801 | 5 | |
deregister | 7802 | 1 | |
swap | 7803 | 2 | |
remove_lock | 7804 | 1 | |
reserve | 7805 | - | |
add_lock | 7806 | 1 | |
schedule_code_upgrade | 7807 | 2 | |
set_current_head | 7808 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Registered | 7800 | ["ParaId","AccountId"] | |
Deregistered | 7801 | ["ParaId"] | |
Reserved | 7802 | ["ParaId","AccountId"] | |
Swapped | 7803 | ["ParaId","ParaId"] |
Name | Type | |
---|---|---|
PendingSwap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":128,"value_id":128}} | |
Paras | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:paras_registrar:ParaInfo","keys_id":128,"value_id":732}} | |
NextFreeParaId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":128} |
Name | Type | Value | |
---|---|---|---|
ParaDeposit | U128 | ffffffffffffffffffffffffffffffff | |
DataDepositPerByte | U128 | ffffffffffffffffffffffffffffffff |
Name | Docs |
---|---|
NotRegistered | The ID is not registered. |
AlreadyRegistered | The ID is already registered. |
NotOwner | The caller is not the owner of this Id. |
CodeTooLarge | Invalid para code size. |
HeadDataTooLarge | Invalid para head data size. |
NotParachain | Para is not a Parachain. |
NotParathread | Para is not a Parathread (on-demand parachain). |
CannotDeregister | Cannot deregister para |
CannotDowngrade | Cannot schedule downgrade of lease holding parachain to on-demand parachain |
CannotUpgrade | Cannot schedule upgrade of on-demand parachain to lease holding parachain |
ParaLocked | Para is locked from manipulation by the manager. Must use parachain or relay chaingovernance. |
NotReserved | The ID given for registration has not been reserved. |
InvalidCode | The validation code is invalid. |
CannotSwap | Cannot perform a parachain slot / lifecycle swap. Check that the state of both parasare correct for the swap to work. |