> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-sync-code-change-be6d045.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IB20Asset.newUIMultiplier

> ERC-8056 pending UI multiplier reference.

<Warning>
  The `docs/B20/Asset.md` source file that backed this function's full context has been removed as part of a documentation restructure. The signature and selector below remain accurate.
</Warning>

## Signature

```solidity IB20Asset.sol theme={null}
function newUIMultiplier() external view returns (uint256);
```

| Field               | Value               |
| ------------------- | ------------------- |
| Selector            | `0xdc767007`        |
| Canonical signature | `newUIMultiplier()` |

## Description

Returns the pending UI multiplier scheduled to take effect at `effectiveAt`, represented with 18 decimals (`1e18 = 1.0`). When no update is pending, returns the current `uiMultiplier()` value.
