Signature
IB20Asset.sol
Description
balanceOfUI is part of the optional ERC-8056 Balances extension (0xd890fd71). It aliases scaledBalanceOf(account), returning the account’s raw balance scaled by the current uiMultiplier().
Scaling divides by WAD_PRECISION (1e18) and rounds down. The result is a display-oriented value; raw balances — used by balanceOf, transfer, and totalSupply — are not affected.