Documentation ¶
Index ¶
- Constants
- type Uniswapv2callee
- type Uniswapv2calleeCaller
- type Uniswapv2calleeCallerRaw
- type Uniswapv2calleeCallerSession
- type Uniswapv2calleeFilterer
- type Uniswapv2calleeRaw
- func (_Uniswapv2callee *Uniswapv2calleeRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Uniswapv2callee *Uniswapv2calleeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Uniswapv2callee *Uniswapv2calleeRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Uniswapv2calleeSession
- type Uniswapv2calleeTransactor
- type Uniswapv2calleeTransactorRaw
- type Uniswapv2calleeTransactorSession
Constants ¶
const Uniswapv2calleeABI = "" /* 436-byte string literal not displayed */
Uniswapv2calleeABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uniswapv2callee ¶
type Uniswapv2callee struct { Uniswapv2calleeCaller // Read-only binding to the contract Uniswapv2calleeTransactor // Write-only binding to the contract Uniswapv2calleeFilterer // Log filterer for contract events }
Uniswapv2callee is an auto generated Go binding around an Ethereum contract.
func NewUniswapv2callee ¶
func NewUniswapv2callee(address common.Address, backend bind.ContractBackend) (*Uniswapv2callee, error)
NewUniswapv2callee creates a new instance of Uniswapv2callee, bound to a specific deployed contract.
type Uniswapv2calleeCaller ¶
type Uniswapv2calleeCaller struct {
// contains filtered or unexported fields
}
Uniswapv2calleeCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewUniswapv2calleeCaller ¶
func NewUniswapv2calleeCaller(address common.Address, caller bind.ContractCaller) (*Uniswapv2calleeCaller, error)
NewUniswapv2calleeCaller creates a new read-only instance of Uniswapv2callee, bound to a specific deployed contract.
type Uniswapv2calleeCallerRaw ¶
type Uniswapv2calleeCallerRaw struct {
Contract *Uniswapv2calleeCaller // Generic read-only contract binding to access the raw methods on
}
Uniswapv2calleeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Uniswapv2calleeCallerRaw) Call ¶
func (_Uniswapv2callee *Uniswapv2calleeCallerRaw) 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 Uniswapv2calleeCallerSession ¶
type Uniswapv2calleeCallerSession struct { Contract *Uniswapv2calleeCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Uniswapv2calleeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type Uniswapv2calleeFilterer ¶
type Uniswapv2calleeFilterer struct {
// contains filtered or unexported fields
}
Uniswapv2calleeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewUniswapv2calleeFilterer ¶
func NewUniswapv2calleeFilterer(address common.Address, filterer bind.ContractFilterer) (*Uniswapv2calleeFilterer, error)
NewUniswapv2calleeFilterer creates a new log filterer instance of Uniswapv2callee, bound to a specific deployed contract.
type Uniswapv2calleeRaw ¶
type Uniswapv2calleeRaw struct {
Contract *Uniswapv2callee // Generic contract binding to access the raw methods on
}
Uniswapv2calleeRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*Uniswapv2calleeRaw) Call ¶
func (_Uniswapv2callee *Uniswapv2calleeRaw) 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 (*Uniswapv2calleeRaw) Transact ¶
func (_Uniswapv2callee *Uniswapv2calleeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Uniswapv2calleeRaw) Transfer ¶
func (_Uniswapv2callee *Uniswapv2calleeRaw) 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 Uniswapv2calleeSession ¶
type Uniswapv2calleeSession struct { Contract *Uniswapv2callee // 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 }
Uniswapv2calleeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Uniswapv2calleeSession) UniswapV2Call ¶
func (_Uniswapv2callee *Uniswapv2calleeSession) UniswapV2Call(sender common.Address, amount0 *big.Int, amount1 *big.Int, data []byte) (*types.Transaction, error)
UniswapV2Call is a paid mutator transaction binding the contract method 0x10d1e85c.
Solidity: function uniswapV2Call(address sender, uint256 amount0, uint256 amount1, bytes data) returns()
type Uniswapv2calleeTransactor ¶
type Uniswapv2calleeTransactor struct {
// contains filtered or unexported fields
}
Uniswapv2calleeTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewUniswapv2calleeTransactor ¶
func NewUniswapv2calleeTransactor(address common.Address, transactor bind.ContractTransactor) (*Uniswapv2calleeTransactor, error)
NewUniswapv2calleeTransactor creates a new write-only instance of Uniswapv2callee, bound to a specific deployed contract.
func (*Uniswapv2calleeTransactor) UniswapV2Call ¶
func (_Uniswapv2callee *Uniswapv2calleeTransactor) UniswapV2Call(opts *bind.TransactOpts, sender common.Address, amount0 *big.Int, amount1 *big.Int, data []byte) (*types.Transaction, error)
UniswapV2Call is a paid mutator transaction binding the contract method 0x10d1e85c.
Solidity: function uniswapV2Call(address sender, uint256 amount0, uint256 amount1, bytes data) returns()
type Uniswapv2calleeTransactorRaw ¶
type Uniswapv2calleeTransactorRaw struct {
Contract *Uniswapv2calleeTransactor // Generic write-only contract binding to access the raw methods on
}
Uniswapv2calleeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Uniswapv2calleeTransactorRaw) Transact ¶
func (_Uniswapv2callee *Uniswapv2calleeTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Uniswapv2calleeTransactorRaw) Transfer ¶
func (_Uniswapv2callee *Uniswapv2calleeTransactorRaw) 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 Uniswapv2calleeTransactorSession ¶
type Uniswapv2calleeTransactorSession struct { Contract *Uniswapv2calleeTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Uniswapv2calleeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*Uniswapv2calleeTransactorSession) UniswapV2Call ¶
func (_Uniswapv2callee *Uniswapv2calleeTransactorSession) UniswapV2Call(sender common.Address, amount0 *big.Int, amount1 *big.Int, data []byte) (*types.Transaction, error)
UniswapV2Call is a paid mutator transaction binding the contract method 0x10d1e85c.
Solidity: function uniswapV2Call(address sender, uint256 amount0, uint256 amount1, bytes data) returns()