PoolProxy
Inherits: Proxy, ERC165BaseInternal
State Variables
DIAMOND
address private immutable DIAMOND;
Functions
constructor
constructor(
address diamond,
address base,
address quote,
address oracleAdapter,
UD60x18 strike,
uint256 maturity,
bool isCallPool
);
_getImplementation
get logic implementation address
function _getImplementation() internal view override returns (address);
Returns
Name | Type | Description |
---|---|---|
<none> | address | implementation address |