IEUpgrade
Last updated
event Upgraded(address implementation)Emitted when pool operator upgrades proxy implementation address.
implementation
address
Address of the new implementation.
function upgradeImplementation() externalAllows caller to upgrade pool implementation.
Cannot be called directly and in pool is restricted to pool owner.
function getBeacon() external view returns (address)Returns the implementation beacon. Address of the beacon.
Last updated