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