Class TxToken

java.lang.Object
io.api.etherscan.model.TxToken

public class TxToken extends Object
! NO DESCRIPTION !
Since:
28.10.2018
  • Constructor Details

    • TxToken

      public TxToken()
  • Method Details

    • getNonce

      public long getNonce()
    • getBlockHash

      public String getBlockHash()
    • getTokenName

      public String getTokenName()
    • getTokenSymbol

      public String getTokenSymbol()
    • getTokenDecimal

      public String getTokenDecimal()
    • getTransactionIndex

      public int getTransactionIndex()
    • getGasPrice

      public long getGasPrice()
    • getCumulativeGasUsed

      public long getCumulativeGasUsed()
    • getConfirmations

      public long getConfirmations()
    • toString

      public String toString()
    • getBlockNumber

      public long getBlockNumber()
    • getTimeStamp

      public LocalDateTime getTimeStamp()
    • getHash

      public String getHash()
    • getFrom

      public String getFrom()
    • getTo

      public String getTo()
    • getValue

      public BigInteger getValue()
    • getContractAddress

      public String getContractAddress()
    • getInput

      public String getInput()
    • getGas

      public BigInteger getGas()
    • getGasUsed

      public BigInteger getGasUsed()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object