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

# IB20.pausedFeatures

> Generated B20 reference for pausedFeatures().

[Related concept](/base-chain/specs/upgrades/beryl/b20/specification/concepts/token-lifecycle)

## Signature

```solidity theme={null}
function pausedFeatures() external view returns (PausableFeature[] memory);
```

| Field               | Value              |
| ------------------- | ------------------ |
| Selector            | `0xde9997e3`       |
| Canonical signature | `pausedFeatures()` |

## Description

The `PausableFeature`s currently paused on this token. Order is implementation-defined;
callers should treat the result as a set.
Return: Currently-paused features.

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

## Related

* [IB20 reference](/base-chain/specs/upgrades/beryl/b20/specification/reference/interfaces/IB20)
* [Constants & addresses](/base-chain/specs/upgrades/beryl/b20/specification/reference/constants-and-addresses)
