{
    "Function": "distribute",
    "File": "contracts/contracts/Voter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "distribute"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function distribute(address[] memory _gauges) external {\n        for (uint x = 0; x < _gauges.length; x++) {\n            distribute(_gauges[x]);\n        }\n    }"
}