new FtContractDetail(address, decimals, name, symbol, status, totalSupply, createdAt, updatedAt, deletedAt, link, type)
Constructs a new FtContractDetail
.
Parameters:
Name | Type | Description |
---|---|---|
address |
String | Contract address (20-byte) |
decimals |
Number | Number of token digits |
name |
String | Token name |
symbol |
String | Token symbol |
status |
String | Contract labeling status (completed, processing, failed, cancelled) |
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 |
link |
FtLink | |
type |
String | Contract type (KIP-7, KIP-17, ERC-20, ERC-721) |