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

> Generated B20 reference for DOMAIN_SEPARATOR().

## Signature

```solidity theme={null}
function DOMAIN_SEPARATOR() external view returns (bytes32);
```

| Field               | Value                |
| ------------------- | -------------------- |
| Selector            | `0x3644e515`         |
| Canonical signature | `DOMAIN_SEPARATOR()` |

## Description

The current EIP-712 domain separator for this token. Recomputed on each call so it remains correct after `updateName` or a chain fork that changes `block.chainid`.

## Returns

Current domain separator.

## 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).DOMAIN_SEPARATOR();
```
