This object contains the listed NFT details under the sale.
Name | Type | Description |
---|---|---|
tokenStatus | Enum | The TokenDeploymentStatus like DRAFT ,INPROGRESS ,FAILED ,MINTED . |
tokenName | String | The NFT token name. |
collectionName | String | The NFT collection name. |
contractAddress | String! | NFT contract address. |
tokenId | BigInt! | NFT token id. |
tokenType | Enum | The NFT token type tokenType |
network | Object | Network details contain |
networkID | UUID | Token listed token network id. |
owner | String | The NFT owner's address. |
metadata | Object | it contains the metadata objectlike name, image, and description ... |
nftAttributes | [Object] | Contains the array of information from NFTAttributes |
artist | Object | Contains the information from Artist |
nftTokenId | UUID | NFT token uuid in DB. |
isDelivered | Boolean | It indicates listed NFT sold out in the sale. |
invoiceItemID | UUID | If NFT is delivered under the sale, the invoiceItemId will be available. |
editions | Int | If the token is ERC1155 the edition will be available. |
contractId | UUID | The NFT contract id. |