Skip to main content
Deprecated. toScaledBalance is retained in IB20Asset for backward compatibility but is superseded by the ERC-8056 Conversion extension function toUIAmount(uint256). Prefer toUIAmount in new integrations.

Signature

Description

DEPRECATED. Converts a raw balance to its scaled view: rawBalance * multiplier / WAD_PRECISION. Retained (dialable) for backward compatibility as an alias of toUIAmount. Prefer the ERC-8056 Conversion extension toUIAmount(uint256) in new code. Parameters Returns

Access control

Read-only; no role required.

Policy interaction

No direct policy interaction.

Example

Title Deprecated usage — prefer toUIAmount