[
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": true,
                "internalType": "address",
                "name": "parentVault",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "address",
                "name": "morphoVaultV1",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "address",
                "name": "morphoVaultV1Adapter",
                "type": "address"
            }
        ],
        "name": "CreateMorphoVaultV1Adapter",
        "type": "event"
    },
    {
        "inputs": [
            { "internalType": "address", "name": "parentVault", "type": "address" },
            { "internalType": "address", "name": "morphoVaultV1", "type": "address" }
        ],
        "name": "createMorphoVaultV1Adapter",
        "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
        "stateMutability": "nonpayable",
        "type": "function"
    },
    {
        "inputs": [
            { "internalType": "address", "name": "account", "type": "address" }
        ],
        "name": "isMorphoVaultV1Adapter",
        "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            { "internalType": "address", "name": "parentVault", "type": "address" },
            { "internalType": "address", "name": "morphoVaultV1", "type": "address" }
        ],
        "name": "morphoVaultV1Adapter",
        "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
        "stateMutability": "view",
        "type": "function"
    }
]
