{
    "Function": "setPrice",
    "File": "contracts/contracts/mocks/OracleManagerMock.sol",
    "Parent Contracts": [
        "contracts/contracts/interfaces/IOracleManager.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "adminOnly"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setPrice(int256 newPrice) public adminOnly {\n    currentPrice = newPrice;\n  }"
}