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

# isWithdrawExitedMany

> The isWithdrawExitedMany method check if withdraw has been exited for multiple tokens. It returns boolean value.

The `isWithdrawExitedMany` method check if withdraw has been exited for multiple tokens. It returns boolean value.

```js theme={null}
const erc1155Token = posClient.erc1155(<token address>);

const result = await erc1155Token.isWithdrawExitedMany(<exit tx hash>);

```
