{
    "Function": "poolAllocations",
    "File": "contracts/interfaces/IBonding.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function poolAllocations()\n    external\n    view\n    returns (\n      uint256[] memory poolIds,\n      uint256[] memory allocations,\n      address[] memory distributors\n    );"
}