# Functions

DeployETHHandler deploys a new Ethereum contract, binding an instance of ETHHandler to it.
NewETHHandler creates a new instance of ETHHandler, bound to a specific deployed contract.
NewETHHandlerCaller creates a new read-only instance of ETHHandler, bound to a specific deployed contract.
NewETHHandlerFilterer creates a new log filterer instance of ETHHandler, bound to a specific deployed contract.
NewETHHandlerTransactor creates a new write-only instance of ETHHandler, bound to a specific deployed contract.

# Variables

ETHHandlerABI is the input ABI used to generate the binding from.
ETHHandlerBin is the compiled bytecode used for deploying new contracts.
ETHHandlerMetaData contains all meta data concerning the ETHHandler contract.

# Structs

ETHHandler is an auto generated Go binding around an Ethereum contract.
ETHHandlerCaller is an auto generated read-only Go binding around an Ethereum contract.
ETHHandlerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ETHHandlerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ETHHandlerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ETHHandlerRaw is an auto generated low-level Go binding around an Ethereum contract.
ETHHandlerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ETHHandlerTransactor is an auto generated write-only Go binding around an Ethereum contract.
ETHHandlerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ETHHandlerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.