{
    "Function": "commitAndRevert",
    "File": "contracts/operators/ZeroEx/IZeroExOperator.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function commitAndRevert(\n        address self,\n        IERC20 sellToken,\n        IERC20 buyToken,\n        bytes4 swapSelector,\n        bytes calldata swapCallData\n    ) external payable returns (uint256[] memory amounts, address[] memory tokens);"
}