# Functions
DeployEthERC20 deploys a new Ethereum contract, binding an instance of EthERC20 to it.
NewEthERC20 creates a new instance of EthERC20, bound to a specific deployed contract.
NewEthERC20Caller creates a new read-only instance of EthERC20, bound to a specific deployed contract.
NewEthERC20Filterer creates a new log filterer instance of EthERC20, bound to a specific deployed contract.
NewEthERC20Transactor creates a new write-only instance of EthERC20, bound to a specific deployed contract.
# Variables
EthERC20ABI is the input ABI used to generate the binding from.
EthERC20Bin is the compiled bytecode used for deploying new contracts.
EthERC20MetaData contains all meta data concerning the EthERC20 contract.
# Structs
EthERC20 is an auto generated Go binding around an Ethereum contract.
EthERC20Approval represents a Approval event raised by the EthERC20 contract.
EthERC20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the EthERC20 contract.
EthERC20Caller is an auto generated read-only Go binding around an Ethereum contract.
EthERC20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
EthERC20CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
EthERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
EthERC20Raw is an auto generated low-level Go binding around an Ethereum contract.
EthERC20Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
EthERC20Something represents a Something event raised by the EthERC20 contract.
EthERC20SomethingIterator is returned from FilterSomething and is used to iterate over the raw logs and unpacked data for Something events raised by the EthERC20 contract.
EthERC20Transactor is an auto generated write-only Go binding around an Ethereum contract.
EthERC20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
EthERC20TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
EthERC20Transfer represents a Transfer event raised by the EthERC20 contract.
EthERC20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the EthERC20 contract.