> 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/ts-js-v3/object-references/token/vyerc20tokenmintsummarydto.md).

# VyErc20TokenMintSummaryDto

## Properties

| Field           | Type                                                                                                        | Description                                 | Required |
| --------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------- | -------- |
| id              | string                                                                                                      | Unique identifier or Mint ID.               | ✗        |
| chain           | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                                        | Blockchain of the token mint                | ✗        |
| contractAddress | string                                                                                                      | The contract address.                       | ✗        |
| createdOn       | Date                                                                                                        | Timestamp when the transaction was created. | ✗        |
| status          | [VyStatus](/sdk-reference/ts-js-v3/object-references/enum/vystatus.md)                                      | Current status of the transaction.          | ✗        |
| transactionHash | string                                                                                                      | The transaction hash.                       | ✗        |
| destination     | [VyErc20TokenDestinationDto](/sdk-reference/ts-js-v3/object-references/token/vyerc20tokendestinationdto.md) |                                             | ✗        |

## References

**Operation**

* [getErc20TokenMints](/sdk-reference/ts-js-v3/function-references/token/mint-erc20-tokens/geterc20tokenmints.md)
