upgradeability

package
v3.4.2 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: GPL-2.0, GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const UpgradeabilityProxyABI = "" /* 579-byte string literal not displayed */

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

Variables

View Source
var UpgradeabilityProxyBin = "" /* 1670-byte string literal not displayed */

UpgradeabilityProxyBin is the compiled bytecode used for deploying new contracts.

Functions

This section is empty.

Types

type UpgradeabilityProxy added in v3.3.1

type UpgradeabilityProxy struct {
	UpgradeabilityProxyCaller     // Read-only binding to the contract
	UpgradeabilityProxyTransactor // Write-only binding to the contract
	UpgradeabilityProxyFilterer   // Log filterer for contract events
}

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

func DeployUpgradeabilityProxy added in v3.3.1

func DeployUpgradeabilityProxy(auth *bind.TransactOpts, backend bind.ContractBackend, _logic common.Address, _data []byte) (common.Address, *types.Transaction, *UpgradeabilityProxy, error)

DeployUpgradeabilityProxy deploys a new Ethereum contract, binding an instance of UpgradeabilityProxy to it.

func NewUpgradeabilityProxy added in v3.3.1

func NewUpgradeabilityProxy(address common.Address, backend bind.ContractBackend) (*UpgradeabilityProxy, error)

NewUpgradeabilityProxy creates a new instance of UpgradeabilityProxy, bound to a specific deployed contract.

type UpgradeabilityProxyCaller added in v3.3.1

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

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

func NewUpgradeabilityProxyCaller added in v3.3.1

func NewUpgradeabilityProxyCaller(address common.Address, caller bind.ContractCaller) (*UpgradeabilityProxyCaller, error)

NewUpgradeabilityProxyCaller creates a new read-only instance of UpgradeabilityProxy, bound to a specific deployed contract.

type UpgradeabilityProxyCallerRaw added in v3.3.1

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

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

func (*UpgradeabilityProxyCallerRaw) Call added in v3.3.1

func (_UpgradeabilityProxy *UpgradeabilityProxyCallerRaw) 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 UpgradeabilityProxyCallerSession added in v3.3.1

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

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

type UpgradeabilityProxyFilterer added in v3.3.1

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

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

func NewUpgradeabilityProxyFilterer added in v3.3.1

func NewUpgradeabilityProxyFilterer(address common.Address, filterer bind.ContractFilterer) (*UpgradeabilityProxyFilterer, error)

NewUpgradeabilityProxyFilterer creates a new log filterer instance of UpgradeabilityProxy, bound to a specific deployed contract.

func (*UpgradeabilityProxyFilterer) FilterReceived added in v3.3.1

func (_UpgradeabilityProxy *UpgradeabilityProxyFilterer) FilterReceived(opts *bind.FilterOpts) (*UpgradeabilityProxyReceivedIterator, error)

FilterReceived is a free log retrieval operation binding the contract event 0x88a5966d370b9919b20f3e2c13ff65706f196a4e32cc2c12bf57088f88525874.

Solidity: event Received(address _from, uint256 _amount)

func (*UpgradeabilityProxyFilterer) ParseReceived added in v3.3.1

func (_UpgradeabilityProxy *UpgradeabilityProxyFilterer) ParseReceived(log types.Log) (*UpgradeabilityProxyReceived, error)

ParseReceived is a log parse operation binding the contract event 0x88a5966d370b9919b20f3e2c13ff65706f196a4e32cc2c12bf57088f88525874.

Solidity: event Received(address _from, uint256 _amount)

func (*UpgradeabilityProxyFilterer) WatchReceived added in v3.3.1

func (_UpgradeabilityProxy *UpgradeabilityProxyFilterer) WatchReceived(opts *bind.WatchOpts, sink chan<- *UpgradeabilityProxyReceived) (event.Subscription, error)

WatchReceived is a free log subscription operation binding the contract event 0x88a5966d370b9919b20f3e2c13ff65706f196a4e32cc2c12bf57088f88525874.

Solidity: event Received(address _from, uint256 _amount)

type UpgradeabilityProxyRaw added in v3.3.1

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

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

func (*UpgradeabilityProxyRaw) Call added in v3.3.1

func (_UpgradeabilityProxy *UpgradeabilityProxyRaw) 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 (*UpgradeabilityProxyRaw) Transact added in v3.3.1

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

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

func (*UpgradeabilityProxyRaw) Transfer added in v3.3.1

func (_UpgradeabilityProxy *UpgradeabilityProxyRaw) 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 UpgradeabilityProxyReceived added in v3.3.1

type UpgradeabilityProxyReceived struct {
	From   common.Address
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

UpgradeabilityProxyReceived represents a Received event raised by the UpgradeabilityProxy contract.

type UpgradeabilityProxyReceivedIterator added in v3.3.1

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

UpgradeabilityProxyReceivedIterator is returned from FilterReceived and is used to iterate over the raw logs and unpacked data for Received events raised by the UpgradeabilityProxy contract.

func (*UpgradeabilityProxyReceivedIterator) Close added in v3.3.1

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

func (*UpgradeabilityProxyReceivedIterator) Error added in v3.3.1

Error returns any retrieval or parsing error occurred during filtering.

func (*UpgradeabilityProxyReceivedIterator) Next added in v3.3.1

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 UpgradeabilityProxySession added in v3.3.1

type UpgradeabilityProxySession struct {
	Contract     *UpgradeabilityProxy // 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
}

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

type UpgradeabilityProxyTransactor added in v3.3.1

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

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

func NewUpgradeabilityProxyTransactor added in v3.3.1

func NewUpgradeabilityProxyTransactor(address common.Address, transactor bind.ContractTransactor) (*UpgradeabilityProxyTransactor, error)

NewUpgradeabilityProxyTransactor creates a new write-only instance of UpgradeabilityProxy, bound to a specific deployed contract.

type UpgradeabilityProxyTransactorRaw added in v3.3.1

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

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

func (*UpgradeabilityProxyTransactorRaw) Transact added in v3.3.1

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

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

func (*UpgradeabilityProxyTransactorRaw) Transfer added in v3.3.1

func (_UpgradeabilityProxy *UpgradeabilityProxyTransactorRaw) 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 UpgradeabilityProxyTransactorSession added in v3.3.1

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

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

Jump to

Keyboard shortcuts

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