{
    "Function": "claim",
    "File": "contracts/AuraVestedEscrow.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts-0.8/security/ReentrancyGuard.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "nonReentrant",
        "_claim"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function claim(bool _lock) external nonReentrant {\n        _claim(msg.sender, _lock);\n    }"
}