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

# VyErc1155ContractSummaryDto

## Properties

| Field         | Type                                                                     | Description                                                  | Required |
| ------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------ | -------- |
| Chain         | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.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 | [eVyStatus](/sdk-reference/c-sdk-v3/object-references/enum/evystatus.md) | Indication of the on-chain deployment status of the contract | ✓        |

## References

**Operation**

* [GetErc1155Contracts](/sdk-reference/c-sdk-v3/function-references/token/contract/geterc1155contracts.md)
