# Functions

DeployWrappers deploys a new Ethereum contract, binding an instance of Wrappers to it.
NewWrappers creates a new instance of Wrappers, bound to a specific deployed contract.
NewWrappersCaller creates a new read-only instance of Wrappers, bound to a specific deployed contract.
NewWrappersFilterer creates a new log filterer instance of Wrappers, bound to a specific deployed contract.
NewWrappersTransactor creates a new write-only instance of Wrappers, bound to a specific deployed contract.

# Variables

WrappersABI is the input ABI used to generate the binding from.
WrappersBin is the compiled bytecode used for deploying new contracts.
WrappersMetaData contains all meta data concerning the Wrappers contract.

# Structs

Wrappers is an auto generated Go binding around an Ethereum contract.
WrappersAdminChanged represents a AdminChanged event raised by the Wrappers contract.
WrappersAdminChangedIterator is returned from FilterAdminChanged and is used to iterate over the raw logs and unpacked data for AdminChanged events raised by the Wrappers contract.
WrappersBeaconUpgraded represents a BeaconUpgraded event raised by the Wrappers contract.
WrappersBeaconUpgradedIterator is returned from FilterBeaconUpgraded and is used to iterate over the raw logs and unpacked data for BeaconUpgraded events raised by the Wrappers contract.
WrappersCaller is an auto generated read-only Go binding around an Ethereum contract.
WrappersCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
WrappersCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
WrappersFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
WrappersRaw is an auto generated low-level Go binding around an Ethereum contract.
WrappersSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
WrappersTransactor is an auto generated write-only Go binding around an Ethereum contract.
WrappersTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
WrappersTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
WrappersUpgraded represents a Upgraded event raised by the Wrappers contract.
WrappersUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the Wrappers contract.