[
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": true,
                "internalType": "address",
                "name": "parentVault",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "address",
                "name": "comet",
                "type": "address"
            },
            {
                "indexed": false,
                "internalType": "address",
                "name": "cometRewards",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "address",
                "name": "compoundV3Adapter",
                "type": "address"
            }
        ],
        "name": "CreateCompoundV3Adapter",
        "type": "event"
    },
    {
        "inputs": [
            { "internalType": "address", "name": "", "type": "address" },
            { "internalType": "address", "name": "", "type": "address" },
            { "internalType": "address", "name": "", "type": "address" }
        ],
        "name": "compoundV3Adapter",
        "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            { "internalType": "address", "name": "parentVault", "type": "address" },
            { "internalType": "address", "name": "comet", "type": "address" },
            { "internalType": "address", "name": "cometRewards", "type": "address" }
        ],
        "name": "createCompoundV3Adapter",
        "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
        "stateMutability": "nonpayable",
        "type": "function"
    },
    {
        "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
        "name": "isCompoundV3Adapter",
        "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
        "stateMutability": "view",
        "type": "function"
    }
]
