# VyErc20TokenContractDto

## Properties

| Field         | Type                                                                                                | Description                                                                | Required |
| ------------- | --------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------- |
| chain         | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)               | 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 token allowed to be minted under the token contract. | ✗        |
| burnable      | boolean                                                                                             | 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 | [VyOnChainState](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vyonchainstate) | The current on-chain status of the deployed token contract.                | ✗        |

## References

**Operation**

* [getErc20Contracts](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/erc20-contract/geterc20contracts)
* [getErc20Contract](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/erc20-contract/geterc20contract)
