Comment on page
userAvgPrices
Developers > Best Yield > userAvgPrices
This method gives the average price paid for $IDLE tokens of one specific user.
function userAvgPrices(
address _user
) external view returns (uint256 avgPrice);
Parameter | Description |
---|---|
_user | The address of the user |
Value | Description |
---|---|
avgPrice | The average price paid for $IDLE tokens |
Last modified 1yr ago