Documentation ¶
Index ¶
- func ConfigFilePath(filename string) string
- func GetAddressesFromFile(filename string) (addresses []string, err error)
- func GetBlockData(blockNumber int64, relDB *models.RelDB, client *ethclient.Client) (blockdata dia.BlockData, err error)
- func GetBlockDataOnChain(blockNumber int64, client *ethclient.Client) (dia.BlockData, error)
- func NewETHClient() (*ethclient.Client, error)
- type TokenCaller
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigFilePath ¶
func GetAddressesFromFile ¶
GetAddressesFromFile fetches token addresses from a config file available here: https://etherscan.io/exportData?type=open-source-contract-codes
func GetBlockData ¶
func GetBlockData(blockNumber int64, relDB *models.RelDB, client *ethclient.Client) (blockdata dia.BlockData, err error)
GetBlockData returns
func GetBlockDataOnChain ¶
func NewETHClient ¶
NewETHClient returns an ethclient, using either our node for production or infura for testing
Types ¶
type TokenCaller ¶
type TokenCaller struct {
Contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
TokenCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewTokenCaller ¶
func NewTokenCaller(address common.Address, caller bind.ContractCaller) (*TokenCaller, error)
NewTokenCaller creates a new read-only instance of token, bound to a specific deployed contract.
Click to show internal directories.
Click to hide internal directories.