new FtContractDetail(address, decimals, name, symbol, status, totalSupply, createdAt, updatedAt, deletedAt, type)
Constructs a new FtContractDetail.
Parameters:
| Name | Type | Description |
|---|---|---|
address |
String | Contract address (20-byte) |
decimals |
Number | Token digits |
name |
String | Token name |
symbol |
String | Token symbol |
status |
String | Contract labelling status (completed, processing, failed, cancelled) |
totalSupply |
String | Total issued amount (in hexadecimal) |
createdAt |
Number | Time of labelling (timestamp) |
updatedAt |
Number | Last change in labelling information (timestamp) |
deletedAt |
Number | Time of removal of labelling (timestamp); 0 if not removed |
type |
String | Contract type (KIP-7, ERC-20) |