iuniswapv2callee

package
v1.0.2-athens3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IUniswapV2CalleeABI = IUniswapV2CalleeMetaData.ABI

IUniswapV2CalleeABI is the input ABI used to generate the binding from. Deprecated: Use IUniswapV2CalleeMetaData.ABI instead.

View Source
var IUniswapV2CalleeMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount0\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount1\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"uniswapV2Call\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

IUniswapV2CalleeMetaData contains all meta data concerning the IUniswapV2Callee contract.

Functions

This section is empty.

Types

type IUniswapV2Callee

type IUniswapV2Callee struct {
	IUniswapV2CalleeCaller     // Read-only binding to the contract
	IUniswapV2CalleeTransactor // Write-only binding to the contract
	IUniswapV2CalleeFilterer   // Log filterer for contract events
}

IUniswapV2Callee is an auto generated Go binding around an Ethereum contract.

func NewIUniswapV2Callee

func NewIUniswapV2Callee(address common.Address, backend bind.ContractBackend) (*IUniswapV2Callee, error)

NewIUniswapV2Callee creates a new instance of IUniswapV2Callee, bound to a specific deployed contract.

type IUniswapV2CalleeCaller

type IUniswapV2CalleeCaller struct {
	// contains filtered or unexported fields
}

IUniswapV2CalleeCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewIUniswapV2CalleeCaller

func NewIUniswapV2CalleeCaller(address common.Address, caller bind.ContractCaller) (*IUniswapV2CalleeCaller, error)

NewIUniswapV2CalleeCaller creates a new read-only instance of IUniswapV2Callee, bound to a specific deployed contract.

type IUniswapV2CalleeCallerRaw

type IUniswapV2CalleeCallerRaw struct {
	Contract *IUniswapV2CalleeCaller // Generic read-only contract binding to access the raw methods on
}

IUniswapV2CalleeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IUniswapV2CalleeCallerRaw) Call

func (_IUniswapV2Callee *IUniswapV2CalleeCallerRaw) 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 IUniswapV2CalleeCallerSession

type IUniswapV2CalleeCallerSession struct {
	Contract *IUniswapV2CalleeCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts           // Call options to use throughout this session
}

IUniswapV2CalleeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type IUniswapV2CalleeFilterer

type IUniswapV2CalleeFilterer struct {
	// contains filtered or unexported fields
}

IUniswapV2CalleeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIUniswapV2CalleeFilterer

func NewIUniswapV2CalleeFilterer(address common.Address, filterer bind.ContractFilterer) (*IUniswapV2CalleeFilterer, error)

NewIUniswapV2CalleeFilterer creates a new log filterer instance of IUniswapV2Callee, bound to a specific deployed contract.

type IUniswapV2CalleeRaw

type IUniswapV2CalleeRaw struct {
	Contract *IUniswapV2Callee // Generic contract binding to access the raw methods on
}

IUniswapV2CalleeRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*IUniswapV2CalleeRaw) Call

func (_IUniswapV2Callee *IUniswapV2CalleeRaw) 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 (*IUniswapV2CalleeRaw) Transact

func (_IUniswapV2Callee *IUniswapV2CalleeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IUniswapV2CalleeRaw) Transfer

func (_IUniswapV2Callee *IUniswapV2CalleeRaw) 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 IUniswapV2CalleeSession

type IUniswapV2CalleeSession struct {
	Contract     *IUniswapV2Callee // 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
}

IUniswapV2CalleeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IUniswapV2CalleeSession) UniswapV2Call

func (_IUniswapV2Callee *IUniswapV2CalleeSession) 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 IUniswapV2CalleeTransactor

type IUniswapV2CalleeTransactor struct {
	// contains filtered or unexported fields
}

IUniswapV2CalleeTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIUniswapV2CalleeTransactor

func NewIUniswapV2CalleeTransactor(address common.Address, transactor bind.ContractTransactor) (*IUniswapV2CalleeTransactor, error)

NewIUniswapV2CalleeTransactor creates a new write-only instance of IUniswapV2Callee, bound to a specific deployed contract.

func (*IUniswapV2CalleeTransactor) UniswapV2Call

func (_IUniswapV2Callee *IUniswapV2CalleeTransactor) 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 IUniswapV2CalleeTransactorRaw

type IUniswapV2CalleeTransactorRaw struct {
	Contract *IUniswapV2CalleeTransactor // Generic write-only contract binding to access the raw methods on
}

IUniswapV2CalleeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IUniswapV2CalleeTransactorRaw) Transact

func (_IUniswapV2Callee *IUniswapV2CalleeTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IUniswapV2CalleeTransactorRaw) Transfer

func (_IUniswapV2Callee *IUniswapV2CalleeTransactorRaw) 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 IUniswapV2CalleeTransactorSession

type IUniswapV2CalleeTransactorSession struct {
	Contract     *IUniswapV2CalleeTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts           // Transaction auth options to use throughout this session
}

IUniswapV2CalleeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IUniswapV2CalleeTransactorSession) UniswapV2Call

func (_IUniswapV2Callee *IUniswapV2CalleeTransactorSession) 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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL