Signature
IB20Asset.sol
Description
Returns the UI-adjusted total supply. Computed astotalSupply() * 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.