IVingtSwapV3MintCallback

Any contract that calls IVingtSwapV3PoolActions#mint must implement this interface

Functions

uniswapV3MintCallback

  function VingtSwapV3MintCallback(
    uint256 amount0Owed,
    uint256 amount1Owed,
    bytes data
  ) external

Called to msg.sender after minting liquidity to a position from IVingtSwapV3Pool#mint.

In the implementation you must pay the pool tokens owed for the minted liquidity. The caller of this method must be checked to be a VingtSwapV3Pool deployed by the canonical VingtSwapV3Factory.

Parameters:

Last updated