EmitLog2

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: AGPL-3.0, AGPL-3.0-or-later Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EmitLog2ABI = EmitLog2MetaData.ABI

EmitLog2ABI is the input ABI used to generate the binding from. Deprecated: Use EmitLog2MetaData.ABI instead.

View Source
var EmitLog2Bin = EmitLog2MetaData.Bin

EmitLog2Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use EmitLog2MetaData.Bin instead.

View Source
var EmitLog2MetaData = &bind.MetaData{
	ABI: "[{\"anonymous\":false,\"inputs\":[],\"name\":\"Log\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"a\",\"type\":\"uint256\"}],\"name\":\"LogA\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"a\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"b\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"c\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"d\",\"type\":\"uint256\"}],\"name\":\"LogABCD\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"emitLogs\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Bin: "0x608060405234801561001057600080fd5b50610106806100206000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80637966b4f614602d575b600080fd5b60336035565b005b60206000a06040517f5e7df75d54e493185612379c616118a4c9ac802de621b010c96f74d22df4b30a90600090a16040516001907f977224b24e70d33f3be87246a29c5636cfc8dd6853e175b54af01ff493ffac6290600090a26003600260017fe5562b12d9276c5c987df08afff7b1946f2d869236866ea2285c7e2e95685a64600460405160c691815260200190565b60405180910390a456fea2646970667358221220c82511092869da72fde6f1cec9478f4be47e0e13870c8d5af848ffddfeae937764736f6c634300080c0033",
}

EmitLog2MetaData contains all meta data concerning the EmitLog2 contract.

Functions

This section is empty.

Types

type EmitLog2

type EmitLog2 struct {
	EmitLog2Caller     // Read-only binding to the contract
	EmitLog2Transactor // Write-only binding to the contract
	EmitLog2Filterer   // Log filterer for contract events
}

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

func DeployEmitLog2

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

DeployEmitLog2 deploys a new Ethereum contract, binding an instance of EmitLog2 to it.

func NewEmitLog2

func NewEmitLog2(address common.Address, backend bind.ContractBackend) (*EmitLog2, error)

NewEmitLog2 creates a new instance of EmitLog2, bound to a specific deployed contract.

type EmitLog2Caller

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

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

func NewEmitLog2Caller

func NewEmitLog2Caller(address common.Address, caller bind.ContractCaller) (*EmitLog2Caller, error)

NewEmitLog2Caller creates a new read-only instance of EmitLog2, bound to a specific deployed contract.

type EmitLog2CallerRaw

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

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

func (*EmitLog2CallerRaw) Call

func (_EmitLog2 *EmitLog2CallerRaw) 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 EmitLog2CallerSession

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

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

type EmitLog2Filterer

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

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

func NewEmitLog2Filterer

func NewEmitLog2Filterer(address common.Address, filterer bind.ContractFilterer) (*EmitLog2Filterer, error)

NewEmitLog2Filterer creates a new log filterer instance of EmitLog2, bound to a specific deployed contract.

func (*EmitLog2Filterer) FilterLog

func (_EmitLog2 *EmitLog2Filterer) FilterLog(opts *bind.FilterOpts) (*EmitLog2LogIterator, error)

FilterLog is a free log retrieval operation binding the contract event 0x5e7df75d54e493185612379c616118a4c9ac802de621b010c96f74d22df4b30a.

Solidity: event Log()

func (*EmitLog2Filterer) FilterLogA

func (_EmitLog2 *EmitLog2Filterer) FilterLogA(opts *bind.FilterOpts, a []*big.Int) (*EmitLog2LogAIterator, error)

FilterLogA is a free log retrieval operation binding the contract event 0x977224b24e70d33f3be87246a29c5636cfc8dd6853e175b54af01ff493ffac62.

Solidity: event LogA(uint256 indexed a)

func (*EmitLog2Filterer) FilterLogABCD

func (_EmitLog2 *EmitLog2Filterer) FilterLogABCD(opts *bind.FilterOpts, a []*big.Int, b []*big.Int, c []*big.Int) (*EmitLog2LogABCDIterator, error)

FilterLogABCD is a free log retrieval operation binding the contract event 0xe5562b12d9276c5c987df08afff7b1946f2d869236866ea2285c7e2e95685a64.

Solidity: event LogABCD(uint256 indexed a, uint256 indexed b, uint256 indexed c, uint256 d)

func (*EmitLog2Filterer) ParseLog

func (_EmitLog2 *EmitLog2Filterer) ParseLog(log types.Log) (*EmitLog2Log, error)

ParseLog is a log parse operation binding the contract event 0x5e7df75d54e493185612379c616118a4c9ac802de621b010c96f74d22df4b30a.

Solidity: event Log()

func (*EmitLog2Filterer) ParseLogA

func (_EmitLog2 *EmitLog2Filterer) ParseLogA(log types.Log) (*EmitLog2LogA, error)

ParseLogA is a log parse operation binding the contract event 0x977224b24e70d33f3be87246a29c5636cfc8dd6853e175b54af01ff493ffac62.

Solidity: event LogA(uint256 indexed a)

func (*EmitLog2Filterer) ParseLogABCD

func (_EmitLog2 *EmitLog2Filterer) ParseLogABCD(log types.Log) (*EmitLog2LogABCD, error)

ParseLogABCD is a log parse operation binding the contract event 0xe5562b12d9276c5c987df08afff7b1946f2d869236866ea2285c7e2e95685a64.

Solidity: event LogABCD(uint256 indexed a, uint256 indexed b, uint256 indexed c, uint256 d)

func (*EmitLog2Filterer) WatchLog

func (_EmitLog2 *EmitLog2Filterer) WatchLog(opts *bind.WatchOpts, sink chan<- *EmitLog2Log) (event.Subscription, error)

WatchLog is a free log subscription operation binding the contract event 0x5e7df75d54e493185612379c616118a4c9ac802de621b010c96f74d22df4b30a.

Solidity: event Log()

func (*EmitLog2Filterer) WatchLogA

func (_EmitLog2 *EmitLog2Filterer) WatchLogA(opts *bind.WatchOpts, sink chan<- *EmitLog2LogA, a []*big.Int) (event.Subscription, error)

WatchLogA is a free log subscription operation binding the contract event 0x977224b24e70d33f3be87246a29c5636cfc8dd6853e175b54af01ff493ffac62.

Solidity: event LogA(uint256 indexed a)

func (*EmitLog2Filterer) WatchLogABCD

func (_EmitLog2 *EmitLog2Filterer) WatchLogABCD(opts *bind.WatchOpts, sink chan<- *EmitLog2LogABCD, a []*big.Int, b []*big.Int, c []*big.Int) (event.Subscription, error)

WatchLogABCD is a free log subscription operation binding the contract event 0xe5562b12d9276c5c987df08afff7b1946f2d869236866ea2285c7e2e95685a64.

Solidity: event LogABCD(uint256 indexed a, uint256 indexed b, uint256 indexed c, uint256 d)

type EmitLog2Log

type EmitLog2Log struct {
	Raw types.Log // Blockchain specific contextual infos
}

EmitLog2Log represents a Log event raised by the EmitLog2 contract.

type EmitLog2LogA

type EmitLog2LogA struct {
	A   *big.Int
	Raw types.Log // Blockchain specific contextual infos
}

EmitLog2LogA represents a LogA event raised by the EmitLog2 contract.

type EmitLog2LogABCD

type EmitLog2LogABCD struct {
	A   *big.Int
	B   *big.Int
	C   *big.Int
	D   *big.Int
	Raw types.Log // Blockchain specific contextual infos
}

EmitLog2LogABCD represents a LogABCD event raised by the EmitLog2 contract.

type EmitLog2LogABCDIterator

type EmitLog2LogABCDIterator struct {
	Event *EmitLog2LogABCD // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

EmitLog2LogABCDIterator is returned from FilterLogABCD and is used to iterate over the raw logs and unpacked data for LogABCD events raised by the EmitLog2 contract.

func (*EmitLog2LogABCDIterator) Close

func (it *EmitLog2LogABCDIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*EmitLog2LogABCDIterator) Error

func (it *EmitLog2LogABCDIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*EmitLog2LogABCDIterator) Next

func (it *EmitLog2LogABCDIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type EmitLog2LogAIterator

type EmitLog2LogAIterator struct {
	Event *EmitLog2LogA // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

EmitLog2LogAIterator is returned from FilterLogA and is used to iterate over the raw logs and unpacked data for LogA events raised by the EmitLog2 contract.

func (*EmitLog2LogAIterator) Close

func (it *EmitLog2LogAIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*EmitLog2LogAIterator) Error

func (it *EmitLog2LogAIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*EmitLog2LogAIterator) Next

func (it *EmitLog2LogAIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type EmitLog2LogIterator

type EmitLog2LogIterator struct {
	Event *EmitLog2Log // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

EmitLog2LogIterator is returned from FilterLog and is used to iterate over the raw logs and unpacked data for Log events raised by the EmitLog2 contract.

func (*EmitLog2LogIterator) Close

func (it *EmitLog2LogIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*EmitLog2LogIterator) Error

func (it *EmitLog2LogIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*EmitLog2LogIterator) Next

func (it *EmitLog2LogIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type EmitLog2Raw

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

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

func (*EmitLog2Raw) Call

func (_EmitLog2 *EmitLog2Raw) 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 (*EmitLog2Raw) Transact

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

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

func (*EmitLog2Raw) Transfer

func (_EmitLog2 *EmitLog2Raw) 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 EmitLog2Session

type EmitLog2Session struct {
	Contract     *EmitLog2         // 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
}

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

func (*EmitLog2Session) EmitLogs

func (_EmitLog2 *EmitLog2Session) EmitLogs() (*types.Transaction, error)

EmitLogs is a paid mutator transaction binding the contract method 0x7966b4f6.

Solidity: function emitLogs() returns()

type EmitLog2Transactor

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

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

func NewEmitLog2Transactor

func NewEmitLog2Transactor(address common.Address, transactor bind.ContractTransactor) (*EmitLog2Transactor, error)

NewEmitLog2Transactor creates a new write-only instance of EmitLog2, bound to a specific deployed contract.

func (*EmitLog2Transactor) EmitLogs

func (_EmitLog2 *EmitLog2Transactor) EmitLogs(opts *bind.TransactOpts) (*types.Transaction, error)

EmitLogs is a paid mutator transaction binding the contract method 0x7966b4f6.

Solidity: function emitLogs() returns()

type EmitLog2TransactorRaw

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

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

func (*EmitLog2TransactorRaw) Transact

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

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

func (*EmitLog2TransactorRaw) Transfer

func (_EmitLog2 *EmitLog2TransactorRaw) 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 EmitLog2TransactorSession

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

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

func (*EmitLog2TransactorSession) EmitLogs

func (_EmitLog2 *EmitLog2TransactorSession) EmitLogs() (*types.Transaction, error)

EmitLogs is a paid mutator transaction binding the contract method 0x7966b4f6.

Solidity: function emitLogs() returns()

Jump to

Keyboard shortcuts

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