# VyDeployedErc20ContractDto

## Properties

| Field           | Type                                                                                    | Description                                                          | Required |
| --------------- | --------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -------- |
| id              | string                                                                                  | The deploment UUID of the token contract.                            | ✗        |
| 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 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](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vystatus) | The current status of the token contract deployment.                 | ✗        |

## References

**Operation**

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