VyMultiTokenContractDto
A data transfer object representing a multi-token contract.
Properties
Field | Type | Description |
---|---|---|
name | string | The name of the multi-token contract. |
description | string | The description of the multi-token contract. |
address | string | The address of the multi-token contract. |
symbol | string | The symbol of the multi-token contract. |
media | The media associated with the multi-token contract. | |
type | string | The type of the multi-token contract. |
verified | bool | Whether the multi-token contract is verified or not. |
premium | bool | Whether the multi-token contract is premium or not. |
categories | string[] | The categories associated with the multi-token contract. |
url | string | The URL of the multi-token contract. |
imageUrl | string | The image URL of the multi-token contract. |
externalUrl | string | The external URL of the multi-token contract. |
Last updated