MixinPoolValue
Last updated
A contract that retrieves smart pool token balances and computes their base token value.
error BaseTokenPriceFeedError()function _updateNav() internal returns (struct NavComponents components)Uses transient storage to keep track of unique token balances.
With null total supply a pool will return the last stored value.
function _getActiveApplications() internal view virtual returns (uint256)virtual methods
Last updated