> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokendto.md).

# VyErc1155TokenDto

## Properties

| Field           | Type                                                                                                        | Description                              | Required |
| --------------- | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------- | -------- |
| chain           | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                                        |                                          | ✗        |
| 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](/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokenmintsinfodto.md) |                                          | ✗        |

## References

**Operation**

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