{
    "Function": "setPrice",
    "File": "contracts/mocks/mockCurve.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setPrice(uint256 _price) external {\n        price = _price;\n    }"
}