> 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-common-contracts/interfaces/imaverickv2flashloancallback.md).

# IMaverickV2FlashLoanCallback

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

#### maverickV2FlashLoanCallback <a href="#maverickv2flashloancallback" id="maverickv2flashloancallback"></a>

```solidity
function maverickV2FlashLoanCallback(
    IERC20 tokenA,
    IERC20 tokenB,
    uint256 amountALent,
    uint256 amountAPayback,
    uint256 amountBLent,
    uint256 amountBPayback,
    bytes calldata data
) external;
```

<br>
