For the complete documentation index, see llms.txt. This page is also available as Markdown.

IEUpgrade

IEUpgrade

Upgraded

event Upgraded(address implementation)

Emitted when pool operator upgrades proxy implementation address.

Parameters

Name
Type
Description

implementation

address

Address of the new implementation.

upgradeImplementation

function upgradeImplementation() external

Allows caller to upgrade pool implementation.

Cannot be called directly and in pool is restricted to pool owner.

getBeacon

function getBeacon() external view returns (address)

Returns the implementation beacon. Address of the beacon.

Last updated