> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyminterc20tokensrequest.md).

# VyMintErc20TokensRequest

## Properties

| Field           | Type                                                                                                        | Description                                                                                                                                               | Required |
| --------------- | ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| chain           | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                                        | The blockchain of the token contract.                                                                                                                     | ✗        |
| contractAddress | string                                                                                                      | The token contract address.                                                                                                                               | ✗        |
| destinations    | [VyErc20TokenDestinationDto](/sdk-reference/ts-js-v3/object-references/token/vyerc20tokendestinationdto.md) | 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](/sdk-reference/ts-js-v3/function-references/token/mint-erc20-tokens/minterc20tokens.md)
