OptionPSProxy

Git Source

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

NameTypeDescription
<none>addressimplementation address

receive

receive() external payable;