# FVyErc20TokenMintSummaryDto

## Properties

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