Class TxInternal

java.lang.Object
io.goodforgod.api.etherscan.model.TxInternal
All Implemented Interfaces:
Comparable<io.goodforgod.api.etherscan.model.BaseTx>

public class TxInternal extends Object
Since:
29.10.2018
  • Constructor Details

    • TxInternal

      protected TxInternal()
  • Method Details

    • getValue

      public BigInteger getValue()
    • getType

      public String getType()
    • getTraceId

      public long getTraceId()
    • getTraceIdAsString

      public String getTraceIdAsString()
    • haveError

      public boolean haveError()
    • getErrCode

      public String getErrCode()
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

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

      public static TxInternal.TxInternalBuilder builder()
    • getBlockNumber

      public long getBlockNumber()
    • getTimeStamp

      public LocalDateTime getTimeStamp()
    • getHash

      public String getHash()
    • getFrom

      public String getFrom()
    • getTo

      public String getTo()
    • getContractAddress

      public String getContractAddress()
    • getInput

      public String getInput()
    • getGas

      public Wei getGas()
    • getGasUsed

      public Wei getGasUsed()
    • compareTo

      public int compareTo(@NotNull @NotNull io.goodforgod.api.etherscan.model.BaseTx o)
      Specified by:
      compareTo in interface Comparable<io.goodforgod.api.etherscan.model.BaseTx>