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

# VyErc20TokenContractDto

## Properties

| Field         | Type                                                                                 | Description                                                                | Required |
| ------------- | ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | -------- |
| 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 token allowed to be minted under the token contract. | ✗        |
| Burnable      | bool                                                                                 | Indication if the token contract is set to burnable or not.                | ✗        |
| Owner         | string                                                                               | The owner wallet address that has admin rights on the token contract.      | ✗        |
| OnChainStatus | [eVyOnChainState](/sdk-reference/c-sdk-v3/object-references/enum/evyonchainstate.md) | The current on-chain status of the deployed token contract.                | ✗        |

## References

**Operation**

* [GetErc20Contracts](/sdk-reference/c-sdk-v3/function-references/token/erc20-contract/geterc20contracts.md)
* [GetErc20Contract](/sdk-reference/c-sdk-v3/function-references/token/erc20-contract/geterc20contract.md)
