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

EUpgrade

EUpgrade

EUpgradeDirectCall

error EUpgradeDirectCall()

EUpgradeImplementationIsSameAsCurrent

error EUpgradeImplementationIsSameAsCurrent()

constructor

constructor(address factory) public

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() public view returns (address)

Returns the implementation beacon. Address of the beacon.

Last updated