{
    "Function": "beneficiary",
    "File": "contracts/peripheral_contracts/VestingWallet.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function beneficiary() public view virtual returns (address) {\n        return _beneficiary;\n    }"
}