[
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": false,
                "internalType": "address",
                "name": "pool",
                "type": "address"
            },
            {
                "indexed": false,
                "internalType": "uint24",
                "name": "newFee",
                "type": "uint24"
            }
        ],
        "name": "FeeAdjustment",
        "type": "event"
    },
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": true,
                "internalType": "address",
                "name": "oldFeeCollector",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "address",
                "name": "newFeeCollector",
                "type": "address"
            }
        ],
        "name": "FeeCollectorChanged",
        "type": "event"
    },
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": true,
                "internalType": "address",
                "name": "token0",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "address",
                "name": "token1",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "uint24",
                "name": "fee",
                "type": "uint24"
            },
            {
                "indexed": false,
                "internalType": "int24",
                "name": "tickSpacing",
                "type": "int24"
            },
            {
                "indexed": false,
                "internalType": "address",
                "name": "pool",
                "type": "address"
            }
        ],
        "name": "PoolCreated",
        "type": "event"
    },
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": false,
                "internalType": "uint24",
                "name": "feeProtocolOld",
                "type": "uint24"
            },
            {
                "indexed": false,
                "internalType": "uint24",
                "name": "feeProtocolNew",
                "type": "uint24"
            }
        ],
        "name": "SetFeeProtocol",
        "type": "event"
    },
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": false,
                "internalType": "address",
                "name": "pool",
                "type": "address"
            },
            {
                "indexed": false,
                "internalType": "uint24",
                "name": "feeProtocolOld",
                "type": "uint24"
            },
            {
                "indexed": false,
                "internalType": "uint24",
                "name": "feeProtocolNew",
                "type": "uint24"
            }
        ],
        "name": "SetPoolFeeProtocol",
        "type": "event"
    },
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": true,
                "internalType": "int24",
                "name": "tickSpacing",
                "type": "int24"
            },
            {
                "indexed": true,
                "internalType": "uint24",
                "name": "fee",
                "type": "uint24"
            }
        ],
        "name": "TickSpacingEnabled",
        "type": "event"
    }
]
