new MtContractDetail(address, status, createdAt, updatedAt, deletedAt, type)
Constructs a new MtContractDetail.
Parameters:
| Name | Type | Description |
|---|---|---|
address |
String | Contract address (20-byte) |
status |
String | Contract labelling status (completed, processing, failed, cancelled) |
createdAt |
Number | Timestamp of Labelling |
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) |