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

> Generated B20 reference for MAX_UI_MULTIPLIER().

## Signature

```solidity theme={null}
function MAX_UI_MULTIPLIER() external view returns (uint256);
```

| Field               | Value                 |
| ------------------- | --------------------- |
| Selector            | `0x785c0cf0`          |
| Canonical signature | `MAX_UI_MULTIPLIER()` |

## Description

Returns the maximum multiplier the setter functions accept: `type(uint128).max`.

## Example

```solidity theme={null}
IB20Asset(target).MAX_UI_MULTIPLIER();
```

## Related

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