{
    "Function": "placeOffer",
    "File": "contracts/interfaces/IBathToken.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function placeOffer(\n        uint256 pay_amt,\n        IERC20 pay_gem,\n        uint256 buy_amt,\n        IERC20 buy_gem\n    ) external returns (uint256);"
}