subscan
Runtime Modules / Web3Names
Spec Version:
Call Functions
Name
Lookup
Parameters
claim44001
release_by_owner4401-
reclaim_deposit44021
ban44031
unban44041
change_deposit_owner4405-
update_deposit44061
Events
Name
Lookup
Attributes
Web3NameClaimed4400["Web3NameOwnerOf","Web3NameOf"]
Web3NameReleased4401["Web3NameOwnerOf","Web3NameOf"]
Web3NameBanned4402["Web3NameOf"]
Web3NameUnbanned4403["Web3NameOf"]
Storage Functions
Name
Type
Owner{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"pallet_web3_names:web3_name:Web3NameOwnership","keys_id":74,"value_id":476}}
Names{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<U8>","keys_id":0,"value_id":74}}
Banned{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"NULL","keys_id":74,"value_id":45}}
Constants
Name
Type
Value
DepositU12800d450a85d6b00000000000000000000
MinNameLengthU3203000000
MaxNameLengthU3220000000
Error Types
Name
Docs
InsufficientFundsThe tx submitter does not have enough funds to pay for the deposit.
AlreadyExistsThe specified name has already been previously claimed.
NotFoundThe specified name does not exist.
OwnerAlreadyExistsThe specified owner already owns a name.
OwnerNotFoundThe specified owner does not own any names.
BannedThe specified name has been banned and cannot be interactedwith.
NotBannedThe specified name is not currently banned.
AlreadyBannedThe specified name has already been previously banned.
NotAuthorizedThe actor cannot performed the specified operation.
TooShortA name that is too short is being claimed.
TooLongA name that is too long is being claimed.
InvalidCharacterA name that contains not allowed characters is being claimed.