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

> Generated B20 reference for BURN_BLOCKED_ROLE().

## Signature

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

| Field               | Value                 |
| ------------------- | --------------------- |
| Selector            | `0x32ad9be8`          |
| Canonical signature | `BURN_BLOCKED_ROLE()` |

## Description

Required to call the deprecated `burnBlocked` (retained for the back-compat impl).

## Returns

Role constant.

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