ibcreceiverupgradeable

package
v2.1.6 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IbcReceiverBaseUpgradeableABI = IbcReceiverBaseUpgradeableMetaData.ABI

IbcReceiverBaseUpgradeableABI is the input ABI used to generate the binding from. Deprecated: Use IbcReceiverBaseUpgradeableMetaData.ABI instead.

View Source
var IbcReceiverBaseUpgradeableMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"receive\",\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"dispatcher\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"contractIbcDispatcher\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"ChannelNotFound\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"UnsupportedVersion\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"invalidAddress\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"notIbcDispatcher\",\"inputs\":[]}]",
}

IbcReceiverBaseUpgradeableMetaData contains all meta data concerning the IbcReceiverBaseUpgradeable contract.

Functions

This section is empty.

Types

type IbcReceiverBaseUpgradeable

type IbcReceiverBaseUpgradeable struct {
	IbcReceiverBaseUpgradeableCaller     // Read-only binding to the contract
	IbcReceiverBaseUpgradeableTransactor // Write-only binding to the contract
	IbcReceiverBaseUpgradeableFilterer   // Log filterer for contract events
}

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

func NewIbcReceiverBaseUpgradeable

func NewIbcReceiverBaseUpgradeable(address common.Address, backend bind.ContractBackend) (*IbcReceiverBaseUpgradeable, error)

NewIbcReceiverBaseUpgradeable creates a new instance of IbcReceiverBaseUpgradeable, bound to a specific deployed contract.

type IbcReceiverBaseUpgradeableCaller

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

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

func NewIbcReceiverBaseUpgradeableCaller

func NewIbcReceiverBaseUpgradeableCaller(address common.Address, caller bind.ContractCaller) (*IbcReceiverBaseUpgradeableCaller, error)

NewIbcReceiverBaseUpgradeableCaller creates a new read-only instance of IbcReceiverBaseUpgradeable, bound to a specific deployed contract.

func (*IbcReceiverBaseUpgradeableCaller) Dispatcher

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableCaller) Dispatcher(opts *bind.CallOpts) (common.Address, error)

Dispatcher is a free data retrieval call binding the contract method 0xcb7e9057.

Solidity: function dispatcher() view returns(address)

func (*IbcReceiverBaseUpgradeableCaller) Owner

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

type IbcReceiverBaseUpgradeableCallerRaw

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

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

func (*IbcReceiverBaseUpgradeableCallerRaw) Call

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableCallerRaw) 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 IbcReceiverBaseUpgradeableCallerSession

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

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

func (*IbcReceiverBaseUpgradeableCallerSession) Dispatcher

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableCallerSession) Dispatcher() (common.Address, error)

Dispatcher is a free data retrieval call binding the contract method 0xcb7e9057.

Solidity: function dispatcher() view returns(address)

func (*IbcReceiverBaseUpgradeableCallerSession) Owner

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

type IbcReceiverBaseUpgradeableFilterer

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

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

func NewIbcReceiverBaseUpgradeableFilterer

func NewIbcReceiverBaseUpgradeableFilterer(address common.Address, filterer bind.ContractFilterer) (*IbcReceiverBaseUpgradeableFilterer, error)

NewIbcReceiverBaseUpgradeableFilterer creates a new log filterer instance of IbcReceiverBaseUpgradeable, bound to a specific deployed contract.

func (*IbcReceiverBaseUpgradeableFilterer) FilterInitialized

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableFilterer) FilterInitialized(opts *bind.FilterOpts) (*IbcReceiverBaseUpgradeableInitializedIterator, error)

FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.

Solidity: event Initialized(uint8 version)

func (*IbcReceiverBaseUpgradeableFilterer) FilterOwnershipTransferred

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*IbcReceiverBaseUpgradeableOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*IbcReceiverBaseUpgradeableFilterer) ParseInitialized

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableFilterer) ParseInitialized(log types.Log) (*IbcReceiverBaseUpgradeableInitialized, error)

ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.

Solidity: event Initialized(uint8 version)

func (*IbcReceiverBaseUpgradeableFilterer) ParseOwnershipTransferred

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableFilterer) ParseOwnershipTransferred(log types.Log) (*IbcReceiverBaseUpgradeableOwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*IbcReceiverBaseUpgradeableFilterer) WatchInitialized

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *IbcReceiverBaseUpgradeableInitialized) (event.Subscription, error)

WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.

Solidity: event Initialized(uint8 version)

func (*IbcReceiverBaseUpgradeableFilterer) WatchOwnershipTransferred

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *IbcReceiverBaseUpgradeableOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

type IbcReceiverBaseUpgradeableInitialized

type IbcReceiverBaseUpgradeableInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}

IbcReceiverBaseUpgradeableInitialized represents a Initialized event raised by the IbcReceiverBaseUpgradeable contract.

type IbcReceiverBaseUpgradeableInitializedIterator

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

IbcReceiverBaseUpgradeableInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the IbcReceiverBaseUpgradeable contract.

func (*IbcReceiverBaseUpgradeableInitializedIterator) Close

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

func (*IbcReceiverBaseUpgradeableInitializedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IbcReceiverBaseUpgradeableInitializedIterator) 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 IbcReceiverBaseUpgradeableOwnershipTransferred

type IbcReceiverBaseUpgradeableOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

IbcReceiverBaseUpgradeableOwnershipTransferred represents a OwnershipTransferred event raised by the IbcReceiverBaseUpgradeable contract.

type IbcReceiverBaseUpgradeableOwnershipTransferredIterator

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

IbcReceiverBaseUpgradeableOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the IbcReceiverBaseUpgradeable contract.

func (*IbcReceiverBaseUpgradeableOwnershipTransferredIterator) Close

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

func (*IbcReceiverBaseUpgradeableOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IbcReceiverBaseUpgradeableOwnershipTransferredIterator) 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 IbcReceiverBaseUpgradeableRaw

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

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

func (*IbcReceiverBaseUpgradeableRaw) Call

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableRaw) 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 (*IbcReceiverBaseUpgradeableRaw) Transact

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

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

func (*IbcReceiverBaseUpgradeableRaw) Transfer

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableRaw) 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 IbcReceiverBaseUpgradeableSession

type IbcReceiverBaseUpgradeableSession struct {
	Contract     *IbcReceiverBaseUpgradeable // 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
}

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

func (*IbcReceiverBaseUpgradeableSession) Dispatcher

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableSession) Dispatcher() (common.Address, error)

Dispatcher is a free data retrieval call binding the contract method 0xcb7e9057.

Solidity: function dispatcher() view returns(address)

func (*IbcReceiverBaseUpgradeableSession) Owner

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*IbcReceiverBaseUpgradeableSession) Receive

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableSession) Receive() (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

func (*IbcReceiverBaseUpgradeableSession) RenounceOwnership

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IbcReceiverBaseUpgradeableSession) TransferOwnership

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type IbcReceiverBaseUpgradeableTransactor

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

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

func NewIbcReceiverBaseUpgradeableTransactor

func NewIbcReceiverBaseUpgradeableTransactor(address common.Address, transactor bind.ContractTransactor) (*IbcReceiverBaseUpgradeableTransactor, error)

NewIbcReceiverBaseUpgradeableTransactor creates a new write-only instance of IbcReceiverBaseUpgradeable, bound to a specific deployed contract.

func (*IbcReceiverBaseUpgradeableTransactor) Receive

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableTransactor) Receive(opts *bind.TransactOpts) (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

func (*IbcReceiverBaseUpgradeableTransactor) RenounceOwnership

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IbcReceiverBaseUpgradeableTransactor) TransferOwnership

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type IbcReceiverBaseUpgradeableTransactorRaw

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

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

func (*IbcReceiverBaseUpgradeableTransactorRaw) Transact

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

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

func (*IbcReceiverBaseUpgradeableTransactorRaw) Transfer

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableTransactorRaw) 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 IbcReceiverBaseUpgradeableTransactorSession

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

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

func (*IbcReceiverBaseUpgradeableTransactorSession) Receive

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableTransactorSession) Receive() (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

func (*IbcReceiverBaseUpgradeableTransactorSession) RenounceOwnership

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IbcReceiverBaseUpgradeableTransactorSession) TransferOwnership

func (_IbcReceiverBaseUpgradeable *IbcReceiverBaseUpgradeableTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

Jump to

Keyboard shortcuts

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