ProxyManager
Inherits: IProxyManager, OwnableInternal
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 onlyOwner;
_setManagedProxyImplementation
function _setManagedProxyImplementation(address implementation) internal;