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

# FVyErc20TokenMintSummaryDto

## Properties

| Id              | FString                                                                                                         | Unique identifier or Mint ID.               |
| --------------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| Chain           | [EVyChain](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)                                 | Blockchain of the token mint                |
| ContractAddress | FString                                                                                                         | The contract address.                       |
| CreatedOn       | FDateTime                                                                                                       | Timestamp when the transaction was created. |
| Status          | [EVyStatus](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evystatus.md)                               | Current status of the transaction.          |
| TransactionHash | FString                                                                                                         | The transaction hash.                       |
| Destination     | [FVyErc20TokenDestinationDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc20tokendestinationdto.md) |                                             |
