NoArgument

package
v0.0.0-...-f006870 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2021 License: LGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const NoArgumentABI = "" /* 198-byte string literal not displayed */

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

Variables

View Source
var NoArgumentBin = "" /* 368-byte string literal not displayed */

NoArgumentBin is the compiled bytecode used for deploying new contracts.

Functions

This section is empty.

Types

type NoArgument

type NoArgument struct {
	NoArgumentCaller     // Read-only binding to the contract
	NoArgumentTransactor // Write-only binding to the contract
	NoArgumentFilterer   // Log filterer for contract events
}

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

func DeployNoArgument

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

DeployNoArgument deploys a new Ethereum contract, binding an instance of NoArgument to it.

func NewNoArgument

func NewNoArgument(address common.Address, backend bind.ContractBackend) (*NoArgument, error)

NewNoArgument creates a new instance of NoArgument, bound to a specific deployed contract.

type NoArgumentCaller

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

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

func NewNoArgumentCaller

func NewNoArgumentCaller(address common.Address, caller bind.ContractCaller) (*NoArgumentCaller, error)

NewNoArgumentCaller creates a new read-only instance of NoArgument, bound to a specific deployed contract.

type NoArgumentCallerRaw

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

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

func (*NoArgumentCallerRaw) Call

func (_NoArgument *NoArgumentCallerRaw) 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 NoArgumentCallerSession

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

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

type NoArgumentFilterer

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

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

func NewNoArgumentFilterer

func NewNoArgumentFilterer(address common.Address, filterer bind.ContractFilterer) (*NoArgumentFilterer, error)

NewNoArgumentFilterer creates a new log filterer instance of NoArgument, bound to a specific deployed contract.

func (*NoArgumentFilterer) FilterNoArgumentCalled

func (_NoArgument *NoArgumentFilterer) FilterNoArgumentCalled(opts *bind.FilterOpts) (*NoArgumentNoArgumentCalledIterator, error)

FilterNoArgumentCalled is a free log retrieval operation binding the contract event 0xc582abe1670c5a7f7cad8f171e4af03c793dd9f59fee6714179f56b6e9aea26f.

Solidity: event NoArgumentCalled()

func (*NoArgumentFilterer) ParseNoArgumentCalled

func (_NoArgument *NoArgumentFilterer) ParseNoArgumentCalled(log types.Log) (*NoArgumentNoArgumentCalled, error)

ParseNoArgumentCalled is a log parse operation binding the contract event 0xc582abe1670c5a7f7cad8f171e4af03c793dd9f59fee6714179f56b6e9aea26f.

Solidity: event NoArgumentCalled()

func (*NoArgumentFilterer) WatchNoArgumentCalled

func (_NoArgument *NoArgumentFilterer) WatchNoArgumentCalled(opts *bind.WatchOpts, sink chan<- *NoArgumentNoArgumentCalled) (event.Subscription, error)

WatchNoArgumentCalled is a free log subscription operation binding the contract event 0xc582abe1670c5a7f7cad8f171e4af03c793dd9f59fee6714179f56b6e9aea26f.

Solidity: event NoArgumentCalled()

type NoArgumentNoArgumentCalled

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

NoArgumentNoArgumentCalled represents a NoArgumentCalled event raised by the NoArgument contract.

type NoArgumentNoArgumentCalledIterator

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

NoArgumentNoArgumentCalledIterator is returned from FilterNoArgumentCalled and is used to iterate over the raw logs and unpacked data for NoArgumentCalled events raised by the NoArgument contract.

func (*NoArgumentNoArgumentCalledIterator) Close

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

func (*NoArgumentNoArgumentCalledIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*NoArgumentNoArgumentCalledIterator) Next

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 NoArgumentRaw

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

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

func (*NoArgumentRaw) Call

func (_NoArgument *NoArgumentRaw) 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 (*NoArgumentRaw) Transact

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

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

func (*NoArgumentRaw) Transfer

func (_NoArgument *NoArgumentRaw) 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 NoArgumentSession

type NoArgumentSession struct {
	Contract     *NoArgument       // 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
}

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

func (*NoArgumentSession) NoArgument

func (_NoArgument *NoArgumentSession) NoArgument() (*types.Transaction, error)

NoArgument is a paid mutator transaction binding the contract method 0x568959ca.

Solidity: function noArgument() returns()

type NoArgumentTransactor

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

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

func NewNoArgumentTransactor

func NewNoArgumentTransactor(address common.Address, transactor bind.ContractTransactor) (*NoArgumentTransactor, error)

NewNoArgumentTransactor creates a new write-only instance of NoArgument, bound to a specific deployed contract.

func (*NoArgumentTransactor) NoArgument

func (_NoArgument *NoArgumentTransactor) NoArgument(opts *bind.TransactOpts) (*types.Transaction, error)

NoArgument is a paid mutator transaction binding the contract method 0x568959ca.

Solidity: function noArgument() returns()

type NoArgumentTransactorRaw

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

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

func (*NoArgumentTransactorRaw) Transact

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

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

func (*NoArgumentTransactorRaw) Transfer

func (_NoArgument *NoArgumentTransactorRaw) 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 NoArgumentTransactorSession

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

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

func (*NoArgumentTransactorSession) NoArgument

func (_NoArgument *NoArgumentTransactorSession) NoArgument() (*types.Transaction, error)

NoArgument is a paid mutator transaction binding the contract method 0x568959ca.

Solidity: function noArgument() returns()

Jump to

Keyboard shortcuts

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