Etherscan v2.0.2 Etherscan.Log

Etherscan module for the Log struct.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Etherscan.Log{
  address: String.t(),
  blockNumber: String.t(),
  data: String.t(),
  gasPrice: String.t(),
  gasUsed: String.t(),
  logIndex: String.t(),
  timeStamp: String.t(),
  topics: [String.t()],
  transactionHash: String.t(),
  transactionIndex: String.t()
}