For the complete documentation index, see llms.txt. This page is also available as Markdown.

MixinPoolValue

MixinPoolValue

A contract that retrieves smart pool token balances and computes their base token value.

BaseTokenPriceFeedError

error BaseTokenPriceFeedError()

_updateNav

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.

_getActiveApplications

function _getActiveApplications() internal view virtual returns (uint256)

virtual methods

Last updated