{
    "Function": "getOffer",
    "File": "contracts/interfaces/IRubiconMarket.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getOffer(uint256 id)\n        external\n        view\n        returns (\n            uint256,\n            IERC20,\n            uint256,\n            IERC20\n        );"
}