# VyErc1155TokenDto

## Properties

| Field           | Type                                                                                                                         | Description                              | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | -------- |
| Chain           | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                                      |                                          | ✗        |
| 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](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vyerc1155tokenmintsinfodto) |                                          | ✗        |

## References

**Operation**

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