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 | Token name |
symbol |
String | Token symbol |
totalSupply |
String | Total issued amount (in hexadecimal) |
createdAt |
Number | Time of labelling (timestamp) |
updatedAt |
Number | Last change in token in labelling (timestamp) |
deletedAt |
Number | Time of removal of labelling (timestamp); 0 if not removed |
type |
String | Contract type (KIP-17, ERC-721) |
status |
String | Contract labelling status (completed, processing, failed, cancelled) |