# FVyDeployedErc20ContractDto

## Properties

| Id              | FString                                                                                            | The deploment UUID of the token contract.                            |
| --------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| Chain           | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)   | The blockchain of the token contract.                                |
| Address         | FString                                                                                            | The token contract address.                                          |
| Name            | FString                                                                                            | The token contract name.                                             |
| Symbol          | FString                                                                                            | 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           | FString                                                                                            | The owner wallet address that has admin right on the token contract. |
| TransactionHash | FString                                                                                            | The transaction hash of the token contract deployment.               |
| Status          | [EVyStatus](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evystatus) | The current status of the token contract deployment.                 |
