# VyErc20TokenMintSummaryDto

## Properties

| Field           | Type                                                                                                                         | Description                                 | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | -------- |
| Id              | string                                                                                                                       | Unique identifier or Mint ID.               | ✗        |
| Chain           | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                                      | Blockchain of the token mint                | ✗        |
| ContractAddress | string                                                                                                                       | The contract address.                       | ✗        |
| CreatedOn       | DateTime                                                                                                                     | Timestamp when the transaction was created. | ✗        |
| Status          | [eVyStatus](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evystatus)                                    | Current status of the transaction.          | ✗        |
| TransactionHash | string                                                                                                                       | The transaction hash.                       | ✗        |
| Destination     | [VyErc20TokenDestinationDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vyerc20tokendestinationdto) |                                             | ✗        |

## References

**Operation**

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