> 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/c-sdk-v3/object-references/token/vyerc20tokenmintdto.md).

# 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](/sdk-reference/c-sdk-v3/object-references/enum/evystatus.md)                                    | The on-chain status of the token mint request.      | ✗        |
| TransactionHash | string                                                                                                      | The transaction hash of the token mint.             | ✗        |
| Destination     | [VyErc20TokenDestinationDto](/sdk-reference/c-sdk-v3/object-references/token/vyerc20tokendestinationdto.md) |                                                     | ✗        |
| Contract        | [VyErc20TokenContractDto](/sdk-reference/c-sdk-v3/object-references/token/vyerc20tokencontractdto.md)       |                                                     | ✗        |

## References

**Operation**

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