userAvgPrices
Developers > Best Yield > userAvgPrices
Last updated
Was this helpful?
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);_user
The address of the user
avgPrice
The average price paid for $IDLE tokens
Last updated
Was this helpful?
Was this helpful?
