This object contains all the information about the NFT contract.
Field
Name | Type | Description |
---|---|---|
id | UUID | The ID of the NFT contract. |
nftContractType | Object | Contains information from NFTContractType such as ID and name. |
wallet | Object | Contains information from Wallet such as ID, address, parentType, parentID, network, deploymentTxHash, gnosisSafeURL, and tokens. |
contractAddress | EthAddress | Information of the contract address. |
marketplaceAddress | EthAddress | Information of the marketplace address. |
activationTxHash | String | Information of activation. |
deploymentTxHash | String | Information of deployment. |
mediaTxHash | String | Information of media. |
arweavePathManifest | String | The arweave path manifest. |
nftTokens | Object | Contains information from NFTToken . |
transferOwnershipHash | String | Information of transfer ownership. |
admins | String | Information of the admin. |