Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contracts/interfaces/INonfungiblePositionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import './IPeripheryImmutableState.sol';
/// @title Non-fungible token for positions
/// @notice Wraps Uniswap V3 positions in a non-fungible token interface which allows for them to be transferred
/// and authorized.
/// @dev Fee accounting uses integer math. Position updates can round down by less than 1 wei of fees
/// owed per token, and the aggregate rounding loss may grow as a position is updated.
interface INonfungiblePositionManager is
IPoolInitializer,
IPeripheryPayments,
Expand Down