IProxyManager

Git Source

Functions

getManagedProxyImplementation

Return the implementation address of the managed proxy

function getManagedProxyImplementation() external view returns (address);

setManagedProxyImplementation

Set the implementation address of the managed proxy

function setManagedProxyImplementation(address implementation) external;

Events

ManagedImplementationSet

event ManagedImplementationSet(address implementation);