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.
Parameters
Name | Type | Description |
---|---|---|
|
| 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.
Parameters
Name | Type | Description |
---|---|---|
|
| The proxies to upgrade. |
Last updated