# VyErc1155TokenDto

## Properties

| Field           | Type                                                                                                                         | Description                              | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | -------- |
| chain           | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)                                        |                                          | ✗        |
| contractAddress | string                                                                                                                       | The address of the NFT's smart contract. | ✗        |
| tokenTypeId     | number                                                                                                                       | Unique identifier for the token-type.    | ✗        |
| tokenId         | number                                                                                                                       | Unique identifier for the token.         | ✗        |
| tokenUri        | string                                                                                                                       | URI pointing to the token's metadata.    | ✗        |
| name            | string                                                                                                                       | The name of the NFT.                     | ✗        |
| image           | string                                                                                                                       | URL of the token's main image.           | ✗        |
| imagePreview    | string                                                                                                                       | URL of the token's preview image.        | ✗        |
| imageThumbnail  | string                                                                                                                       | URL of the token's thumbnail image.      | ✗        |
| fungible        | boolean                                                                                                                      | Indicates whether the token is fungible. | ✗        |
| mints           | [VyErc1155TokenMintsInfoDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokenmintsinfodto) |                                          | ✗        |

## References

**Operation**

* [getErc1155Tokens](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/mint-tokens/geterc1155tokens)
