{
    "Function": "getRewardSystemContracts",
    "File": "contracts/interfaces/IStabilizedPoolFactory.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getRewardSystemContracts(address pool)\n    external\n    view\n    returns (\n      address vestingDistributor,\n      address linearDistributor,\n      address rewardOverflow,\n      address rewardThrottle\n    );"
}