# FVyErc20TokenContractDto

## Properties

| 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 token allowed to be minted under the token contract. |
| Burnable      | bool                                                                                                          | Indication if the token contract is set to burnable or not.                |
| Owner         | FString                                                                                                       | The owner wallet address that has admin rights on the token contract.      |
| OnChainStatus | [EVyOnChainState](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/enum/evyonchainstate) | The current on-chain status of the deployed token contract.                |
