> 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/c-sdk-v3/object-references/token/vyerc1155tokendto.md).

# VyErc1155TokenDto

## Properties

| Field           | Type                                                                                                        | Description                              | Required |
| --------------- | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------- | -------- |
| Chain           | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)                                      |                                          | ✗        |
| ContractAddress | string                                                                                                      | The address of the NFT's smart contract. | ✗        |
| TokenTypeId     | int                                                                                                         | Unique identifier for the token-type.    | ✗        |
| TokenId         | int                                                                                                         | 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        | bool                                                                                                        | Indicates whether the token is fungible. | ✗        |
| Mints           | [VyErc1155TokenMintsInfoDto](/sdk-reference/c-sdk-v3/object-references/token/vyerc1155tokenmintsinfodto.md) |                                          | ✗        |

## References

**Operation**

* [GetErc1155Tokens](/sdk-reference/c-sdk-v3/function-references/token/mint-tokens/geterc1155tokens.md)
