{
    "Function": "setFixedPrice",
    "File": "src/Oracle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyOperator"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setFixedPrice(address token, uint price) public onlyOperator { fixedPrices[token] = price; }"
}