subscan
Runtime Modules / Common
Spec Version:
Events
Name
Lookup
Attributes
CollectionCreated4200["CollectionId","u8","AccountId"]
CollectionDestroyed4201["CollectionId"]
ItemCreated4202["CollectionId","TokenId","CrossAccountId","u128"]
ItemDestroyed4203["CollectionId","TokenId","CrossAccountId","u128"]
Transfer4204["CollectionId","TokenId","CrossAccountId","CrossAccountId","u128"]
Approved4205["CollectionId","TokenId","CrossAccountId","CrossAccountId","u128"]
ApprovedForAll4206["CollectionId","CrossAccountId","CrossAccountId","bool"]
CollectionPropertySet4207["CollectionId","PropertyKey"]
CollectionPropertyDeleted4208["CollectionId","PropertyKey"]
TokenPropertySet4209["CollectionId","TokenId","PropertyKey"]
TokenPropertyDeleted420a["CollectionId","TokenId","PropertyKey"]
PropertyPermissionSet420b["CollectionId","PropertyKey"]
AllowListAddressAdded420c["CollectionId","CrossAccountId"]
AllowListAddressRemoved420d["CollectionId","CrossAccountId"]
CollectionAdminAdded420e["CollectionId","CrossAccountId"]
CollectionAdminRemoved420f["CollectionId","CrossAccountId"]
CollectionLimitSet4210["CollectionId"]
CollectionOwnerChanged4211["CollectionId","AccountId"]
CollectionPermissionSet4212["CollectionId"]
CollectionSponsorSet4213["CollectionId","AccountId"]
SponsorshipConfirmed4214["CollectionId","AccountId"]
CollectionSponsorRemoved4215["CollectionId"]
Storage Functions
Name
Type
CreatedCollectionCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":126}
DestroyedCollectionCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":126}
CollectionById{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"up_data_structs:Collection","keys_id":126,"value_id":585}}
CollectionProperties{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"up_data_structs:Properties@587","keys_id":126,"value_id":587}}
CollectionPropertyPermissions{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<Tuple:Vec<U8>up_data_structs:PropertyPermission>","keys_id":126,"value_id":593}}
AdminAmount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U32","keys_id":126,"value_id":4}}
IsAdmin{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","pallet_evm:account:BasicCrossAccountIdRepr"],"value":"Bool","keys_id":598,"value_id":74}}
Allowlist{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","pallet_evm:account:BasicCrossAccountIdRepr"],"value":"Bool","keys_id":598,"value_id":74}}
DummyStorageValue{"origin":"PlainType","plain_type":"Tuple:up_data_structs:CollectionStatsU32U32up_data_structs:TokenChildPhantomType:up_data_structs","PlainTypeValue":599}
Constants
Name
Type
Value
CollectionCreationPriceU1280000c84e676dc11b0000000000000000
ContractAddressH1606c4e9fe1ae37a41e93cee429e8e1881abdcbb54f
collection_admins_limitU3205000000
Error Types
Name
Docs
CollectionNotFoundThis collection does not exist.
MustBeTokenOwnerSender parameter and item owner must be equal.
NoPermissionNo permission to perform action
CantDestroyNotEmptyCollectionDestroying only empty collections is allowed
PublicMintingNotAllowedCollection is not in mint mode.
AddressNotInAllowlistAddress is not in allow list.
CollectionNameLimitExceededCollection name can not be longer than 63 char.
CollectionDescriptionLimitExceededCollection description can not be longer than 255 char.
CollectionTokenPrefixLimitExceededToken prefix can not be longer than 15 char.
TotalCollectionsLimitExceededTotal collections bound exceeded.
CollectionAdminCountExceededExceeded max admin count
CollectionLimitBoundsExceededCollection limit bounds per collection exceeded
OwnerPermissionsCantBeRevertedTried to enable permissions which are only permitted to be disabled
TransferNotAllowedCollection settings not allowing items transferring
AccountTokenLimitExceededAccount token limit exceeded per collection
CollectionTokenLimitExceededCollection token limit exceeded
MetadataFlagFrozenMetadata flag frozen
TokenNotFoundItem does not exist
TokenValueTooLowItem is balance not enough
ApprovedValueTooLowRequested value is more than the approved
CantApproveMoreThanOwnedTried to approve more than owned
AddressIsNotEthMirrorOnly spending from eth mirror could be approved
AddressIsZeroCan't transfer tokens to ethereum zero address
UnsupportedOperationThe operation is not supported
NotSufficientFoundsInsufficient funds to perform an action
UserIsNotAllowedToNestUser does not satisfy the nesting rule
SourceCollectionIsNotAllowedToNestOnly tokens from specific collections may nest tokens under this one
CollectionFieldSizeExceededTried to store more data than allowed in collection field
NoSpaceForPropertyTried to store more property data than allowed
PropertyLimitReachedTried to store more property keys than allowed
PropertyKeyIsTooLongProperty key is too long
InvalidCharacterInPropertyKeyOnly ASCII letters, digits, and symbols `_`, `-`, and `.` are allowed
EmptyPropertyKeyEmpty property keys are forbidden
CollectionIsExternalTried to access an external collection with an internal API
CollectionIsInternalTried to access an internal collection with an external API
ConfirmSponsorshipFailThis address is not set as sponsor, use setCollectionSponsor first.
UserIsNotCollectionAdminThe user is not an administrator.
FungibleItemsHaveNoIdFungible tokens hold no ID, and the default value of TokenId for a fungible collection is 0.
NotFungibleDataUsedToMintFungibleCollectionTokenNot Fungible item data used to mint in Fungible collection.