IPoolFactoryEvents
Events
PoolDeployed
event PoolDeployed(
address indexed base,
address indexed quote,
address oracleAdapter,
UD60x18 strike,
uint256 maturity,
bool isCallPool,
address poolAddress
);
PricingPath
event PricingPath(
address pool,
address[][] basePath,
uint8[] basePathDecimals,
IOracleAdapter.AdapterType baseAdapterType,
address[][] quotePath,
uint8[] quotePathDecimals,
IOracleAdapter.AdapterType quoteAdapterType
);