# VyDeployedErc20ContractDto

## Properties

| Field           | Type                                                                                      | Description                                                          | Required |
| --------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -------- |
| Id              | string                                                                                    | The deploment UUID of the token contract.                            | ✗        |
| Chain           | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)   | 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](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evystatus) | The current status of the token contract deployment.                 | ✗        |

## References

**Operation**

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