{
    "Function": "withdrawExpiredLocksTo",
    "File": "contracts/VE3DLocker.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol",
        "node_modules/@openzeppelin/contracts/security/ReentrancyGuard.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_processExpiredLocks",
        "nonReentrant"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdrawExpiredLocksTo(address _withdrawTo) external nonReentrant {\n        _processExpiredLocks(msg.sender, false, _withdrawTo, msg.sender, 0);\n    }"
}