InverterProxyAdmin_v1.sol
Last updated
Last updated
Inherits: ,
Author: Inverter Network
Acts as the admin of the s and is responsible for upgrading the proxies to the newest version.
Constructs the InverterProxyAdmin_v1.
Parameters
initialOwner
address
The initial owner of the contract.
Upgrades the corresponding to the newest version of the implementation.
This contract must be the admin/owner of the proxy.
Parameters
proxy
IInverterTransparentUpgradeableProxy_v1
The proxy to upgrade.
This contract must be the admin/owner of the proxies.
Parameters
proxies
IInverterTransparentUpgradeableProxy_v1[]
The proxies to upgrade.
Upgrades multiple s to the newest version of the implementation.