uniswap

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 UniswapImportsABI = UniswapImportsMetaData.ABI

UniswapImportsABI is the input ABI used to generate the binding from. Deprecated: Use UniswapImportsMetaData.ABI instead.

View Source
var UniswapImportsBin = UniswapImportsMetaData.Bin

UniswapImportsBin is the compiled bytecode used for deploying new contracts. Deprecated: Use UniswapImportsMetaData.Bin instead.

View Source
var UniswapImportsMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x6080604052348015600f57600080fd5b50603e80601d6000396000f3fe6080604052600080fdfea265627a7a72315820e9232a161dc235f259a171daf4cc9c53677aabc950914989e6b4f90c1688088664736f6c63430005100032",
}

UniswapImportsMetaData contains all meta data concerning the UniswapImports contract.

Functions

This section is empty.

Types

type UniswapImports

type UniswapImports struct {
	UniswapImportsCaller     // Read-only binding to the contract
	UniswapImportsTransactor // Write-only binding to the contract
	UniswapImportsFilterer   // Log filterer for contract events
}

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

func DeployUniswapImports

func DeployUniswapImports(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *UniswapImports, error)

DeployUniswapImports deploys a new Ethereum contract, binding an instance of UniswapImports to it.

func NewUniswapImports

func NewUniswapImports(address common.Address, backend bind.ContractBackend) (*UniswapImports, error)

NewUniswapImports creates a new instance of UniswapImports, bound to a specific deployed contract.

type UniswapImportsCaller

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

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

func NewUniswapImportsCaller

func NewUniswapImportsCaller(address common.Address, caller bind.ContractCaller) (*UniswapImportsCaller, error)

NewUniswapImportsCaller creates a new read-only instance of UniswapImports, bound to a specific deployed contract.

type UniswapImportsCallerRaw

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

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

func (*UniswapImportsCallerRaw) Call

func (_UniswapImports *UniswapImportsCallerRaw) 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 UniswapImportsCallerSession

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

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

type UniswapImportsFilterer

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

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

func NewUniswapImportsFilterer

func NewUniswapImportsFilterer(address common.Address, filterer bind.ContractFilterer) (*UniswapImportsFilterer, error)

NewUniswapImportsFilterer creates a new log filterer instance of UniswapImports, bound to a specific deployed contract.

type UniswapImportsRaw

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

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

func (*UniswapImportsRaw) Call

func (_UniswapImports *UniswapImportsRaw) 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 (*UniswapImportsRaw) Transact

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

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

func (*UniswapImportsRaw) Transfer

func (_UniswapImports *UniswapImportsRaw) 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 UniswapImportsSession

type UniswapImportsSession struct {
	Contract     *UniswapImports   // 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
}

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

type UniswapImportsTransactor

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

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

func NewUniswapImportsTransactor

func NewUniswapImportsTransactor(address common.Address, transactor bind.ContractTransactor) (*UniswapImportsTransactor, error)

NewUniswapImportsTransactor creates a new write-only instance of UniswapImports, bound to a specific deployed contract.

type UniswapImportsTransactorRaw

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

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

func (*UniswapImportsTransactorRaw) Transact

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

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

func (*UniswapImportsTransactorRaw) Transfer

func (_UniswapImports *UniswapImportsTransactorRaw) 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 UniswapImportsTransactorSession

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

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

Jump to

Keyboard shortcuts

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