package
3.0.0-alpha5+incompatible
Repository: https://github.com/erigontech/erigon.git
Documentation: pkg.go.dev

# Functions

DeployPoly deploys a new Ethereum contract, binding an instance of Poly to it.
DeployToken deploys a new Ethereum contract, binding an instance of Token to it.
NewPoly creates a new instance of Poly, bound to a specific deployed contract.
NewPolyCaller creates a new read-only instance of Poly, bound to a specific deployed contract.
NewPolyFilterer creates a new log filterer instance of Poly, bound to a specific deployed contract.
NewPolyTransactor creates a new write-only instance of Poly, bound to a specific deployed contract.
NewToken creates a new instance of Token, bound to a specific deployed contract.
NewTokenCaller creates a new read-only instance of Token, bound to a specific deployed contract.
NewTokenFilterer creates a new log filterer instance of Token, bound to a specific deployed contract.
NewTokenTransactor creates a new write-only instance of Token, bound to a specific deployed contract.

# Constants

PolyABI is the input ABI used to generate the binding from.
TokenABI is the input ABI used to generate the binding from.

# Variables

PolyBin is the compiled bytecode used for deploying new contracts.
TokenBin is the compiled bytecode used for deploying new contracts.

# Structs

Poly is an auto generated Go binding around an Ethereum contract.
PolyCaller is an auto generated read-only Go binding around an Ethereum contract.
PolyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
PolyCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
PolyDeployEvent represents a DeployEvent event raised by the Poly contract.
PolyDeployEventIterator is returned from FilterDeployEvent and is used to iterate over the raw logs and unpacked data for DeployEvent events raised by the Poly contract.
PolyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
PolyRaw is an auto generated low-level Go binding around an Ethereum contract.
PolySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
PolyTransactor is an auto generated write-only Go binding around an Ethereum contract.
PolyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
PolyTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Token is an auto generated Go binding around an Ethereum contract.
TokenCaller is an auto generated read-only Go binding around an Ethereum contract.
TokenCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TokenCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TokenFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TokenRaw is an auto generated low-level Go binding around an Ethereum contract.
TokenSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TokenTransactor is an auto generated write-only Go binding around an Ethereum contract.
TokenTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TokenTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.