{
    "Function": "distro",
    "File": "contracts/contracts/Voter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "distribute"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function distro() external {\n        distribute(0, pools.length);\n    }"
}