# VyErc20TokenMintDto

## Properties

| Field           | Type                                                                                                                         | Description                                         | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | -------- |
| Id              | string                                                                                                                       | The mint UUID used to track the token mint request. | ✗        |
| CreatedOn       | DateTime                                                                                                                     | The date-time the token mint was created.           | ✗        |
| Status          | [eVyStatus](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evystatus)                                    | 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/c-sdk-v3/object-references/token/vyerc20tokendestinationdto) |                                                     | ✗        |
| Contract        | [VyErc20TokenContractDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vyerc20tokencontractdto)       |                                                     | ✗        |

## References

**Operation**

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