> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-feat-add-b20-demo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IB20Asset.toUIAmount

> ERC-8056 raw-to-UI conversion reference.

## Signature

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

| Field               | Value                 |
| ------------------- | --------------------- |
| Selector            | `0x3248d4ff`          |
| Canonical signature | `toUIAmount(uint256)` |

## Description

Converts `rawAmount` to its UI representation at the effective multiplier.

## Related

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