VyContractDto
A data transfer object representing a Vy contract.
Properties
Field
Type
Description
name
string
The name of the contract.
description
string
The description of the contract.
confirmed
bool
Whether the contract is confirmed or not.
address
string
The address of the contract.
id
int
The unique identifier of the contract.
symbol
string
The symbol of the contract.
externalUrl
string
The external URL of the contract.
imageUrl
string
The URL of the image associated with the contract.
transactionHash
string
The transaction hash associated with the contract.
owner
string
The owner of the contract.
external_link
string
(missing)
Last updated