{
    "Function": "mapSlopeChanges",
    "File": "governance/contracts/wveOLAS.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IVEOLAS"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function mapSlopeChanges(uint64 ts) external view returns (int128 slopeChange) {\n        slopeChange = IVEOLAS(ve).mapSlopeChanges(ts);\n    }"
}