# VyErc1155ContractSummaryDto

## Properties

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

## References

**Operation**

* [GetErc1155Contracts](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/token/contract/geterc1155contracts)
