Class TxErc1155

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

public class TxErc1155 extends Object
Since:
28.10.2018
  • Constructor Details

    • TxErc1155

      protected TxErc1155()
  • Method Details

    • getTokenID

      public String getTokenID()
    • getTokenName

      public String getTokenName()
    • getTokenSymbol

      public String getTokenSymbol()
    • getTokenValue

      public String getTokenValue()
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

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

      public static TxErc1155.TxErc1155Builder builder()
    • getNonce

      public long getNonce()
    • getBlockHash

      public String getBlockHash()
    • getTransactionIndex

      public long getTransactionIndex()
    • getGasPrice

      public Wei getGasPrice()
    • getGasUsedCumulative

      public Wei getGasUsedCumulative()
    • getConfirmations

      public long getConfirmations()
    • 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>
    • 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()