Skip to main content
The source file that defined the B20 Asset interface (docs/B20/Asset.md) has been removed as part of a documentation restructure. The information below is preserved from the previous specification. Refer to the current B20 reference pages for up-to-date normative content.

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.