# Functions
DeployUpgradeableBeacon deploys a new Ethereum contract, binding an instance of UpgradeableBeacon to it.
NewUpgradeableBeacon creates a new instance of UpgradeableBeacon, bound to a specific deployed contract.
NewUpgradeableBeaconCaller creates a new read-only instance of UpgradeableBeacon, bound to a specific deployed contract.
NewUpgradeableBeaconFilterer creates a new log filterer instance of UpgradeableBeacon, bound to a specific deployed contract.
NewUpgradeableBeaconTransactor creates a new write-only instance of UpgradeableBeacon, bound to a specific deployed contract.
# Variables
UpgradeableBeaconABI is the input ABI used to generate the binding from.
UpgradeableBeaconBin is the compiled bytecode used for deploying new contracts.
UpgradeableBeaconMetaData contains all meta data concerning the UpgradeableBeacon contract.
# Structs
UpgradeableBeacon is an auto generated Go binding around an Ethereum contract.
UpgradeableBeaconCaller is an auto generated read-only Go binding around an Ethereum contract.
UpgradeableBeaconCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
UpgradeableBeaconCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
UpgradeableBeaconFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
UpgradeableBeaconOwnershipTransferred represents a OwnershipTransferred event raised by the UpgradeableBeacon contract.
UpgradeableBeaconOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the UpgradeableBeacon contract.
UpgradeableBeaconRaw is an auto generated low-level Go binding around an Ethereum contract.
UpgradeableBeaconSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
UpgradeableBeaconTransactor is an auto generated write-only Go binding around an Ethereum contract.
UpgradeableBeaconTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
UpgradeableBeaconTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
UpgradeableBeaconUpgraded represents a Upgraded event raised by the UpgradeableBeacon contract.
UpgradeableBeaconUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the UpgradeableBeacon contract.