Name | Lookup | Parameters | |
|---|---|---|---|
| create | 3400 | 2 | |
| force_create | 3401 | 2 | |
| destroy | 3402 | 2 | |
| mint | 3403 | 4 | |
| force_mint | 3404 | 4 | |
| burn | 3405 | 2 | |
| transfer | 3406 | 3 | |
| redeposit | 3407 | 2 | |
| lock_item_transfer | 3408 | 2 | |
| unlock_item_transfer | 3409 | 2 | |
| lock_collection | 340a | 2 | |
| transfer_ownership | 340b | 2 | |
| set_team | 340c | 4 | |
| force_collection_owner | 340d | 2 | |
| force_collection_config | 340e | 2 | |
| approve_transfer | 340f | 4 | |
| cancel_approval | 3410 | 3 | |
| clear_all_transfer_approvals | 3411 | 2 | |
| lock_item_properties | 3412 | 4 | |
| set_attribute | 3413 | 5 | |
| force_set_attribute | 3414 | 6 | |
| clear_attribute | 3415 | 4 | |
| approve_item_attributes | 3416 | 3 | |
| cancel_item_attributes_approval | 3417 | 4 | |
| set_metadata | 3418 | 3 | |
| clear_metadata | 3419 | 2 | |
| set_collection_metadata | 341a | 2 | |
| clear_collection_metadata | 341b | 1 | |
| set_accept_ownership | 341c | 1 | |
| set_collection_max_supply | 341d | 2 | |
| update_mint_settings | 341e | 2 | |
| set_price | 341f | 4 | |
| buy_item | 3420 | 3 | |
| pay_tips | 3421 | 1 | |
| create_swap | 3422 | 6 | |
| cancel_swap | 3423 | 2 | |
| claim_swap | 3424 | 5 | |
| mint_pre_signed | 3425 | 3 | |
| set_attributes_pre_signed | 3426 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 3400 | ["CollectionId","AccountId","AccountId"] | |
| ForceCreated | 3401 | ["CollectionId","AccountId"] | |
| Destroyed | 3402 | ["CollectionId"] | |
| Issued | 3403 | ["CollectionId","ItemId","AccountId"] | |
| Transferred | 3404 | ["CollectionId","ItemId","AccountId","AccountId"] | |
| Burned | 3405 | ["CollectionId","ItemId","AccountId"] | |
| ItemTransferLocked | 3406 | ["CollectionId","ItemId"] | |
| ItemTransferUnlocked | 3407 | ["CollectionId","ItemId"] | |
| ItemPropertiesLocked | 3408 | ["CollectionId","ItemId","bool","bool"] | |
| CollectionLocked | 3409 | ["CollectionId"] | |
| OwnerChanged | 340a | ["CollectionId","AccountId"] | |
| TeamChanged | 340b | ["CollectionId","Option<AccountId>","Option<AccountId>","Option<AccountId>"] | |
| TransferApproved | 340c | ["CollectionId","ItemId","AccountId","AccountId","Option<BlockNumberFor>"] | |
| ApprovalCancelled | 340d | ["CollectionId","ItemId","AccountId","AccountId"] | |
| AllApprovalsCancelled | 340e | ["CollectionId","ItemId","AccountId"] | |
| CollectionConfigChanged | 340f | ["CollectionId"] | |
| CollectionMetadataSet | 3410 | ["CollectionId","BoundedVec<u8, StringLimit>"] | |
| CollectionMetadataCleared | 3411 | ["CollectionId"] | |
| ItemMetadataSet | 3412 | ["CollectionId","ItemId","BoundedVec<u8, StringLimit>"] | |
| ItemMetadataCleared | 3413 | ["CollectionId","ItemId"] | |
| Redeposited | 3414 | ["CollectionId","Vec<ItemId>"] | |
| AttributeSet | 3415 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>","AttributeNamespace<AccountId>"] | |
| AttributeCleared | 3416 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>","AttributeNamespace<AccountId>"] | |
| ItemAttributesApprovalAdded | 3417 | ["CollectionId","ItemId","AccountId"] | |
| ItemAttributesApprovalRemoved | 3418 | ["CollectionId","ItemId","AccountId"] | |
| OwnershipAcceptanceChanged | 3419 | ["AccountId","Option<CollectionId>"] | |
| CollectionMaxSupplySet | 341a | ["CollectionId","u32"] | |
| CollectionMintSettingsUpdated | 341b | ["CollectionId"] | |
| NextCollectionIdIncremented | 341c | ["Option<CollectionId>"] | |
| ItemPriceSet | 341d | ["CollectionId","ItemId","ItemPrice","Option<AccountId>"] | |
| ItemPriceRemoved | 341e | ["CollectionId","ItemId"] | |
| ItemBought | 341f | ["CollectionId","ItemId","ItemPrice","AccountId","AccountId"] | |
| TipSent | 3420 | ["CollectionId","ItemId","AccountId","AccountId","DepositBalanceOf"] | |
| SwapCreated | 3421 | ["CollectionId","ItemId","CollectionId","Option<ItemId>","Option<PriceWithDirection<ItemPrice>>","BlockNumberFor"] | |
| SwapCancelled | 3422 | ["CollectionId","ItemId","CollectionId","Option<ItemId>","Option<PriceWithDirection<ItemPrice>>","BlockNumberFor"] | |
| SwapClaimed | 3423 | ["CollectionId","ItemId","AccountId","CollectionId","ItemId","AccountId","Option<PriceWithDirection<ItemPrice>>","BlockNumberFor"] | |
| PreSignedAttributesSet | 3424 | ["CollectionId","ItemId","AttributeNamespace<AccountId>"] | |
| PalletAttributeSet | 3425 | ["CollectionId","Option<ItemId>","PalletAttributes<CollectionId>","BoundedVec<u8, ValueLimit>"] |
Name | Type | |
|---|---|---|
| Collection | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_nfts:types:CollectionDetails","keys_id":4,"value_id":876}} | |
| OwnershipAcceptance | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32","U32"],"value":"NULL","keys_id":868,"value_id":39}} | |
| CollectionAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"NULL","keys_id":395,"value_id":39}} | |
| CollectionRoleOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"U8","keys_id":858,"value_id":877}} | |
| Item | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_nfts:types:ItemDetails","keys_id":37,"value_id":879}} | |
| CollectionMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_nfts:types:CollectionMetadata","keys_id":4,"value_id":885}} | |
| ItemMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_nfts:types:ItemMetadata","keys_id":37,"value_id":886}} | |
| Attribute | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","option<U32>","pallet_nfts:types:AttributeNamespace","Vec<U8>"],"value":"Tuple:Vec<U8>pallet_nfts:types:AttributeDeposit","keys_id":888,"value_id":889}} | |
| ItemPriceOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"Tuple:U128option<AccountId>","keys_id":37,"value_id":874}} | |
| ItemAttributesApprovalsOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"Vec<AccountId>","keys_id":37,"value_id":891}} | |
| NextCollectionId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| PendingSwapOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_nfts:types:PendingSwap","keys_id":37,"value_id":893}} | |
| CollectionConfigOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_nfts:types:CollectionConfig","keys_id":4,"value_id":337}} | |
| ItemConfigOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"U64","keys_id":37,"value_id":347}} |
Name | Type | Value | |
|---|---|---|---|
| CollectionDeposit | U128 | 40f1fb77000000000000000000000000 | |
| ItemDeposit | U128 | 10320103000000000000000000000000 | |
| MetadataDepositBase | U128 | 1071ff0b000000000000000000000000 | |
| AttributeDepositBase | U128 | 00c2eb0b000000000000000000000000 | |
| DepositPerByte | U128 | a0860100000000000000000000000000 | |
| StringLimit | U32 | 00010000 | |
| KeyLimit | U32 | 40000000 | |
| ValueLimit | U32 | 00010000 | |
| ApprovalsLimit | U32 | 14000000 | |
| ItemAttributesApprovalsLimit | U32 | 1e000000 | |
| MaxTips | U32 | 0a000000 | |
| MaxDeadlineDuration | U32 | 001a4f00 | |
| MaxAttributesPerCall | U32 | 0a000000 | |
| Features | U64 | 0000000000000000 |
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. |
| ApprovalExpired | The approval had a deadline that expired, so the approval isn't valid anymore. |
| WrongOwner | The owner turned out to be different to what was expected. |
| BadWitness | The witness data given does not match the current state of the chain. |
| CollectionIdInUse | Collection ID is already taken. |
| ItemsNonTransferable | Items within that collection are non-transferable. |
| NotDelegate | The provided account is not a delegate. |
| WrongDelegate | The delegate turned out to be different to what was expected. |
| Unapproved | No approval exists that would allow the transfer. |
| Unaccepted | The named owner has not signed ownership acceptance of the collection. |
| ItemLocked | The item is locked (non-transferable). |
| LockedItemAttributes | Item's attributes are locked. |
| LockedCollectionAttributes | Collection's attributes are locked. |
| LockedItemMetadata | Item's metadata is locked. |
| LockedCollectionMetadata | Collection's metadata is locked. |
| MaxSupplyReached | All items have been minted. |
| MaxSupplyLocked | The max supply is locked and can't be changed. |
| MaxSupplyTooSmall | The provided max supply is less than the number of items a collection already has. |
| UnknownItem | The given item ID is unknown. |
| UnknownSwap | Swap doesn't exist. |
| MetadataNotFound | The given item has no metadata set. |
| AttributeNotFound | The provided attribute can't be found. |
| NotForSale | Item is not for sale. |
| BidTooLow | The provided bid is too low. |
| ReachedApprovalLimit | The item has reached its approval limit. |
| DeadlineExpired | The deadline has already expired. |
| WrongDuration | The duration provided should be less than or equal to `MaxDeadlineDuration`. |
| MethodDisabled | The method is disabled by system settings. |
| WrongSetting | The provided setting can't be set. |
| InconsistentItemConfig | Item's config already exists and should be equal to the provided one. |
| NoConfig | Config for a collection or an item can't be found. |
| RolesNotCleared | Some roles were not cleared. |
| MintNotStarted | Mint has not started yet. |
| MintEnded | Mint has already ended. |
| AlreadyClaimed | The provided Item was already used for claiming. |
| IncorrectData | The provided data is incorrect. |
| WrongOrigin | The extrinsic was sent by the wrong origin. |
| WrongSignature | The provided signature is incorrect. |
| IncorrectMetadata | The provided metadata might be too long. |
| MaxAttributesLimitReached | Can't set more attributes per one call. |
| WrongNamespace | The provided namespace isn't supported in this call. |
| CollectionNotEmpty | Can't delete non-empty collections. |
| WitnessRequired | The witness data should be provided. |