furucombo

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const FurucomboABI = "" /* 811-byte string literal not displayed */

FurucomboABI is the input ABI used to generate the binding from.

Variables

This section is empty.

Functions

This section is empty.

Types

type Furucombo

type Furucombo struct {
	FurucomboCaller     // Read-only binding to the contract
	FurucomboTransactor // Write-only binding to the contract
	FurucomboFilterer   // Log filterer for contract events
}

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

func NewFurucombo

func NewFurucombo(address common.Address, backend bind.ContractBackend) (*Furucombo, error)

NewFurucombo creates a new instance of Furucombo, bound to a specific deployed contract.

type FurucomboCaller

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

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

func NewFurucomboCaller

func NewFurucomboCaller(address common.Address, caller bind.ContractCaller) (*FurucomboCaller, error)

NewFurucomboCaller creates a new read-only instance of Furucombo, bound to a specific deployed contract.

type FurucomboCallerRaw

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

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

func (*FurucomboCallerRaw) Call

func (_Furucombo *FurucomboCallerRaw) 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 FurucomboCallerSession

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

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

type FurucomboFilterer

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

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

func NewFurucomboFilterer

func NewFurucomboFilterer(address common.Address, filterer bind.ContractFilterer) (*FurucomboFilterer, error)

NewFurucomboFilterer creates a new log filterer instance of Furucombo, bound to a specific deployed contract.

type FurucomboRaw

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

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

func (*FurucomboRaw) Call

func (_Furucombo *FurucomboRaw) 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 (*FurucomboRaw) Transact

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

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

func (*FurucomboRaw) Transfer

func (_Furucombo *FurucomboRaw) 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 FurucomboSession

type FurucomboSession struct {
	Contract     *Furucombo        // 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
}

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

func (*FurucomboSession) BatchExec

func (_Furucombo *FurucomboSession) BatchExec(tos []common.Address, datas [][]byte) (*types.Transaction, error)

BatchExec is a paid mutator transaction binding the contract method 0x74a28f79.

Solidity: function batchExec(address[] tos, bytes[] datas) payable returns()

func (*FurucomboSession) Execs

func (_Furucombo *FurucomboSession) Execs(tos []common.Address, datas [][]byte) (*types.Transaction, error)

Execs is a paid mutator transaction binding the contract method 0x94da7864.

Solidity: function execs(address[] tos, bytes[] datas) payable returns()

func (*FurucomboSession) Fallback

func (_Furucombo *FurucomboSession) Fallback(calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

type FurucomboTransactor

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

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

func NewFurucomboTransactor

func NewFurucomboTransactor(address common.Address, transactor bind.ContractTransactor) (*FurucomboTransactor, error)

NewFurucomboTransactor creates a new write-only instance of Furucombo, bound to a specific deployed contract.

func (*FurucomboTransactor) BatchExec

func (_Furucombo *FurucomboTransactor) BatchExec(opts *bind.TransactOpts, tos []common.Address, datas [][]byte) (*types.Transaction, error)

BatchExec is a paid mutator transaction binding the contract method 0x74a28f79.

Solidity: function batchExec(address[] tos, bytes[] datas) payable returns()

func (*FurucomboTransactor) Execs

func (_Furucombo *FurucomboTransactor) Execs(opts *bind.TransactOpts, tos []common.Address, datas [][]byte) (*types.Transaction, error)

Execs is a paid mutator transaction binding the contract method 0x94da7864.

Solidity: function execs(address[] tos, bytes[] datas) payable returns()

func (*FurucomboTransactor) Fallback

func (_Furucombo *FurucomboTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

type FurucomboTransactorRaw

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

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

func (*FurucomboTransactorRaw) Transact

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

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

func (*FurucomboTransactorRaw) Transfer

func (_Furucombo *FurucomboTransactorRaw) 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 FurucomboTransactorSession

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

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

func (*FurucomboTransactorSession) BatchExec

func (_Furucombo *FurucomboTransactorSession) BatchExec(tos []common.Address, datas [][]byte) (*types.Transaction, error)

BatchExec is a paid mutator transaction binding the contract method 0x74a28f79.

Solidity: function batchExec(address[] tos, bytes[] datas) payable returns()

func (*FurucomboTransactorSession) Execs

func (_Furucombo *FurucomboTransactorSession) Execs(tos []common.Address, datas [][]byte) (*types.Transaction, error)

Execs is a paid mutator transaction binding the contract method 0x94da7864.

Solidity: function execs(address[] tos, bytes[] datas) payable returns()

func (*FurucomboTransactorSession) Fallback

func (_Furucombo *FurucomboTransactorSession) Fallback(calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

Jump to

Keyboard shortcuts

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