java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog

public class EVMTransactionLog extends Object
  • Constructor Details

    • EVMTransactionLog

      public EVMTransactionLog()
  • Method Details

    • isRemoved

      public boolean isRemoved()
    • setRemoved

      public void setRemoved(boolean removed)
    • getLogIndex

      public long getLogIndex()
    • setLogIndex

      public void setLogIndex(long logIndex)
    • getTransactionIndex

      public long getTransactionIndex()
    • setTransactionIndex

      public void setTransactionIndex(long transactionIndex)
    • getTransactionHash

      public String getTransactionHash()
    • setTransactionHash

      public void setTransactionHash(String transactionHash)
    • getBlockHash

      public String getBlockHash()
    • setBlockHash

      public void setBlockHash(String blockHash)
    • getBlockNumber

      public long getBlockNumber()
    • setBlockNumber

      public void setBlockNumber(long blockNumber)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTopics

      public List<String> getTopics()
    • setTopics

      public void setTopics(List<String> topics)
    • 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