Skip to main content
The source file that documented this function (docs/B20/Asset.md) has been removed as part of a documentation restructure. The content below reflects the last verified state of this function’s specification.

Signature

IB20Asset.sol

Description

Returns the UI-adjusted total supply. Computed as totalSupply() * uiMultiplier() / 1e18, where 1e18 is WAD_PRECISION. This is part of the optional ERC-8056 Balances extension (0xd890fd71). The result is scaled by the current effective multiplier. If a scheduled multiplier update has not yet reached its effectiveAt timestamp, the current (pre-update) multiplier is used.

Returns