{
    "Function": "constructor",
    "File": "contracts/contracts/Voter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IVotingEscrow"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address __ve, address _factory, address  _gauges, address _bribes) {\n        _ve = __ve;\n        factory = _factory;\n        base = IVotingEscrow(__ve).token();\n        gaugefactory = _gauges;\n        bribefactory = _bribes;\n        minter = msg.sender;\n        governor = msg.sender;\n        emergencyCouncil = msg.sender;\n    }"
}