java.lang.Object
io.goodforgod.api.etherscan.model.Log

public class Log extends Object
Since:
31.10.2018
  • Constructor Details

    • Log

      protected Log()
  • Method Details

    • getBlockNumber

      public Long getBlockNumber()
    • getAddress

      public String getAddress()
    • getTransactionHash

      public String getTransactionHash()
    • getTransactionIndex

      public Long getTransactionIndex()
    • getTimeStamp

      public LocalDateTime getTimeStamp()
    • getTimeStampAsSeconds

      public Long getTimeStampAsSeconds()
      Return the "timeStamp" field of the event record as a long-int representing the seconds 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

      public String getData()
    • getGasPrice

      public Wei getGasPrice()
    • getGasUsed

      public Wei getGasUsed()
    • getTopics

      public List<String> getTopics()
    • getLogIndex

      public Long getLogIndex()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Log.LogBuilder builder()