IInverterProxyAdmin_v1.sol
Last updated
Upgrades the corresponding {InverterTransparentUpgradeableProxy_v1} to the newest version of the implementation.
This contract must be the admin/owner of the proxy.
function upgradeToNewestVersion(IInverterTransparentUpgradeableProxy_v1 proxy)
external;Parameters
proxy
IInverterTransparentUpgradeableProxy_v1
The proxy to upgrade.
Upgrades multiple {InverterTransparentUpgradeableProxy_v1}s to the newest version of the implementation.
This contract must be the admin/owner of the proxies.
function upgradeToNewestVersionBatched(
IInverterTransparentUpgradeableProxy_v1[] calldata proxies
) external;Parameters
proxies
IInverterTransparentUpgradeableProxy_v1[]
The proxies to upgrade.
Last updated