IUniV4StandardModuleResolver

Git Source

Functions

poolManager

function poolManager() external returns (address);

computeMintAmounts

function computeMintAmounts(
    uint256 current0_,
    uint256 current1_,
    uint256 totalSupply_,
    uint256 amount0Max_,
    uint256 amount1Max_
) external pure returns (uint256 mintAmount);

Errors

MaxAmountsTooLow

error MaxAmountsTooLow();

AddressZero

error AddressZero();

MintZero

error MintZero();

NotSupported

error NotSupported();