package
0.0.0-20240505085105-76077715f225
Repository: https://github.com/vcspace/go-ethereum-web3.git
Documentation: pkg.go.dev
# Functions
NewERC creates a new instance of ERC, bound to a specific deployed contract.
NewERCCaller creates a new read-only instance of ERC, bound to a specific deployed contract.
NewERCFilterer creates a new log filterer instance of ERC, bound to a specific deployed contract.
NewERCTransactor creates a new write-only instance of ERC, bound to a specific deployed contract.
# Variables
ERCABI is the input ABI used to generate the binding from.
ERCMetaData contains all meta data concerning the ERC contract.
# Structs
ERC is an auto generated Go binding around an Ethereum contract.
ERCApproval represents a Approval event raised by the ERC contract.
ERCApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ERC contract.
ERCCaller is an auto generated read-only Go binding around an Ethereum contract.
ERCCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ERCCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ERCFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ERCRaw is an auto generated low-level Go binding around an Ethereum contract.
ERCSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ERCTransactor is an auto generated write-only Go binding around an Ethereum contract.
ERCTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ERCTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERCTransfer represents a Transfer event raised by the ERC contract.
ERCTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ERC contract.