# VyMintErc20TokensRequest

## Properties

| Field           | Type                                                                                                                         | Description                                                                                                                                               | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Chain           | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                                      | The blockchain of the token contract.                                                                                                                     | ✗        |
| ContractAddress | string                                                                                                                       | The token contract address.                                                                                                                               | ✗        |
| Destinations    | [VyErc20TokenDestinationDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vyerc20tokendestinationdto) | An array of objects which include the wallet addresses where token are to be sent and the amount of tokens to send. You can define multiple destinations. | ✗        |

## References

**Operation**

* [MintErc20Tokens](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/token/mint-erc20-tokens/minterc20tokens)
