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