> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://www.getfoundry.sh/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

## `assumePayable`

### Signature

```solidity
function assumePayable(address addr) public;
```

### Description

Uses [`assume`](/reference/cheatcodes/assume.mdx) to filter addresses that reject Ether transfers.

This makes an external call to the specified `addr` with a no calldata and checks `assume` against the success of the call.
