# VyErc20TokenMintDto

## Properties

| Field           | Type                                                                                                                         | Description                                         | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | -------- |
| id              | string                                                                                                                       | The mint UUID used to track the token mint request. | ✗        |
| createdOn       | Date                                                                                                                         | The date-time the token mint was created.           | ✗        |
| status          | [VyStatus](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vystatus)                                      | The on-chain status of the token mint request.      | ✗        |
| transactionHash | string                                                                                                                       | The transaction hash of the token mint.             | ✗        |
| destination     | [VyErc20TokenDestinationDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc20tokendestinationdto) |                                                     | ✗        |
| contract        | [VyErc20TokenContractDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc20tokencontractdto)       |                                                     | ✗        |

## References

**Operation**

* [getErc20TokenMint](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/mint-erc20-tokens/geterc20tokenmint)
