{
    "Function": "constructor",
    "File": "contracts/ClaimFeesHelper.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        address _booster,\n        address _voterProxy,\n        address _feeDistro\n    ) {\n        booster = IBooster(_booster);\n        voterProxy = _voterProxy;\n        feeDistro = IFeeDistributor(_feeDistro);\n    }"
}