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

# IB20.symbol

> Generated B20 reference for symbol().

## Signature

```solidity theme={null}
function symbol() external view returns (string memory);
```

| Field               | Value        |
| ------------------- | ------------ |
| Selector            | `0x95d89b41` |
| Canonical signature | `symbol()`   |

## Description

Token symbol. Set at creation, mutable via `updateSymbol`.

## Returns

Current token symbol.

## Access control

Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.

## Policy interaction

No direct policy interaction.

## Example

```solidity theme={null}
IB20(target).symbol();
```
