# VyErc1155TokenTypeSummaryDto

## Properties

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

## References

**Operation**

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