# FVyErc20TokenMintDto

## Properties

| Id              | FString                                                                                                                          | The mint UUID used to track the token mint request. |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| CreatedOn       | FDateTime                                                                                                                        | The date-time the token mint was created.           |
| Status          | [EVyStatus](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evystatus)                               | The on-chain status of the token mint request.      |
| TransactionHash | FString                                                                                                                          | The transaction hash of the token mint.             |
| Destination     | [FVyErc20TokenDestinationDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc20tokendestinationdto) |                                                     |
| Contract        | [FVyErc20TokenContractDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc20tokencontractdto)       |                                                     |
