> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base.org/llms.txt
> Use this file to discover all available pages before exploring further.

# IB20Asset.newUIMultiplier

> ERC-8056 pending UI multiplier reference.

## Signature

```solidity 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`).

## Related

* [IB20Asset reference](/base-chain/specs/upgrades/beryl/b20/specification/reference/interfaces/IB20Asset)
