{
    "Function": "mapSupplyPoints",
    "File": "governance/contracts/wveOLAS.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IVEOLAS"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function mapSupplyPoints(uint256 idx) external view returns (PointVoting memory sPoint) {\n        sPoint = IVEOLAS(ve).mapSupplyPoints(idx);\n    }"
}