UniswapNFTManager

Git Source

Inherits: IManager

State Variables

FACTORY

Factory public immutable FACTORY;

BORROWER_NFT

address public immutable BORROWER_NFT;

UNISWAP_NFT

IUniswapPositionNFT public immutable UNISWAP_NFT;

Functions

constructor

constructor(Factory factory, address borrowerNft, IUniswapPositionNFT uniswapNft);

callback

function callback(bytes calldata data, address owner, uint208) external override returns (uint208 positions);

_withdrawFromNFT

function _withdrawFromNFT(uint256 tokenId, uint128 liquidity, address recipient) private;