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