Etherscan v2.0.2 Etherscan.ProxyTransactionReceipt

Etherscan module for the ProxyTransactionReceipt struct.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Etherscan.ProxyTransactionReceipt{
  blockHash: String.t(),
  blockNumber: String.t(),
  contractAddress: String.t(),
  cumulativeGasUsed: String.t(),
  gasUsed: String.t(),
  logs: list(),
  logsBloom: String.t(),
  root: String.t(),
  status: integer(),
  transactionHash: String.t(),
  transactionIndex: String.t()
}