> 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/vyerc20tokenmintsummarydto.md).

# VyErc20TokenMintSummaryDto

## Properties

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

## References

**Operation**

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