ClaimableFee
Functions
claimPoolFee
function claimPoolFee(uint256 _depositId) external nonReentrant;Name
Type
Description
_claimPoolFee
function _claimPoolFee(uint256 _depositId)
internal
virtual
returns (uint256 tokenId, uint256 amt0Recv, uint256 amt1Recv);Name
Type
Description
Name
Type
Description
Events
PoolFeeCollected
Errors
NoFeeToClaim
Was this helpful?