{
    "Function": "getEstimator",
    "File": "contracts/oracles/registries/TokenRegistry.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/GSN/Context.sol",
        "contracts/interfaces/registries/ITokenRegistry.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getEstimator(address token) external view override returns (IEstimator) {\n        return estimators[estimatorCategories[token]];\n    }"
}