> ## 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.uiMultiplier

> ERC-8056 UI multiplier reference.

<Warning>
  The `docs/B20/Asset.md` source file that backed the detailed multiplier documentation has been removed as part of a documentation restructure. The information below reflects the last verified state of this function's interface.
</Warning>

## Signature

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

| Field               | Value            |
| ------------------- | ---------------- |
| Selector            | `0xa60bf13d`     |
| Canonical signature | `uiMultiplier()` |

## Description

Returns the current ERC-8056 UI multiplier, represented with 18 decimals (`1e18 = 1.0`). This is the standard alias of `multiplier()` and satisfies the ERC-8056 core interface (`0xa60bf13d`).
