{
    "Function": "addEstimatorToRegistry",
    "File": "contracts/StrategyProxyFactory.sol",
    "Parent Contracts": [
        "contracts/helpers/StringUtils.sol",
        "contracts/helpers/AddressUtils.sol",
        "node_modules/@openzeppelin/contracts/proxy/Initializable.sol",
        "contracts/StrategyProxyFactoryStorage.sol",
        "contracts/interfaces/IStrategyProxyFactory.sol",
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [
        "ITokenRegistry"
    ],
    "Internal Calls": [
        "onlyOwner"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function addEstimatorToRegistry(uint256 estimatorCategoryIndex, address estimator) external onlyOwner {\n        ITokenRegistry(_registry).addEstimator(estimatorCategoryIndex, estimator);\n    }"
}