> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polygon.technology/llms.txt
> Use this file to discover all available pages before exploring further.

# isWithdrawExited

> The isWithdrawExited method can be used to know whether the withdraw has been exited or not.

The `isWithdrawExited` method can be used to know whether the withdraw has been exited or not.

```js theme={null}
const erc20RootToken = posClient.erc20(<root token address>,true);

const isExited = await erc20Token.isWithdrawExited(<burn tx hash>);
```
