{
    "Function": "constructor",
    "File": "contracts/VTVLVesting.sol",
    "Parent Contracts": [
        "contracts/AccessProtected.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "require(bool,string)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(IERC20 _tokenAddress) {\n        require(address(_tokenAddress) != address(0), \"INVALID_ADDRESS\");\n        tokenAddress = _tokenAddress;\n    }"
}