# VyErc20TokenMintSummaryDto

## Properties

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

## References

**Operation**

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