Documentation ¶
Index ¶
- Variables
- type ContractTransparentUpgradeableProxy
- func DeployContractTransparentUpgradeableProxy(auth *bind.TransactOpts, backend bind.ContractBackend, _logic common.Address, ...) (common.Address, *types.Transaction, *ContractTransparentUpgradeableProxy, ...)
- func NewContractTransparentUpgradeableProxy(address common.Address, backend bind.ContractBackend) (*ContractTransparentUpgradeableProxy, error)
- type ContractTransparentUpgradeableProxyAdminChanged
- type ContractTransparentUpgradeableProxyAdminChangedIterator
- type ContractTransparentUpgradeableProxyBeaconUpgraded
- type ContractTransparentUpgradeableProxyBeaconUpgradedIterator
- type ContractTransparentUpgradeableProxyCaller
- type ContractTransparentUpgradeableProxyCallerRaw
- type ContractTransparentUpgradeableProxyCallerSession
- type ContractTransparentUpgradeableProxyFilterer
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) FilterAdminChanged(opts *bind.FilterOpts) (*ContractTransparentUpgradeableProxyAdminChangedIterator, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) FilterBeaconUpgraded(opts *bind.FilterOpts, beacon []common.Address) (*ContractTransparentUpgradeableProxyBeaconUpgradedIterator, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*ContractTransparentUpgradeableProxyUpgradedIterator, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) ParseAdminChanged(log types.Log) (*ContractTransparentUpgradeableProxyAdminChanged, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) ParseBeaconUpgraded(log types.Log) (*ContractTransparentUpgradeableProxyBeaconUpgraded, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) ParseUpgraded(log types.Log) (*ContractTransparentUpgradeableProxyUpgraded, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) WatchAdminChanged(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) WatchBeaconUpgraded(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *ContractTransparentUpgradeableProxyUpgraded, ...) (event.Subscription, error)
- type ContractTransparentUpgradeableProxyRaw
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ContractTransparentUpgradeableProxySession
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Admin() (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) ChangeAdmin(newAdmin common.Address) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Fallback(calldata []byte) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Implementation() (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Receive() (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ContractTransparentUpgradeableProxyTransactor
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Admin(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) ChangeAdmin(opts *bind.TransactOpts, newAdmin common.Address) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Implementation(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Receive(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) UpgradeToAndCall(opts *bind.TransactOpts, newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ContractTransparentUpgradeableProxyTransactorRaw
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ContractTransparentUpgradeableProxyTransactorSession
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Admin() (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) ChangeAdmin(newAdmin common.Address) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Fallback(calldata []byte) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Implementation() (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Receive() (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ContractTransparentUpgradeableProxyUpgraded
- type ContractTransparentUpgradeableProxyUpgradedIterator
Constants ¶
This section is empty.
Variables ¶
var ContractTransparentUpgradeableProxyABI = ContractTransparentUpgradeableProxyMetaData.ABI
ContractTransparentUpgradeableProxyABI is the input ABI used to generate the binding from. Deprecated: Use ContractTransparentUpgradeableProxyMetaData.ABI instead.
var ContractTransparentUpgradeableProxyBin = ContractTransparentUpgradeableProxyMetaData.Bin
ContractTransparentUpgradeableProxyBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ContractTransparentUpgradeableProxyMetaData.Bin instead.
var ContractTransparentUpgradeableProxyMetaData = &bind.MetaData{
ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_logic\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"admin_\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"stateMutability\":\"payable\"},{\"type\":\"fallback\",\"stateMutability\":\"payable\"},{\"type\":\"receive\",\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"admin\",\"inputs\":[],\"outputs\":[{\"name\":\"admin_\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"changeAdmin\",\"inputs\":[{\"name\":\"newAdmin\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"implementation\",\"inputs\":[],\"outputs\":[{\"name\":\"implementation_\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"upgradeTo\",\"inputs\":[{\"name\":\"newImplementation\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"upgradeToAndCall\",\"inputs\":[{\"name\":\"newImplementation\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"event\",\"name\":\"AdminChanged\",\"inputs\":[{\"name\":\"previousAdmin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newAdmin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BeaconUpgraded\",\"inputs\":[{\"name\":\"beacon\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Upgraded\",\"inputs\":[{\"name\":\"implementation\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false}]",
Bin: "0x608060405260405162000e7d38038062000e7d833981016040819052620000269162000490565b828162000036828260006200004d565b50620000449050826200008a565b505050620005c3565b6200005883620000e5565b600082511180620000665750805b1562000085576200008383836200012760201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000b562000156565b604080516001600160a01b03928316815291841660208301520160405180910390a1620000e2816200018f565b50565b620000f08162000244565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606200014f838360405180606001604052806027815260200162000e5660279139620002f8565b9392505050565b60006200018060008051602062000e3683398151915260001b620003de60201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620001fa5760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b806200022360008051602062000e3683398151915260001b620003de60201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6200025a81620003e160201b6200028c1760201c565b620002be5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401620001f1565b80620002237f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b620003de60201b620002081760201c565b60606001600160a01b0384163b620003625760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401620001f1565b600080856001600160a01b0316856040516200037f919062000570565b600060405180830381855af49150503d8060008114620003bc576040519150601f19603f3d011682016040523d82523d6000602084013e620003c1565b606091505b509092509050620003d4828286620003f0565b9695505050505050565b90565b6001600160a01b03163b151590565b60608315620004015750816200014f565b825115620004125782518084602001fd5b8160405162461bcd60e51b8152600401620001f191906200058e565b80516001600160a01b03811681146200044657600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200047e57818101518382015260200162000464565b83811115620000835750506000910152565b600080600060608486031215620004a657600080fd5b620004b1846200042e565b9250620004c1602085016200042e565b60408501519092506001600160401b0380821115620004df57600080fd5b818601915086601f830112620004f457600080fd5b8151818111156200050957620005096200044b565b604051601f8201601f19908116603f011681019083821181831017156200053457620005346200044b565b816040528281528960208487010111156200054e57600080fd5b6200056183602083016020880162000461565b80955050505050509250925092565b600082516200058481846020870162000461565b9190910192915050565b6020815260008251806020840152620005af81604085016020870162000461565b601f01601f19169190910160400192915050565b61086380620005d36000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106ed565b610118565b61005b610093366004610708565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106ed565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b606061028583836040518060600160405280602781526020016108076027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f5565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051d565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055d565b60606104258461028c565b6104805760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049b91906107b7565b600060405180830381855af49150503d80600081146104d6576040519150601f19603f3d011682016040523d82523d6000602084013e6104db565b606091505b50915091506104eb828286610606565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b6105268161063f565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c25760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610615575081610285565b8251156106255782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d3565b6106488161028c565b6106aa5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e5565b80356001600160a01b03811681146106e857600080fd5b919050565b6000602082840312156106ff57600080fd5b610285826106d1565b60008060006040848603121561071d57600080fd5b610726846106d1565b9250602084013567ffffffffffffffff8082111561074357600080fd5b818601915086601f83011261075757600080fd5b81358181111561076657600080fd5b87602082850101111561077857600080fd5b6020830194508093505050509250925092565b60005b838110156107a657818101518382015260200161078e565b838111156103c05750506000910152565b600082516107c981846020870161078b565b9190910192915050565b60208152600082518060208401526107f281604085016020870161078b565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220ab35762b4d1f75b1e263a7d35551d76364ebe42ec4dea28ea9653eb442534bbd64736f6c634300080c0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
}
ContractTransparentUpgradeableProxyMetaData contains all meta data concerning the ContractTransparentUpgradeableProxy contract.
Functions ¶
This section is empty.
Types ¶
type ContractTransparentUpgradeableProxy ¶
type ContractTransparentUpgradeableProxy struct { ContractTransparentUpgradeableProxyCaller // Read-only binding to the contract ContractTransparentUpgradeableProxyTransactor // Write-only binding to the contract ContractTransparentUpgradeableProxyFilterer // Log filterer for contract events }
ContractTransparentUpgradeableProxy is an auto generated Go binding around an Ethereum contract.
func DeployContractTransparentUpgradeableProxy ¶
func DeployContractTransparentUpgradeableProxy(auth *bind.TransactOpts, backend bind.ContractBackend, _logic common.Address, admin_ common.Address, _data []byte) (common.Address, *types.Transaction, *ContractTransparentUpgradeableProxy, error)
DeployContractTransparentUpgradeableProxy deploys a new Ethereum contract, binding an instance of ContractTransparentUpgradeableProxy to it.
func NewContractTransparentUpgradeableProxy ¶
func NewContractTransparentUpgradeableProxy(address common.Address, backend bind.ContractBackend) (*ContractTransparentUpgradeableProxy, error)
NewContractTransparentUpgradeableProxy creates a new instance of ContractTransparentUpgradeableProxy, bound to a specific deployed contract.
type ContractTransparentUpgradeableProxyAdminChanged ¶
type ContractTransparentUpgradeableProxyAdminChanged struct { PreviousAdmin common.Address NewAdmin common.Address Raw types.Log // Blockchain specific contextual infos }
ContractTransparentUpgradeableProxyAdminChanged represents a AdminChanged event raised by the ContractTransparentUpgradeableProxy contract.
type ContractTransparentUpgradeableProxyAdminChangedIterator ¶
type ContractTransparentUpgradeableProxyAdminChangedIterator struct { Event *ContractTransparentUpgradeableProxyAdminChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractTransparentUpgradeableProxyAdminChangedIterator is returned from FilterAdminChanged and is used to iterate over the raw logs and unpacked data for AdminChanged events raised by the ContractTransparentUpgradeableProxy contract.
func (*ContractTransparentUpgradeableProxyAdminChangedIterator) Close ¶
func (it *ContractTransparentUpgradeableProxyAdminChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractTransparentUpgradeableProxyAdminChangedIterator) Error ¶
func (it *ContractTransparentUpgradeableProxyAdminChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractTransparentUpgradeableProxyAdminChangedIterator) Next ¶
func (it *ContractTransparentUpgradeableProxyAdminChangedIterator) 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 ContractTransparentUpgradeableProxyBeaconUpgraded ¶
type ContractTransparentUpgradeableProxyBeaconUpgraded struct { Beacon common.Address Raw types.Log // Blockchain specific contextual infos }
ContractTransparentUpgradeableProxyBeaconUpgraded represents a BeaconUpgraded event raised by the ContractTransparentUpgradeableProxy contract.
type ContractTransparentUpgradeableProxyBeaconUpgradedIterator ¶
type ContractTransparentUpgradeableProxyBeaconUpgradedIterator struct { Event *ContractTransparentUpgradeableProxyBeaconUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractTransparentUpgradeableProxyBeaconUpgradedIterator is returned from FilterBeaconUpgraded and is used to iterate over the raw logs and unpacked data for BeaconUpgraded events raised by the ContractTransparentUpgradeableProxy contract.
func (*ContractTransparentUpgradeableProxyBeaconUpgradedIterator) Close ¶
func (it *ContractTransparentUpgradeableProxyBeaconUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractTransparentUpgradeableProxyBeaconUpgradedIterator) Error ¶
func (it *ContractTransparentUpgradeableProxyBeaconUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractTransparentUpgradeableProxyBeaconUpgradedIterator) Next ¶
func (it *ContractTransparentUpgradeableProxyBeaconUpgradedIterator) 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 ContractTransparentUpgradeableProxyCaller ¶
type ContractTransparentUpgradeableProxyCaller struct {
// contains filtered or unexported fields
}
ContractTransparentUpgradeableProxyCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewContractTransparentUpgradeableProxyCaller ¶
func NewContractTransparentUpgradeableProxyCaller(address common.Address, caller bind.ContractCaller) (*ContractTransparentUpgradeableProxyCaller, error)
NewContractTransparentUpgradeableProxyCaller creates a new read-only instance of ContractTransparentUpgradeableProxy, bound to a specific deployed contract.
type ContractTransparentUpgradeableProxyCallerRaw ¶
type ContractTransparentUpgradeableProxyCallerRaw struct {
Contract *ContractTransparentUpgradeableProxyCaller // Generic read-only contract binding to access the raw methods on
}
ContractTransparentUpgradeableProxyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ContractTransparentUpgradeableProxyCallerRaw) Call ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyCallerRaw) 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 ContractTransparentUpgradeableProxyCallerSession ¶
type ContractTransparentUpgradeableProxyCallerSession struct { Contract *ContractTransparentUpgradeableProxyCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ContractTransparentUpgradeableProxyCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type ContractTransparentUpgradeableProxyFilterer ¶
type ContractTransparentUpgradeableProxyFilterer struct {
// contains filtered or unexported fields
}
ContractTransparentUpgradeableProxyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewContractTransparentUpgradeableProxyFilterer ¶
func NewContractTransparentUpgradeableProxyFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractTransparentUpgradeableProxyFilterer, error)
NewContractTransparentUpgradeableProxyFilterer creates a new log filterer instance of ContractTransparentUpgradeableProxy, bound to a specific deployed contract.
func (*ContractTransparentUpgradeableProxyFilterer) FilterAdminChanged ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) FilterAdminChanged(opts *bind.FilterOpts) (*ContractTransparentUpgradeableProxyAdminChangedIterator, error)
FilterAdminChanged is a free log retrieval operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ContractTransparentUpgradeableProxyFilterer) FilterBeaconUpgraded ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) FilterBeaconUpgraded(opts *bind.FilterOpts, beacon []common.Address) (*ContractTransparentUpgradeableProxyBeaconUpgradedIterator, error)
FilterBeaconUpgraded is a free log retrieval operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ContractTransparentUpgradeableProxyFilterer) FilterUpgraded ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*ContractTransparentUpgradeableProxyUpgradedIterator, error)
FilterUpgraded is a free log retrieval operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*ContractTransparentUpgradeableProxyFilterer) ParseAdminChanged ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) ParseAdminChanged(log types.Log) (*ContractTransparentUpgradeableProxyAdminChanged, error)
ParseAdminChanged is a log parse operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ContractTransparentUpgradeableProxyFilterer) ParseBeaconUpgraded ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) ParseBeaconUpgraded(log types.Log) (*ContractTransparentUpgradeableProxyBeaconUpgraded, error)
ParseBeaconUpgraded is a log parse operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ContractTransparentUpgradeableProxyFilterer) ParseUpgraded ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) ParseUpgraded(log types.Log) (*ContractTransparentUpgradeableProxyUpgraded, error)
ParseUpgraded is a log parse operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*ContractTransparentUpgradeableProxyFilterer) WatchAdminChanged ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) WatchAdminChanged(opts *bind.WatchOpts, sink chan<- *ContractTransparentUpgradeableProxyAdminChanged) (event.Subscription, error)
WatchAdminChanged is a free log subscription operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ContractTransparentUpgradeableProxyFilterer) WatchBeaconUpgraded ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) WatchBeaconUpgraded(opts *bind.WatchOpts, sink chan<- *ContractTransparentUpgradeableProxyBeaconUpgraded, beacon []common.Address) (event.Subscription, error)
WatchBeaconUpgraded is a free log subscription operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ContractTransparentUpgradeableProxyFilterer) WatchUpgraded ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *ContractTransparentUpgradeableProxyUpgraded, implementation []common.Address) (event.Subscription, error)
WatchUpgraded is a free log subscription operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
type ContractTransparentUpgradeableProxyRaw ¶
type ContractTransparentUpgradeableProxyRaw struct {
Contract *ContractTransparentUpgradeableProxy // Generic contract binding to access the raw methods on
}
ContractTransparentUpgradeableProxyRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ContractTransparentUpgradeableProxyRaw) Call ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyRaw) 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 (*ContractTransparentUpgradeableProxyRaw) Transact ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractTransparentUpgradeableProxyRaw) Transfer ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyRaw) 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 ContractTransparentUpgradeableProxySession ¶
type ContractTransparentUpgradeableProxySession struct { Contract *ContractTransparentUpgradeableProxy // 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 }
ContractTransparentUpgradeableProxySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ContractTransparentUpgradeableProxySession) Admin ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Admin() (*types.Transaction, error)
Admin is a paid mutator transaction binding the contract method 0xf851a440.
Solidity: function admin() returns(address admin_)
func (*ContractTransparentUpgradeableProxySession) ChangeAdmin ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) ChangeAdmin(newAdmin common.Address) (*types.Transaction, error)
ChangeAdmin is a paid mutator transaction binding the contract method 0x8f283970.
Solidity: function changeAdmin(address newAdmin) returns()
func (*ContractTransparentUpgradeableProxySession) Fallback ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Fallback(calldata []byte) (*types.Transaction, error)
Fallback is a paid mutator transaction binding the contract fallback function.
Solidity: fallback() payable returns()
func (*ContractTransparentUpgradeableProxySession) Implementation ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Implementation() (*types.Transaction, error)
Implementation is a paid mutator transaction binding the contract method 0x5c60da1b.
Solidity: function implementation() returns(address implementation_)
func (*ContractTransparentUpgradeableProxySession) Receive ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) Receive() (*types.Transaction, error)
Receive is a paid mutator transaction binding the contract receive function.
Solidity: receive() payable returns()
func (*ContractTransparentUpgradeableProxySession) UpgradeTo ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ContractTransparentUpgradeableProxySession) UpgradeToAndCall ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxySession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ContractTransparentUpgradeableProxyTransactor ¶
type ContractTransparentUpgradeableProxyTransactor struct {
// contains filtered or unexported fields
}
ContractTransparentUpgradeableProxyTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewContractTransparentUpgradeableProxyTransactor ¶
func NewContractTransparentUpgradeableProxyTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractTransparentUpgradeableProxyTransactor, error)
NewContractTransparentUpgradeableProxyTransactor creates a new write-only instance of ContractTransparentUpgradeableProxy, bound to a specific deployed contract.
func (*ContractTransparentUpgradeableProxyTransactor) Admin ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Admin(opts *bind.TransactOpts) (*types.Transaction, error)
Admin is a paid mutator transaction binding the contract method 0xf851a440.
Solidity: function admin() returns(address admin_)
func (*ContractTransparentUpgradeableProxyTransactor) ChangeAdmin ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) ChangeAdmin(opts *bind.TransactOpts, newAdmin common.Address) (*types.Transaction, error)
ChangeAdmin is a paid mutator transaction binding the contract method 0x8f283970.
Solidity: function changeAdmin(address newAdmin) returns()
func (*ContractTransparentUpgradeableProxyTransactor) Fallback ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)
Fallback is a paid mutator transaction binding the contract fallback function.
Solidity: fallback() payable returns()
func (*ContractTransparentUpgradeableProxyTransactor) Implementation ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Implementation(opts *bind.TransactOpts) (*types.Transaction, error)
Implementation is a paid mutator transaction binding the contract method 0x5c60da1b.
Solidity: function implementation() returns(address implementation_)
func (*ContractTransparentUpgradeableProxyTransactor) Receive ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) Receive(opts *bind.TransactOpts) (*types.Transaction, error)
Receive is a paid mutator transaction binding the contract receive function.
Solidity: receive() payable returns()
func (*ContractTransparentUpgradeableProxyTransactor) UpgradeTo ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ContractTransparentUpgradeableProxyTransactor) UpgradeToAndCall ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactor) UpgradeToAndCall(opts *bind.TransactOpts, newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ContractTransparentUpgradeableProxyTransactorRaw ¶
type ContractTransparentUpgradeableProxyTransactorRaw struct {
Contract *ContractTransparentUpgradeableProxyTransactor // Generic write-only contract binding to access the raw methods on
}
ContractTransparentUpgradeableProxyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ContractTransparentUpgradeableProxyTransactorRaw) Transact ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractTransparentUpgradeableProxyTransactorRaw) Transfer ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorRaw) 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 ContractTransparentUpgradeableProxyTransactorSession ¶
type ContractTransparentUpgradeableProxyTransactorSession struct { Contract *ContractTransparentUpgradeableProxyTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ContractTransparentUpgradeableProxyTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ContractTransparentUpgradeableProxyTransactorSession) Admin ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Admin() (*types.Transaction, error)
Admin is a paid mutator transaction binding the contract method 0xf851a440.
Solidity: function admin() returns(address admin_)
func (*ContractTransparentUpgradeableProxyTransactorSession) ChangeAdmin ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) ChangeAdmin(newAdmin common.Address) (*types.Transaction, error)
ChangeAdmin is a paid mutator transaction binding the contract method 0x8f283970.
Solidity: function changeAdmin(address newAdmin) returns()
func (*ContractTransparentUpgradeableProxyTransactorSession) Fallback ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Fallback(calldata []byte) (*types.Transaction, error)
Fallback is a paid mutator transaction binding the contract fallback function.
Solidity: fallback() payable returns()
func (*ContractTransparentUpgradeableProxyTransactorSession) Implementation ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Implementation() (*types.Transaction, error)
Implementation is a paid mutator transaction binding the contract method 0x5c60da1b.
Solidity: function implementation() returns(address implementation_)
func (*ContractTransparentUpgradeableProxyTransactorSession) Receive ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) Receive() (*types.Transaction, error)
Receive is a paid mutator transaction binding the contract receive function.
Solidity: receive() payable returns()
func (*ContractTransparentUpgradeableProxyTransactorSession) UpgradeTo ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ContractTransparentUpgradeableProxyTransactorSession) UpgradeToAndCall ¶
func (_ContractTransparentUpgradeableProxy *ContractTransparentUpgradeableProxyTransactorSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ContractTransparentUpgradeableProxyUpgraded ¶
type ContractTransparentUpgradeableProxyUpgraded struct { Implementation common.Address Raw types.Log // Blockchain specific contextual infos }
ContractTransparentUpgradeableProxyUpgraded represents a Upgraded event raised by the ContractTransparentUpgradeableProxy contract.
type ContractTransparentUpgradeableProxyUpgradedIterator ¶
type ContractTransparentUpgradeableProxyUpgradedIterator struct { Event *ContractTransparentUpgradeableProxyUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractTransparentUpgradeableProxyUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the ContractTransparentUpgradeableProxy contract.
func (*ContractTransparentUpgradeableProxyUpgradedIterator) Close ¶
func (it *ContractTransparentUpgradeableProxyUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractTransparentUpgradeableProxyUpgradedIterator) Error ¶
func (it *ContractTransparentUpgradeableProxyUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractTransparentUpgradeableProxyUpgradedIterator) Next ¶
func (it *ContractTransparentUpgradeableProxyUpgradedIterator) 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.