# VyErc1155TokenAttributeDto

## Properties

| Field    | Type                                                                                                            | Description                                                                                                                                                                                                                                                                                            | Required |
| -------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- |
| type     | [VyTokenAttributeType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vytokenattributetype) | The stats section is used to display certain stats and metrics, such as the level of a certain item, and the amount of defense, power, or top speed a certain item possesses. When a stat also has a max value defined it will be visualized as a progress bar, otherwise, it will be shown as a card. | ✗        |
| name     | string                                                                                                          | Name of the stat                                                                                                                                                                                                                                                                                       | ✗        |
| value    | string                                                                                                          | Value of the stat                                                                                                                                                                                                                                                                                      | ✗        |
| maxValue | string                                                                                                          | The maximum value of the stat                                                                                                                                                                                                                                                                          | ✗        |

## References

**Schema**

* [VyErc1155TokenAttributeDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokenattributedto)
