IInverterProxyAdmin_v1.sol

Git Source

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

NameTypeDescription

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

NameTypeDescription

proxies

IInverterTransparentUpgradeableProxy_v1[]

The proxies to upgrade.

Last updated