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

# VyErc1155ContractSummaryDto

## Properties

| Field         | Type                                                                   | Description                                                  | Required |
| ------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------ | -------- |
| chain         | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)   | The blockchain of the contract                               | ✓        |
| address       | string                                                                 | The contract address                                         | ✗        |
| contractUri   | string                                                                 | URI of the contract metadata                                 | ✗        |
| name          | string                                                                 | The name of the contract                                     | ✗        |
| symbol        | string                                                                 | The symbol of the contract                                   | ✗        |
| image         | string                                                                 | The URI of the contract's image                              | ✗        |
| onChainStatus | [VyStatus](/sdk-reference/ts-js-v3/object-references/enum/vystatus.md) | Indication of the on-chain deployment status of the contract | ✓        |

## References

**Operation**

* [getErc1155Contracts](/sdk-reference/ts-js-v3/function-references/token/contract/geterc1155contracts.md)
