{
    "Function": "add",
    "File": "contracts/tests/RebatePoolMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Rebates"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "addToPool"
    ],
    "Low-Level Calls": [],
    "Code": "function add(uint256 _indexerFees, uint256 _indexerAllocatedStake) external {\n        rebatePool.addToPool(_indexerFees, _indexerAllocatedStake);\n    }"
}