Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigFilePath ¶
func ETHAddressToAsset ¶ added in v1.2.0
ETHAddressToAsset takes an Ethereum address and returns the underlying token as a dia.Asset.
func GetAddressesFromFile ¶
GetAddressesFromFile fetches token addresses from a config file available here: https://etherscan.io/exportData?type=open-source-contract-codes
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.