# VyErc1155TokenTypeDto

## Properties

| Field           | Type                                                                                                                           | Description | Required |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- | -------- |
| chain           | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)                                          |             | ✗        |
| contractAddress | string                                                                                                                         |             | ✗        |
| tokenTypeId     | number                                                                                                                         |             | ✗        |
| onChainStatus   | [VyStatus](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vystatus)                                        |             | ✗        |
| burnable        | boolean                                                                                                                        |             | ✗        |
| supply          | [VyErc1155TokenTypeSupplyDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokentypesupplydto) |             | ✗        |
| storage         | [VyStorageDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vystoragedto)                               |             | ✗        |
| metadata        | [VyMetadataDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vymetadatadto)                             |             | ✗        |

## References

**Operation**

* [getErc1155TokenType](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/token-types/geterc1155tokentype)
* [getSuiTokenType](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/token-types/getsuitokentype)
