OptionPSProxy
Inherits: Proxy, ERC165BaseInternal
State Variables
MANAGER
IProxyManager private immutable MANAGER;
Functions
constructor
constructor(IProxyManager manager, address base, address quote, bool isCall);
getImplementation
Return the implementation address of the proxy
function getImplementation() external view returns (address);
_getImplementation
get logic implementation address
function _getImplementation() internal view override returns (address);
Returns
Name | Type | Description |
---|---|---|
<none> | address | implementation address |
receive
receive() external payable;