> 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/vyerc1155tokentypesummarydto.md).

# VyErc1155TokenTypeSummaryDto

## Properties

| Field           | Type                                                                                                          | Description | Required |
| --------------- | ------------------------------------------------------------------------------------------------------------- | ----------- | -------- |
| Chain           | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)                                        |             | ✓        |
| ContractAddress | string                                                                                                        |             | ✓        |
| TokenTypeId     | int                                                                                                           |             | ✓        |
| Name            | string                                                                                                        |             | ✗        |
| Image           | string                                                                                                        |             | ✗        |
| ImagePreview    | string                                                                                                        |             | ✗        |
| ImageThumbnail  | string                                                                                                        |             | ✗        |
| Fungible        | bool                                                                                                          |             | ✗        |
| OnChainStatus   | [eVyStatus](/sdk-reference/c-sdk-v3/object-references/enum/evystatus.md)                                      |             | ✗        |
| Supply          | [VyErc1155TokenTypeSupplyDto](/sdk-reference/c-sdk-v3/object-references/token/vyerc1155tokentypesupplydto.md) |             | ✗        |

## References

**Operation**

* [GetErc1155TokenTypes](/sdk-reference/c-sdk-v3/function-references/token/token-types/geterc1155tokentypes.md)
* [GetSuiTokenTypes](/sdk-reference/c-sdk-v3/function-references/token/token-types/getsuitokentypes.md)
