Name | Lookup | Parameters | |
|---|---|---|---|
| create | 4800 | 2 | |
| force_create | 4801 | 3 | |
| destroy | 4802 | 2 | |
| mint | 4803 | 3 | |
| burn | 4804 | 3 | |
| transfer | 4805 | 3 | |
| redeposit | 4806 | 2 | |
| freeze | 4807 | 2 | |
| thaw | 4808 | 2 | |
| freeze_collection | 4809 | 1 | |
| thaw_collection | 480a | 1 | |
| transfer_ownership | 480b | 2 | |
| set_team | 480c | 4 | |
| approve_transfer | 480d | 3 | |
| cancel_approval | 480e | 3 | |
| force_item_status | 480f | 7 | |
| set_attribute | 4810 | 4 | |
| clear_attribute | 4811 | 3 | |
| set_metadata | 4812 | 4 | |
| clear_metadata | 4813 | 2 | |
| set_collection_metadata | 4814 | 3 | |
| clear_collection_metadata | 4815 | 1 | |
| set_accept_ownership | 4816 | 1 | |
| set_collection_max_supply | 4817 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 4800 | ["CollectionId","AccountId","AccountId"] | |
| ForceCreated | 4801 | ["CollectionId","AccountId"] | |
| Destroyed | 4802 | ["CollectionId"] | |
| Issued | 4803 | ["CollectionId","ItemId","AccountId"] | |
| Transferred | 4804 | ["CollectionId","ItemId","AccountId","AccountId"] | |
| Burned | 4805 | ["CollectionId","ItemId","AccountId"] | |
| Frozen | 4806 | ["CollectionId","ItemId"] | |
| Thawed | 4807 | ["CollectionId","ItemId"] | |
| CollectionFrozen | 4808 | ["CollectionId"] | |
| CollectionThawed | 4809 | ["CollectionId"] | |
| OwnerChanged | 480a | ["CollectionId","AccountId"] | |
| TeamChanged | 480b | ["CollectionId","AccountId","AccountId","AccountId"] | |
| ApprovedTransfer | 480c | ["CollectionId","ItemId","AccountId","AccountId"] | |
| ApprovalCancelled | 480d | ["CollectionId","ItemId","AccountId","AccountId"] | |
| ItemStatusChanged | 480e | ["CollectionId"] | |
| CollectionMetadataSet | 480f | ["CollectionId","BoundedVec<u8, StringLimit>","bool"] | |
| CollectionMetadataCleared | 4810 | ["CollectionId"] | |
| MetadataSet | 4811 | ["CollectionId","ItemId","BoundedVec<u8, StringLimit>","bool"] | |
| MetadataCleared | 4812 | ["CollectionId","ItemId"] | |
| Redeposited | 4813 | ["CollectionId","Vec<ItemId>"] | |
| AttributeSet | 4814 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>"] | |
| AttributeCleared | 4815 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>"] | |
| OwnershipAcceptanceChanged | 4816 | ["AccountId","Option<CollectionId>"] | |
| CollectionMaxSupplySet | 4817 | ["CollectionId","u32"] |
Name | Type | |
|---|---|---|
| Class | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_uniques:types:CollectionDetails","keys_id":8,"value_id":433}} | |
| OwnershipAcceptance | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":8}} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U64","U128"],"value":"NULL","keys_id":434,"value_id":36}} | |
| ClassAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U64"],"value":"NULL","keys_id":435,"value_id":36}} | |
| Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U64","U128"],"value":"pallet_uniques:types:ItemDetails","keys_id":436,"value_id":437}} | |
| ClassMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_uniques:types:CollectionMetadata","keys_id":8,"value_id":438}} | |
| InstanceMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U64","U128"],"value":"pallet_uniques:types:ItemMetadata","keys_id":436,"value_id":439}} | |
| Attribute | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U64","option<U128>","Vec<U8>"],"value":"Tuple:Vec<U8>U128","keys_id":440,"value_id":441}} | |
| CollectionMaxSupply | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"U32","keys_id":8,"value_id":4}} |
Name | Type | Value | |
|---|---|---|---|
| CollectionDeposit | U128 | 000064a7b3b6e00d0000000000000000 | |
| ItemDeposit | U128 | 00008a5d784563010000000000000000 | |
| MetadataDepositBase | U128 | 00008a5d784563010000000000000000 | |
| AttributeDepositBase | U128 | 00008a5d784563010000000000000000 | |
| DepositPerByte | U128 | 0000c16ff28623000000000000000000 | |
| StringLimit | U32 | 00010000 | |
| KeyLimit | U32 | 00010000 | |
| ValueLimit | U32 | 00010000 |
Name | Docs |
|---|---|
| NoPermission | The signing account has no permission to do the operation. |
| UnknownCollection | The given item ID is unknown. |
| AlreadyExists | The item ID has already been used for an item. |
| WrongOwner | The owner turned out to be different to what was expected. |
| BadWitness | Invalid witness data given. |
| InUse | The item ID is already taken. |
| Frozen | The item or collection is frozen. |
| WrongDelegate | The delegate turned out to be different to what was expected. |
| NoDelegate | There is no delegate approved. |
| Unapproved | No approval exists that would allow the transfer. |
| Unaccepted | The named owner has not signed ownership of the collection is acceptable. |
| Locked | The item is locked. |
| MaxSupplyReached | All items have been minted. |
| MaxSupplyAlreadySet | The max supply has already been set. |
| MaxSupplyTooSmall | The provided max supply is less to the amount of items a collection already has. |