# Functions
No description provided by the author
ETHAddressToAsset takes an Ethereum address and returns the underlying token as a dia.Asset.
GetAddressesFromFile fetches token addresses from a config file available here: https://etherscan.io/exportData?type=open-source-contract-codes.
GetBlockData returns relevant block data from block with @blockNumber.
No description provided by the author
GetBlockTimeEth returns the block time of @blockNumber on Ethereum mainnet.
NewETHClient returns an ethclient, using either our node for production or infura for testing.
NewTokenCaller creates a new read-only instance of token, bound to a specific deployed contract.
# Structs
TokenCaller is an auto generated read-only Go binding around an Ethereum contract.