Package io.api.etherscan.model
Class Log
java.lang.Object
io.api.etherscan.model.Log
! NO DESCRIPTION !
- Since:
- 31.10.2018
-
Constructor Details
-
Log
public Log()
-
-
Method Details
-
getBlockNumber
-
getAddress
-
getTransactionHash
-
getTransactionIndex
-
getTimeStamp
-
getTimeStampAsMillis
Return the "timeStamp" field of the event record as a long-int representing the milliseconds since the Unix epoch (1970-01-01 00:00:00).- Returns:
- milliseconds between Unix epoch and `timeStamp`. If field is empty or null, returns null
-
getData
-
getGasPrice
-
getGasUsed
-
getTopics
-
getLogIndex
-
equals
-
hashCode
public int hashCode() -
toString
-