Documentation ¶
Index ¶
- Variables
- type UniswapV2Library
- type UniswapV2LibraryCaller
- type UniswapV2LibraryCallerRaw
- type UniswapV2LibraryCallerSession
- type UniswapV2LibraryFilterer
- type UniswapV2LibraryRaw
- func (_UniswapV2Library *UniswapV2LibraryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_UniswapV2Library *UniswapV2LibraryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_UniswapV2Library *UniswapV2LibraryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type UniswapV2LibrarySession
- type UniswapV2LibraryTransactor
- type UniswapV2LibraryTransactorRaw
- type UniswapV2LibraryTransactorSession
Constants ¶
This section is empty.
Variables ¶
var UniswapV2LibraryABI = UniswapV2LibraryMetaData.ABI
UniswapV2LibraryABI is the input ABI used to generate the binding from. Deprecated: Use UniswapV2LibraryMetaData.ABI instead.
var UniswapV2LibraryBin = UniswapV2LibraryMetaData.Bin
UniswapV2LibraryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use UniswapV2LibraryMetaData.Bin instead.
var UniswapV2LibraryMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60566023600b82828239805160001a607314601657fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208b1b291e732765325d4a5871f933ceff16fe1f286ac4ae415ed53de204a162a464736f6c63430006060033",
}
UniswapV2LibraryMetaData contains all meta data concerning the UniswapV2Library contract.
Functions ¶
This section is empty.
Types ¶
type UniswapV2Library ¶
type UniswapV2Library struct { UniswapV2LibraryCaller // Read-only binding to the contract UniswapV2LibraryTransactor // Write-only binding to the contract UniswapV2LibraryFilterer // Log filterer for contract events }
UniswapV2Library is an auto generated Go binding around an Ethereum contract.
func DeployUniswapV2Library ¶
func DeployUniswapV2Library(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *UniswapV2Library, error)
DeployUniswapV2Library deploys a new Ethereum contract, binding an instance of UniswapV2Library to it.
func NewUniswapV2Library ¶
func NewUniswapV2Library(address common.Address, backend bind.ContractBackend) (*UniswapV2Library, error)
NewUniswapV2Library creates a new instance of UniswapV2Library, bound to a specific deployed contract.
type UniswapV2LibraryCaller ¶
type UniswapV2LibraryCaller struct {
// contains filtered or unexported fields
}
UniswapV2LibraryCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewUniswapV2LibraryCaller ¶
func NewUniswapV2LibraryCaller(address common.Address, caller bind.ContractCaller) (*UniswapV2LibraryCaller, error)
NewUniswapV2LibraryCaller creates a new read-only instance of UniswapV2Library, bound to a specific deployed contract.
type UniswapV2LibraryCallerRaw ¶
type UniswapV2LibraryCallerRaw struct {
Contract *UniswapV2LibraryCaller // Generic read-only contract binding to access the raw methods on
}
UniswapV2LibraryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*UniswapV2LibraryCallerRaw) Call ¶
func (_UniswapV2Library *UniswapV2LibraryCallerRaw) 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 UniswapV2LibraryCallerSession ¶
type UniswapV2LibraryCallerSession struct { Contract *UniswapV2LibraryCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
UniswapV2LibraryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type UniswapV2LibraryFilterer ¶
type UniswapV2LibraryFilterer struct {
// contains filtered or unexported fields
}
UniswapV2LibraryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewUniswapV2LibraryFilterer ¶
func NewUniswapV2LibraryFilterer(address common.Address, filterer bind.ContractFilterer) (*UniswapV2LibraryFilterer, error)
NewUniswapV2LibraryFilterer creates a new log filterer instance of UniswapV2Library, bound to a specific deployed contract.
type UniswapV2LibraryRaw ¶
type UniswapV2LibraryRaw struct {
Contract *UniswapV2Library // Generic contract binding to access the raw methods on
}
UniswapV2LibraryRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*UniswapV2LibraryRaw) Call ¶
func (_UniswapV2Library *UniswapV2LibraryRaw) 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 (*UniswapV2LibraryRaw) Transact ¶
func (_UniswapV2Library *UniswapV2LibraryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*UniswapV2LibraryRaw) Transfer ¶
func (_UniswapV2Library *UniswapV2LibraryRaw) 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 UniswapV2LibrarySession ¶
type UniswapV2LibrarySession struct { Contract *UniswapV2Library // 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 }
UniswapV2LibrarySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type UniswapV2LibraryTransactor ¶
type UniswapV2LibraryTransactor struct {
// contains filtered or unexported fields
}
UniswapV2LibraryTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewUniswapV2LibraryTransactor ¶
func NewUniswapV2LibraryTransactor(address common.Address, transactor bind.ContractTransactor) (*UniswapV2LibraryTransactor, error)
NewUniswapV2LibraryTransactor creates a new write-only instance of UniswapV2Library, bound to a specific deployed contract.
type UniswapV2LibraryTransactorRaw ¶
type UniswapV2LibraryTransactorRaw struct {
Contract *UniswapV2LibraryTransactor // Generic write-only contract binding to access the raw methods on
}
UniswapV2LibraryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*UniswapV2LibraryTransactorRaw) Transact ¶
func (_UniswapV2Library *UniswapV2LibraryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*UniswapV2LibraryTransactorRaw) Transfer ¶
func (_UniswapV2Library *UniswapV2LibraryTransactorRaw) 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 UniswapV2LibraryTransactorSession ¶
type UniswapV2LibraryTransactorSession struct { Contract *UniswapV2LibraryTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
UniswapV2LibraryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.