[
    {
        "constant": true,
        "inputs": [],
        "name": "proxyCreationCode",
        "outputs": [
            {
                "internalType": "bytes",
                "name": "",
                "type": "bytes"
            }
        ],
        "payable": false,
        "stateMutability": "pure",
        "type": "function"
    },
    {
        "constant": false,
        "inputs": [
            {
                "internalType": "address",
                "name": "masterCopy",
                "type": "address"
            },
            {
                "internalType": "uint256",
                "name": "saltNonce",
                "type": "uint256"
            },
            {
                "internalType": "address",
                "name": "fallbackHandler",
                "type": "address"
            },
            {
                "internalType": "address",
                "name": "to",
                "type": "address"
            },
            {
                "internalType": "uint256",
                "name": "value",
                "type": "uint256"
            },
            {
                "internalType": "bytes",
                "name": "data",
                "type": "bytes"
            },
            {
                "internalType": "enum Enum.Operation",
                "name": "operation",
                "type": "uint8"
            }
        ],
        "name": "createProxyAndExecTransaction",
        "outputs": [
            {
                "internalType": "bool",
                "name": "execTransactionSuccess",
                "type": "bool"
            }
        ],
        "payable": false,
        "stateMutability": "nonpayable",
        "type": "function"
    }
]
