WithDepositer

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const WithDepositerABI = "" /* 546-byte string literal not displayed */

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

Variables

View Source
var WithDepositerBin = "" /* 490-byte string literal not displayed */

WithDepositerBin is the compiled bytecode used for deploying new contracts.

Functions

This section is empty.

Types

type WithDepositer

type WithDepositer struct {
	WithDepositerCaller     // Read-only binding to the contract
	WithDepositerTransactor // Write-only binding to the contract
	WithDepositerFilterer   // Log filterer for contract events
}

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

func DeployWithDepositer

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

DeployWithDepositer deploys a new Ethereum contract, binding an instance of WithDepositer to it.

func NewWithDepositer

func NewWithDepositer(address common.Address, backend bind.ContractBackend) (*WithDepositer, error)

NewWithDepositer creates a new instance of WithDepositer, bound to a specific deployed contract.

type WithDepositerCaller

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

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

func NewWithDepositerCaller

func NewWithDepositerCaller(address common.Address, caller bind.ContractCaller) (*WithDepositerCaller, error)

NewWithDepositerCaller creates a new read-only instance of WithDepositer, bound to a specific deployed contract.

type WithDepositerCallerRaw

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

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

func (*WithDepositerCallerRaw) Call

func (_WithDepositer *WithDepositerCallerRaw) 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 WithDepositerCallerSession

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

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

type WithDepositerFilterer

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

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

func NewWithDepositerFilterer

func NewWithDepositerFilterer(address common.Address, filterer bind.ContractFilterer) (*WithDepositerFilterer, error)

NewWithDepositerFilterer creates a new log filterer instance of WithDepositer, bound to a specific deployed contract.

func (*WithDepositerFilterer) FilterWithDepositerCalled

func (_WithDepositer *WithDepositerFilterer) FilterWithDepositerCalled(opts *bind.FilterOpts) (*WithDepositerWithDepositerCalledIterator, error)

FilterWithDepositerCalled is a free log retrieval operation binding the contract event 0x0c190bb7953fe744192f379d4b36b025584bb5f386755d164648a99b8ff9e5bb.

Solidity: event WithDepositerCalled(address argumentOne, uint256 argumentTwo)

func (*WithDepositerFilterer) ParseWithDepositerCalled

func (_WithDepositer *WithDepositerFilterer) ParseWithDepositerCalled(log types.Log) (*WithDepositerWithDepositerCalled, error)

ParseWithDepositerCalled is a log parse operation binding the contract event 0x0c190bb7953fe744192f379d4b36b025584bb5f386755d164648a99b8ff9e5bb.

Solidity: event WithDepositerCalled(address argumentOne, uint256 argumentTwo)

func (*WithDepositerFilterer) WatchWithDepositerCalled

func (_WithDepositer *WithDepositerFilterer) WatchWithDepositerCalled(opts *bind.WatchOpts, sink chan<- *WithDepositerWithDepositerCalled) (event.Subscription, error)

WatchWithDepositerCalled is a free log subscription operation binding the contract event 0x0c190bb7953fe744192f379d4b36b025584bb5f386755d164648a99b8ff9e5bb.

Solidity: event WithDepositerCalled(address argumentOne, uint256 argumentTwo)

type WithDepositerRaw

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

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

func (*WithDepositerRaw) Call

func (_WithDepositer *WithDepositerRaw) 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 (*WithDepositerRaw) Transact

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

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

func (*WithDepositerRaw) Transfer

func (_WithDepositer *WithDepositerRaw) 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 WithDepositerSession

type WithDepositerSession struct {
	Contract     *WithDepositer    // 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
}

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

func (*WithDepositerSession) WithDepositer

func (_WithDepositer *WithDepositerSession) WithDepositer(argumentOne common.Address, argumentTwo *big.Int) (*types.Transaction, error)

WithDepositer is a paid mutator transaction binding the contract method 0x0a357c4f.

Solidity: function withDepositer(address argumentOne, uint256 argumentTwo) returns()

type WithDepositerTransactor

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

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

func NewWithDepositerTransactor

func NewWithDepositerTransactor(address common.Address, transactor bind.ContractTransactor) (*WithDepositerTransactor, error)

NewWithDepositerTransactor creates a new write-only instance of WithDepositer, bound to a specific deployed contract.

func (*WithDepositerTransactor) WithDepositer

func (_WithDepositer *WithDepositerTransactor) WithDepositer(opts *bind.TransactOpts, argumentOne common.Address, argumentTwo *big.Int) (*types.Transaction, error)

WithDepositer is a paid mutator transaction binding the contract method 0x0a357c4f.

Solidity: function withDepositer(address argumentOne, uint256 argumentTwo) returns()

type WithDepositerTransactorRaw

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

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

func (*WithDepositerTransactorRaw) Transact

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

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

func (*WithDepositerTransactorRaw) Transfer

func (_WithDepositer *WithDepositerTransactorRaw) 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 WithDepositerTransactorSession

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

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

func (*WithDepositerTransactorSession) WithDepositer

func (_WithDepositer *WithDepositerTransactorSession) WithDepositer(argumentOne common.Address, argumentTwo *big.Int) (*types.Transaction, error)

WithDepositer is a paid mutator transaction binding the contract method 0x0a357c4f.

Solidity: function withDepositer(address argumentOne, uint256 argumentTwo) returns()

type WithDepositerWithDepositerCalled

type WithDepositerWithDepositerCalled struct {
	ArgumentOne common.Address
	ArgumentTwo *big.Int
	Raw         types.Log // Blockchain specific contextual infos
}

WithDepositerWithDepositerCalled represents a WithDepositerCalled event raised by the WithDepositer contract.

type WithDepositerWithDepositerCalledIterator

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

WithDepositerWithDepositerCalledIterator is returned from FilterWithDepositerCalled and is used to iterate over the raw logs and unpacked data for WithDepositerCalled events raised by the WithDepositer contract.

func (*WithDepositerWithDepositerCalledIterator) Close

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

func (*WithDepositerWithDepositerCalledIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*WithDepositerWithDepositerCalledIterator) 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.

Jump to

Keyboard shortcuts

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