new MtContractDetail(address, status, createdAt, updatedAt, deletedAt, type)
Constructs a new MtContractDetail
.
Parameters:
Name | Type | Description |
---|---|---|
address |
String | Contract address (20-byte) |
status |
String | Labeling status (completed, processing, failed, cancelled) |
createdAt |
Number | Labeled (timestamp) |
updatedAt |
Number | Last time label information changed (timestamp) |
deletedAt |
Number | UNIX timestamp of when the label deleted; 0 if not deleted |
type |
String | Contract type (KIP-7, ERC-20) |