{
    "Function": "enableFeeAmount",
    "File": "src/V3FactoryOwner.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IUniswapV3FactoryOwnerActions"
    ],
    "Internal Calls": [
        "_revertIfNotAdmin"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function enableFeeAmount(uint24 _fee, int24 _tickSpacing) external {\n    _revertIfNotAdmin();\n    FACTORY.enableFeeAmount(_fee, _tickSpacing);\n  }"
}