> For the complete documentation index, see [llms.txt](https://docs.carbondefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbondefi.xyz/contracts-and-functions/carbonvortex-functions/read-functions/pairdisabled.md).

# pairDisabled()

```solidity
    function pairDisabled(Token token) external view returns (bool);
```

This function returns true/false to indicate if a token pair is disabled for trading.

### Example

{% code overflow="wrap" %}

```solidity
pairDisabled(0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C)
returns (
      false
)
```

{% endcode %}
