Name | Lookup | Parameters | |
|---|---|---|---|
| mint_single_nft | 5600 | 3 | |
| signed_mint_single_nft | 5601 | 4 | |
| list_nft_open_for_sale | 5602 | 2 | |
| signed_list_nft_open_for_sale | 5603 | 3 | |
| signed_transfer_fiat_nft | 5604 | 3 | |
| signed_cancel_list_fiat_nft | 5605 | 2 | |
| proxy | 5606 | 1 | |
| signed_create_batch | 5607 | 4 | |
| signed_mint_batch_nft | 5608 | 5 | |
| signed_list_batch_for_sale | 5609 | 3 | |
| signed_end_batch_sale | 560a | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SingleNftMinted | 5600 | ["NftId","AccountId","H160"] | |
| BatchNftMinted | 5601 | ["NftId","NftBatchId","H160","AccountId"] | |
| NftOpenForSale | 5602 | ["NftId","NftSaleType"] | |
| BatchOpenForSale | 5603 | ["NftBatchId","NftSaleType"] | |
| EthNftTransfer | 5604 | ["NftId","AccountId","NftSaleType","u64","EthEventId"] | |
| FiatNftTransfer | 5605 | ["NftId","AccountId","AccountId","NftSaleType","u64"] | |
| CancelSingleEthNftListing | 5606 | ["NftId","NftSaleType","u64","EthEventId"] | |
| CancelSingleFiatNftListing | 5607 | ["NftId","NftSaleType","u64"] | |
| CallDispatched | 5608 | ["AccountId","Hash"] | |
| BatchCreated | 5609 | ["NftBatchId","u64","AccountId","H160"] | |
| BatchSaleEnded | 560a | ["NftBatchId","NftSaleType"] |
Name | Type | |
|---|---|---|
| Nfts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:Nft","keys_id":134,"value_id":546}} | |
| NftInfos | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:NftInfo","keys_id":134,"value_id":547}} | |
| NftBatches | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"Vec<U256>","keys_id":134,"value_id":550}} | |
| BatchInfoId | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"U256","keys_id":134,"value_id":134}} | |
| UsedExternalReferences | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Bool","keys_id":458,"value_id":30}} | |
| NextInfoId | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":134} | |
| NextSingleNftUniqueId | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":134} | |
| NftOpenForSale | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:NftSaleType","keys_id":134,"value_id":136}} | |
| BatchNonces | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":11}} | |
| BatchOpenForSale | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:NftSaleType","keys_id":134,"value_id":136}} |
Name | Type | Value | |
|---|---|---|---|
| BatchBound | U32 | 00400000 |
Name | Docs |
|---|---|
| NftAlreadyExists | |
| RoyaltyRateIsNotValid | When specifying rates, parts_per_million must not be greater than 1 million |
| TotalRoyaltyRateIsNotValid | When specifying rates, sum of parts_per_millions must not be greater than 1 million |
| T1AuthorityIsMandatory | |
| ExternalRefIsMandatory | |
| ExternalRefIsAlreadyInUse | The external reference is already used |
| NftInfoMissing | There is not data associated with an nftInfoId |
| NftIdDoesNotExist | |
| UnsupportedMarket | |
| SenderIsNotSigner | Signed extrinsic with a proof must be called by the signer of the proof |
| SenderIsNotOwner | |
| NftAlreadyListed | |
| NftIsLocked | |
| NftNotListedForSale | |
| NftNotListedForEthereumSale | |
| NftNotListedForFiatSale | |
| NoTier1EventForNftOperation | |
| NftNonceMismatch | The op_id did not match the nft token nonce for the operation |
| UnauthorizedTransaction | |
| UnauthorizedProxyTransaction | |
| UnauthorizedSignedLiftNftOpenForSaleTransaction | |
| UnauthorizedSignedMintSingleNftTransaction | |
| UnauthorizedSignedTransferFiatNftTransaction | |
| UnauthorizedSignedCancelListFiatNftTransaction | |
| TransactionNotSupported | |
| TransferToIsMandatory | |
| UnauthorizedSignedCreateBatchTransaction | |
| BatchAlreadyExists | |
| TotalSupplyZero | |
| UnauthorizedSignedMintBatchNftTransaction | |
| BatchIdIsMandatory | |
| BatchDoesNotExist | |
| SenderIsNotBatchCreator | |
| TotalSupplyExceeded | |
| UnauthorizedSignedListBatchForSaleTransaction | |
| BatchAlreadyListed | |
| NoNftsToSell | |
| BatchNotListed | |
| UnauthorizedSignedEndBatchSaleTransaction | |
| BatchNotListedForFiatSale | |
| BatchNotListedForEthereumSale | |
| ExternalRefOutOfBounds | External reference size is out of bounds |
| RoyaltiesOutOfBounds | Nft Royalties size is out of bounds |
| BatchOutOfBounds | Batch size is out of bounds |