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

# VyErc1155TokenTypeSummaryDto

## Properties

| Field           | Type                                                                                                          | Description | Required |
| --------------- | ------------------------------------------------------------------------------------------------------------- | ----------- | -------- |
| chain           | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                                          |             | ✓        |
| contractAddress | string                                                                                                        |             | ✓        |
| tokenTypeId     | number                                                                                                        |             | ✓        |
| name            | string                                                                                                        |             | ✗        |
| image           | string                                                                                                        |             | ✗        |
| imagePreview    | string                                                                                                        |             | ✗        |
| imageThumbnail  | string                                                                                                        |             | ✗        |
| fungible        | boolean                                                                                                       |             | ✗        |
| onChainStatus   | [VyStatus](/sdk-reference/ts-js-v3/object-references/enum/vystatus.md)                                        |             | ✗        |
| supply          | [VyErc1155TokenTypeSupplyDto](/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokentypesupplydto.md) |             | ✗        |

## References

**Operation**

* [getErc1155TokenTypes](/sdk-reference/ts-js-v3/function-references/token/token-types/geterc1155tokentypes.md)
* [getSuiTokenTypes](/sdk-reference/ts-js-v3/function-references/token/token-types/getsuitokentypes.md)
