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

# VyDeployedErc20ContractDto

## Properties

| Field           | Type                                                                     | Description                                                          | Required |
| --------------- | ------------------------------------------------------------------------ | -------------------------------------------------------------------- | -------- |
| Id              | string                                                                   | The deploment UUID of the token contract.                            | ✗        |
| Chain           | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.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       | int                                                                      | The maximum number of tokens allowed to be minted.                   | ✗        |
| Burnable        | bool                                                                     | 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          | [eVyStatus](/sdk-reference/c-sdk-v3/object-references/enum/evystatus.md) | The current status of the token contract deployment.                 | ✗        |

## References

**Operation**

* [CreateErc20Contract](/sdk-reference/c-sdk-v3/function-references/token/erc20-contract/createerc20contract.md)
* [GetDeployedErc20Contract](/sdk-reference/c-sdk-v3/function-references/token/erc20-contract/getdeployederc20contract.md)
