[
    {
        "type": "event",
        "name": "PoolBoosted",
        "inputs": [
            {
                "name": "poolId",
                "type": "bytes32",
                "indexed": false,
                "internalType": "PoolId"
            },
            {
                "name": "startTime",
                "type": "uint64",
                "indexed": false,
                "internalType": "uint64"
            },
            {
                "name": "endTime",
                "type": "uint64",
                "indexed": false,
                "internalType": "uint64"
            },
            {
                "name": "rate0",
                "type": "uint112",
                "indexed": false,
                "internalType": "uint112"
            },
            {
                "name": "rate1",
                "type": "uint112",
                "indexed": false,
                "internalType": "uint112"
            }
        ],
        "anonymous": false
    }
]
