> For the complete documentation index, see [llms.txt](https://docs.mav.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mav.xyz/technical-reference/maverick-v2/v2-contracts/maverick-v2-supplemental-contracts/routerbase/iexactoutputslim.md).

# IExactOutputSlim

**Inherits:** [IRouterErrors](/technical-reference/maverick-v2/v2-contracts/maverick-v2-supplemental-contracts/routerbase/iroutererrors.md)

### Functions <a href="#functions" id="functions"></a>

#### exactOutputSingleMinimal <a href="#exactoutputsingleminimal" id="exactoutputsingleminimal"></a>

```solidity
function exactOutputSingleMinimal(
    address recipient,
    IMaverickV2Pool pool,
    bool tokenAIn,
    uint256 amountOut,
    int32 tickLimit
) external payable returns (uint256 amountIn, uint256 amountOut_);
```

<br>
