# VyErc1155ContractSummaryDto

## Properties

| Field         | Type                                                                                    | Description                                                  | Required |
| ------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------ | -------- |
| chain         | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)   | 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](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vystatus) | Indication of the on-chain deployment status of the contract | ✓        |

## References

**Operation**

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