# FVyCreateErc20ContractRequest

## Properties

| Chain     | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain) | The blockchain of the token contract.                                                                                                 |
| --------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
| Name      | FVyOptString                                                                                     | The name of the token contract.                                                                                                       |
| Symbol    | FVyOptString                                                                                     | The symbol for your token contract. (generated based on name if empty)                                                                |
| MaxSupply | FVyOptInt                                                                                        | The maximum amount of tokens allowed to be minted.                                                                                    |
| Burnable  | FVyOptBool                                                                                       | Indication wether the tokens will be burnable or not. Burning tokens is the act of sending tokens to a wallet that cannot be accessed |
| Owner     | FVyOptString                                                                                     | The wallet address who will be the owner of this token contract. The owner will have admin rights on the token contract.              |
| CompanyId | FVyOptString                                                                                     | You can optionally provide the \`companyId\` to specify for which company the contract should be created.                             |
