Etherscan module for the Log struct.
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() }