package
0.0.0-20240118035224-bd3dd7f90c63
Repository: https://github.com/indexer3/ethereum-lake.git
Documentation: pkg.go.dev
# Functions
NewMulticall creates a new instance of Multicall, bound to a specific deployed contract.
NewMulticallCaller creates a new read-only instance of Multicall, bound to a specific deployed contract.
NewMulticallFilterer creates a new log filterer instance of Multicall, bound to a specific deployed contract.
NewMulticallTransactor creates a new write-only instance of Multicall, bound to a specific deployed contract.
# Variables
go:generate go run -mod=mod github.com/ethereum/go-ethereum/cmd/abigen --abi ./multicall.abi --pkg multicall --type Multicall --out ./multicall.go.
MulticallABI is the input ABI used to generate the binding from.
MulticallMetaData contains all meta data concerning the Multicall contract.
# Structs
Multicall is an auto generated Go binding around an Ethereum contract.
Multicall3Call is an auto generated low-level Go binding around an user-defined struct.
Multicall3Call3 is an auto generated low-level Go binding around an user-defined struct.
Multicall3Call3Value is an auto generated low-level Go binding around an user-defined struct.
Multicall3Result is an auto generated low-level Go binding around an user-defined struct.
MulticallCaller is an auto generated read-only Go binding around an Ethereum contract.
MulticallCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
MulticallCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
MulticallFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
MulticallRaw is an auto generated low-level Go binding around an Ethereum contract.
MulticallSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
MulticallTransactor is an auto generated write-only Go binding around an Ethereum contract.
MulticallTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
MulticallTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.