{
    "Function": "addItem",
    "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": [
        "onlyOwner",
        "_addItem"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function addItem(uint256 itemCategoryIndex, uint256 estimatorCategoryIndex, address token) external override onlyOwner {\n        _addItem(itemCategoryIndex, estimatorCategoryIndex, token);    \n    }"
}