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

# VyDeployedErc20ContractDto

## Properties

| Field           | Type                                                                   | Description                                                          | Required |
| --------------- | ---------------------------------------------------------------------- | -------------------------------------------------------------------- | -------- |
| id              | string                                                                 | The deploment UUID of the token contract.                            | ✗        |
| chain           | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)   | The blockchain of the token contract.                                | ✗        |
| address         | string                                                                 | The token contract address.                                          | ✗        |
| name            | string                                                                 | The token contract name.                                             | ✗        |
| symbol          | string                                                                 | The token contract symbol.                                           | ✗        |
| maxSupply       | number                                                                 | The maximum number of tokens allowed to be minted.                   | ✗        |
| burnable        | boolean                                                                | Indication if the token contract is burnable or not.                 | ✗        |
| owner           | string                                                                 | The owner wallet address that has admin right on the token contract. | ✗        |
| transactionHash | string                                                                 | The transaction hash of the token contract deployment.               | ✗        |
| status          | [VyStatus](/sdk-reference/ts-js-v3/object-references/enum/vystatus.md) | The current status of the token contract deployment.                 | ✗        |

## References

**Operation**

* [createErc20Contract](/sdk-reference/ts-js-v3/function-references/token/erc20-contract/createerc20contract.md)
* [getDeployedErc20Contract](/sdk-reference/ts-js-v3/function-references/token/erc20-contract/getdeployederc20contract.md)
