Name | Lookup | Attributes | |
---|---|---|---|
CollectionCreated | 4200 | ["CollectionId","u8","AccountId"] | |
CollectionDestroyed | 4201 | ["CollectionId"] | |
ItemCreated | 4202 | ["CollectionId","TokenId","CrossAccountId","u128"] | |
ItemDestroyed | 4203 | ["CollectionId","TokenId","CrossAccountId","u128"] | |
Transfer | 4204 | ["CollectionId","TokenId","CrossAccountId","CrossAccountId","u128"] | |
Approved | 4205 | ["CollectionId","TokenId","CrossAccountId","CrossAccountId","u128"] | |
ApprovedForAll | 4206 | ["CollectionId","CrossAccountId","CrossAccountId","bool"] | |
CollectionPropertySet | 4207 | ["CollectionId","PropertyKey"] | |
CollectionPropertyDeleted | 4208 | ["CollectionId","PropertyKey"] | |
TokenPropertySet | 4209 | ["CollectionId","TokenId","PropertyKey"] | |
TokenPropertyDeleted | 420a | ["CollectionId","TokenId","PropertyKey"] | |
PropertyPermissionSet | 420b | ["CollectionId","PropertyKey"] | |
AllowListAddressAdded | 420c | ["CollectionId","CrossAccountId"] | |
AllowListAddressRemoved | 420d | ["CollectionId","CrossAccountId"] | |
CollectionAdminAdded | 420e | ["CollectionId","CrossAccountId"] | |
CollectionAdminRemoved | 420f | ["CollectionId","CrossAccountId"] | |
CollectionLimitSet | 4210 | ["CollectionId"] | |
CollectionOwnerChanged | 4211 | ["CollectionId","AccountId"] | |
CollectionPermissionSet | 4212 | ["CollectionId"] | |
CollectionSponsorSet | 4213 | ["CollectionId","AccountId"] | |
SponsorshipConfirmed | 4214 | ["CollectionId","AccountId"] | |
CollectionSponsorRemoved | 4215 | ["CollectionId"] |
Name | Type | |
---|---|---|
CreatedCollectionCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":290} | |
DestroyedCollectionCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":290} | |
CollectionById | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"up_data_structs:Collection","keys_id":290,"value_id":592}} | |
CollectionProperties | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"up_data_structs:Properties@594","keys_id":290,"value_id":594}} | |
CollectionPropertyPermissions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<Tuple:Vec<U8>up_data_structs:PropertyPermission>","keys_id":290,"value_id":600}} | |
AdminAmount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U32","keys_id":290,"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":605,"value_id":77}} | |
Allowlist | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","pallet_evm:account:BasicCrossAccountIdRepr"],"value":"Bool","keys_id":605,"value_id":77}} | |
DummyStorageValue | {"origin":"PlainType","plain_type":"Tuple:up_data_structs:CollectionStatsU32U32up_data_structs:TokenChildPhantomType:up_data_structs","PlainTypeValue":606} |
Name | Type | Value | |
---|---|---|---|
CollectionCreationPrice | U128 | 0000c84e676dc11b0000000000000000 | |
ContractAddress | H160 | 6c4e9fe1ae37a41e93cee429e8e1881abdcbb54f | |
collection_admins_limit | U32 | 05000000 |
Name | Docs |
---|---|
CollectionNotFound | This collection does not exist. |
MustBeTokenOwner | Sender parameter and item owner must be equal. |
NoPermission | No permission to perform action |
CantDestroyNotEmptyCollection | Destroying only empty collections is allowed |
PublicMintingNotAllowed | Collection is not in mint mode. |
AddressNotInAllowlist | Address is not in allow list. |
CollectionNameLimitExceeded | Collection name can not be longer than 63 char. |
CollectionDescriptionLimitExceeded | Collection description can not be longer than 255 char. |
CollectionTokenPrefixLimitExceeded | Token prefix can not be longer than 15 char. |
TotalCollectionsLimitExceeded | Total collections bound exceeded. |
CollectionAdminCountExceeded | Exceeded max admin count |
CollectionLimitBoundsExceeded | Collection limit bounds per collection exceeded |
OwnerPermissionsCantBeReverted | Tried to enable permissions which are only permitted to be disabled |
TransferNotAllowed | Collection settings not allowing items transferring |
AccountTokenLimitExceeded | Account token limit exceeded per collection |
CollectionTokenLimitExceeded | Collection token limit exceeded |
MetadataFlagFrozen | Metadata flag frozen |
TokenNotFound | Item does not exist |
TokenValueTooLow | Item is balance not enough |
ApprovedValueTooLow | Requested value is more than the approved |
CantApproveMoreThanOwned | Tried to approve more than owned |
AddressIsNotEthMirror | Only spending from eth mirror could be approved |
AddressIsZero | Can't transfer tokens to ethereum zero address |
UnsupportedOperation | The operation is not supported |
NotSufficientFounds | Insufficient funds to perform an action |
UserIsNotAllowedToNest | User does not satisfy the nesting rule |
SourceCollectionIsNotAllowedToNest | Only tokens from specific collections may nest tokens under this one |
CollectionFieldSizeExceeded | Tried to store more data than allowed in collection field |
NoSpaceForProperty | Tried to store more property data than allowed |
PropertyLimitReached | Tried to store more property keys than allowed |
PropertyKeyIsTooLong | Property key is too long |
InvalidCharacterInPropertyKey | Only ASCII letters, digits, and symbols `_`, `-`, and `.` are allowed |
EmptyPropertyKey | Empty property keys are forbidden |
CollectionIsExternal | Tried to access an external collection with an internal API |
CollectionIsInternal | Tried to access an internal collection with an external API |
ConfirmSponsorshipFail | This address is not set as sponsor, use setCollectionSponsor first. |
UserIsNotCollectionAdmin | The user is not an administrator. |
FungibleItemsHaveNoId | Fungible tokens hold no ID, and the default value of TokenId for a fungible collection is 0. |