{
    "Function": "setUnderlyingTwapPrice",
    "File": "contracts/tests/TestOracle.sol",
    "Parent Contracts": [
        "contracts/Oracle.sol",
        "contracts/legos/Governable.sol",
        "node_modules/@openzeppelin/contracts/proxy/utils/Initializable.sol",
        "contracts/legos/Governable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setUnderlyingTwapPrice(address underlying, int256 _price) external {\n        twapPrices[underlying] = _price;\n    }"
}