iibccontractupgradablemodule

package
v0.3.14 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IibccontractupgradablemoduleABI = IibccontractupgradablemoduleMetaData.ABI

IibccontractupgradablemoduleABI is the input ABI used to generate the binding from. Deprecated: Use IibccontractupgradablemoduleMetaData.ABI instead.

View Source
var IibccontractupgradablemoduleMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"getAppInfoProposal\",\"inputs\":[{\"name\":\"version\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple\",\"internalType\":\"structIIBCContractUpgradableModule.AppInfo\",\"components\":[{\"name\":\"implementation\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialCalldata\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"consumed\",\"type\":\"bool\",\"internalType\":\"bool\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"proposeAppVersion\",\"inputs\":[{\"name\":\"version\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"implementation\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"initialCalldata\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"}]",
}

IibccontractupgradablemoduleMetaData contains all meta data concerning the Iibccontractupgradablemodule contract.

Functions

This section is empty.

Types

type IIBCContractUpgradableModuleAppInfo

type IIBCContractUpgradableModuleAppInfo struct {
	Implementation  common.Address
	InitialCalldata []byte
	Consumed        bool
}

IIBCContractUpgradableModuleAppInfo is an auto generated low-level Go binding around an user-defined struct.

type Iibccontractupgradablemodule

type Iibccontractupgradablemodule struct {
	IibccontractupgradablemoduleCaller     // Read-only binding to the contract
	IibccontractupgradablemoduleTransactor // Write-only binding to the contract
	IibccontractupgradablemoduleFilterer   // Log filterer for contract events
}

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

func NewIibccontractupgradablemodule

func NewIibccontractupgradablemodule(address common.Address, backend bind.ContractBackend) (*Iibccontractupgradablemodule, error)

NewIibccontractupgradablemodule creates a new instance of Iibccontractupgradablemodule, bound to a specific deployed contract.

type IibccontractupgradablemoduleCaller

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

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

func NewIibccontractupgradablemoduleCaller

func NewIibccontractupgradablemoduleCaller(address common.Address, caller bind.ContractCaller) (*IibccontractupgradablemoduleCaller, error)

NewIibccontractupgradablemoduleCaller creates a new read-only instance of Iibccontractupgradablemodule, bound to a specific deployed contract.

func (*IibccontractupgradablemoduleCaller) GetAppInfoProposal

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleCaller) GetAppInfoProposal(opts *bind.CallOpts, version string) (IIBCContractUpgradableModuleAppInfo, error)

GetAppInfoProposal is a free data retrieval call binding the contract method 0xff6bb285.

Solidity: function getAppInfoProposal(string version) view returns((address,bytes,bool))

type IibccontractupgradablemoduleCallerRaw

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

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

func (*IibccontractupgradablemoduleCallerRaw) Call

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleCallerRaw) 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 IibccontractupgradablemoduleCallerSession

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

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

func (*IibccontractupgradablemoduleCallerSession) GetAppInfoProposal

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleCallerSession) GetAppInfoProposal(version string) (IIBCContractUpgradableModuleAppInfo, error)

GetAppInfoProposal is a free data retrieval call binding the contract method 0xff6bb285.

Solidity: function getAppInfoProposal(string version) view returns((address,bytes,bool))

type IibccontractupgradablemoduleFilterer

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

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

func NewIibccontractupgradablemoduleFilterer

func NewIibccontractupgradablemoduleFilterer(address common.Address, filterer bind.ContractFilterer) (*IibccontractupgradablemoduleFilterer, error)

NewIibccontractupgradablemoduleFilterer creates a new log filterer instance of Iibccontractupgradablemodule, bound to a specific deployed contract.

type IibccontractupgradablemoduleRaw

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

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

func (*IibccontractupgradablemoduleRaw) Call

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleRaw) 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 (*IibccontractupgradablemoduleRaw) Transact

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

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

func (*IibccontractupgradablemoduleRaw) Transfer

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleRaw) 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 IibccontractupgradablemoduleSession

type IibccontractupgradablemoduleSession struct {
	Contract     *Iibccontractupgradablemodule // 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
}

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

func (*IibccontractupgradablemoduleSession) GetAppInfoProposal

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleSession) GetAppInfoProposal(version string) (IIBCContractUpgradableModuleAppInfo, error)

GetAppInfoProposal is a free data retrieval call binding the contract method 0xff6bb285.

Solidity: function getAppInfoProposal(string version) view returns((address,bytes,bool))

func (*IibccontractupgradablemoduleSession) ProposeAppVersion

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleSession) ProposeAppVersion(version string, implementation common.Address, initialCalldata []byte) (*types.Transaction, error)

ProposeAppVersion is a paid mutator transaction binding the contract method 0xd7c317e9.

Solidity: function proposeAppVersion(string version, address implementation, bytes initialCalldata) returns()

type IibccontractupgradablemoduleTransactor

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

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

func NewIibccontractupgradablemoduleTransactor

func NewIibccontractupgradablemoduleTransactor(address common.Address, transactor bind.ContractTransactor) (*IibccontractupgradablemoduleTransactor, error)

NewIibccontractupgradablemoduleTransactor creates a new write-only instance of Iibccontractupgradablemodule, bound to a specific deployed contract.

func (*IibccontractupgradablemoduleTransactor) ProposeAppVersion

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleTransactor) ProposeAppVersion(opts *bind.TransactOpts, version string, implementation common.Address, initialCalldata []byte) (*types.Transaction, error)

ProposeAppVersion is a paid mutator transaction binding the contract method 0xd7c317e9.

Solidity: function proposeAppVersion(string version, address implementation, bytes initialCalldata) returns()

type IibccontractupgradablemoduleTransactorRaw

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

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

func (*IibccontractupgradablemoduleTransactorRaw) Transact

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

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

func (*IibccontractupgradablemoduleTransactorRaw) Transfer

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleTransactorRaw) 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 IibccontractupgradablemoduleTransactorSession

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

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

func (*IibccontractupgradablemoduleTransactorSession) ProposeAppVersion

func (_Iibccontractupgradablemodule *IibccontractupgradablemoduleTransactorSession) ProposeAppVersion(version string, implementation common.Address, initialCalldata []byte) (*types.Transaction, error)

ProposeAppVersion is a paid mutator transaction binding the contract method 0xd7c317e9.

Solidity: function proposeAppVersion(string version, address implementation, bytes initialCalldata) returns()

Jump to

Keyboard shortcuts

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