tokenPriceWithFee

Developers > Best Yield > tokenPriceWithFee

This method returns $IDLE token price for a specific user considering fees, in underlying. This is useful when you need to redeem exactly X amount of underlying tokens.

Function

function tokenPriceWithFee(
    address _user
) external view returns (uint256 priceWFee);

Parameters

Return values

Last updated