NftContractDetail

NftContractDetail. NftContractDetail

new NftContractDetail(address, name, symbol, totalSupply, createdAt, updatedAt, deletedAt, type, status)

Constructs a new NftContractDetail.

Parameters:
Name Type Description
address String

Contract address (20-byte)

name String

Contract name

symbol String

Contract symbol

totalSupply String

Total issue count (in hexadecimal)

createdAt Number

Time of labeling (timestamp)

updatedAt Number

Time when labeling information was last changed (timestamp)

deletedAt Number

Time when labeling was deleted (timestamp); 0 if it was not removed

type String

Contract type (KIP-7, KIP-17, ERC-20, ERC-721)

status String

Contract labeling status (completed, processing, failed, cancelled)