IInverterProxyAdmin_v1.sol
Functions
upgradeToNewestVersion
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
Name
Type
Description
proxy
IInverterTransparentUpgradeableProxy_v1
The proxy to upgrade.
upgradeToNewestVersionBatched
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
Name
Type
Description
proxies
IInverterTransparentUpgradeableProxy_v1[]
The proxies to upgrade.
Last updated