Documentation ¶
Index ¶
- Variables
- type Univ3factory
- type Univ3factoryCaller
- type Univ3factoryCallerRaw
- type Univ3factoryCallerSession
- type Univ3factoryFilterer
- type Univ3factoryRaw
- func (_Univ3factory *Univ3factoryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Univ3factory *Univ3factoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Univ3factory *Univ3factoryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Univ3factorySession
- type Univ3factoryTransactor
- type Univ3factoryTransactorRaw
- type Univ3factoryTransactorSession
Constants ¶
This section is empty.
Variables ¶
var Univ3factoryABI = Univ3factoryMetaData.ABI
Univ3factoryABI is the input ABI used to generate the binding from. Deprecated: Use Univ3factoryMetaData.ABI instead.
var Univ3factoryMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint24\",\"name\":\"\",\"type\":\"uint24\"}],\"name\":\"getPool\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}
Univ3factoryMetaData contains all meta data concerning the Univ3factory contract.
Functions ¶
This section is empty.
Types ¶
type Univ3factory ¶
type Univ3factory struct { Univ3factoryCaller // Read-only binding to the contract Univ3factoryTransactor // Write-only binding to the contract Univ3factoryFilterer // Log filterer for contract events }
Univ3factory is an auto generated Go binding around an Ethereum contract.
func NewUniv3factory ¶
func NewUniv3factory(address common.Address, backend bind.ContractBackend) (*Univ3factory, error)
NewUniv3factory creates a new instance of Univ3factory, bound to a specific deployed contract.
type Univ3factoryCaller ¶
type Univ3factoryCaller struct {
// contains filtered or unexported fields
}
Univ3factoryCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewUniv3factoryCaller ¶
func NewUniv3factoryCaller(address common.Address, caller bind.ContractCaller) (*Univ3factoryCaller, error)
NewUniv3factoryCaller creates a new read-only instance of Univ3factory, bound to a specific deployed contract.
func (*Univ3factoryCaller) GetPool ¶
func (_Univ3factory *Univ3factoryCaller) GetPool(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address, arg2 *big.Int) (common.Address, error)
GetPool is a free data retrieval call binding the contract method 0x1698ee82.
Solidity: function getPool(address , address , uint24 ) view returns(address)
type Univ3factoryCallerRaw ¶
type Univ3factoryCallerRaw struct {
Contract *Univ3factoryCaller // Generic read-only contract binding to access the raw methods on
}
Univ3factoryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Univ3factoryCallerRaw) Call ¶
func (_Univ3factory *Univ3factoryCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type Univ3factoryCallerSession ¶
type Univ3factoryCallerSession struct { Contract *Univ3factoryCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Univ3factoryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*Univ3factoryCallerSession) GetPool ¶
func (_Univ3factory *Univ3factoryCallerSession) GetPool(arg0 common.Address, arg1 common.Address, arg2 *big.Int) (common.Address, error)
GetPool is a free data retrieval call binding the contract method 0x1698ee82.
Solidity: function getPool(address , address , uint24 ) view returns(address)
type Univ3factoryFilterer ¶
type Univ3factoryFilterer struct {
// contains filtered or unexported fields
}
Univ3factoryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewUniv3factoryFilterer ¶
func NewUniv3factoryFilterer(address common.Address, filterer bind.ContractFilterer) (*Univ3factoryFilterer, error)
NewUniv3factoryFilterer creates a new log filterer instance of Univ3factory, bound to a specific deployed contract.
type Univ3factoryRaw ¶
type Univ3factoryRaw struct {
Contract *Univ3factory // Generic contract binding to access the raw methods on
}
Univ3factoryRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*Univ3factoryRaw) Call ¶
func (_Univ3factory *Univ3factoryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*Univ3factoryRaw) Transact ¶
func (_Univ3factory *Univ3factoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Univ3factoryRaw) Transfer ¶
func (_Univ3factory *Univ3factoryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type Univ3factorySession ¶
type Univ3factorySession struct { Contract *Univ3factory // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Univ3factorySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Univ3factorySession) GetPool ¶
func (_Univ3factory *Univ3factorySession) GetPool(arg0 common.Address, arg1 common.Address, arg2 *big.Int) (common.Address, error)
GetPool is a free data retrieval call binding the contract method 0x1698ee82.
Solidity: function getPool(address , address , uint24 ) view returns(address)
type Univ3factoryTransactor ¶
type Univ3factoryTransactor struct {
// contains filtered or unexported fields
}
Univ3factoryTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewUniv3factoryTransactor ¶
func NewUniv3factoryTransactor(address common.Address, transactor bind.ContractTransactor) (*Univ3factoryTransactor, error)
NewUniv3factoryTransactor creates a new write-only instance of Univ3factory, bound to a specific deployed contract.
type Univ3factoryTransactorRaw ¶
type Univ3factoryTransactorRaw struct {
Contract *Univ3factoryTransactor // Generic write-only contract binding to access the raw methods on
}
Univ3factoryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Univ3factoryTransactorRaw) Transact ¶
func (_Univ3factory *Univ3factoryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Univ3factoryTransactorRaw) Transfer ¶
func (_Univ3factory *Univ3factoryTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type Univ3factoryTransactorSession ¶
type Univ3factoryTransactorSession struct { Contract *Univ3factoryTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Univ3factoryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.