{
    "released": true,
    "contractName": "ExtensibleFallbackHandler",
    "version": "1.5.0",
    "deployments": {
        "canonical": {
            "address": "0x85a8ca358D388530ad0fB95D0cb89Dd44Fc242c3",
            "codeHash": "0xba5bafdfba82e226b6dc8ae29bedf5026bd854ab4bee00128ca322717a5f2acf"
        }
    },
    "networkAddresses": {
        "1": "canonical",
        "63": "canonical",
        "756": "canonical",
        "757": "canonical",
        "1672": "canonical",
        "1995": "canonical",
        "2201": "canonical",
        "4153": "canonical",
        "4217": "canonical",
        "4326": "canonical",
        "5003": "canonical",
        "5424": "canonical",
        "5887": "canonical",
        "7979": "canonical",
        "8150": "canonical",
        "8453": "canonical",
        "9302": "canonical",
        "9746": "canonical",
        "13441": "canonical",
        "20994": "canonical",
        "25363": "canonical",
        "32380": "canonical",
        "36900": "canonical",
        "38833": "canonical",
        "42431": "canonical",
        "46630": "canonical",
        "49088": "canonical",
        "88811": "canonical",
        "88817": "canonical",
        "102030": "canonical",
        "181228": "canonical",
        "190415": "canonical",
        "369369": "canonical",
        "613419": "canonical",
        "747474": "canonical",
        "843843": "canonical",
        "1440000": "canonical",
        "1449000": "canonical",
        "11142220": "canonical",
        "11155111": "canonical",
        "11155931": "canonical"
    },
    "abi": [
        {
            "anonymous": false,
            "inputs": [
                {
                    "indexed": true,
                    "internalType": "contract ISafe",
                    "name": "safe",
                    "type": "address"
                },
                {
                    "indexed": false,
                    "internalType": "bytes4",
                    "name": "interfaceId",
                    "type": "bytes4"
                }
            ],
            "name": "AddedInterface",
            "type": "event"
        },
        {
            "anonymous": false,
            "inputs": [
                {
                    "indexed": true,
                    "internalType": "contract ISafe",
                    "name": "safe",
                    "type": "address"
                },
                {
                    "indexed": false,
                    "internalType": "bytes32",
                    "name": "domainSeparator",
                    "type": "bytes32"
                },
                {
                    "indexed": false,
                    "internalType": "contract ISafeSignatureVerifier",
                    "name": "oldVerifier",
                    "type": "address"
                },
                {
                    "indexed": false,
                    "internalType": "contract ISafeSignatureVerifier",
                    "name": "newVerifier",
                    "type": "address"
                }
            ],
            "name": "ChangedDomainVerifier",
            "type": "event"
        },
        {
            "anonymous": false,
            "inputs": [
                {
                    "indexed": true,
                    "internalType": "contract ISafe",
                    "name": "safe",
                    "type": "address"
                },
                {
                    "indexed": false,
                    "internalType": "bytes4",
                    "name": "selector",
                    "type": "bytes4"
                },
                {
                    "indexed": false,
                    "internalType": "bytes32",
                    "name": "oldMethod",
                    "type": "bytes32"
                },
                {
                    "indexed": false,
                    "internalType": "bytes32",
                    "name": "newMethod",
                    "type": "bytes32"
                }
            ],
            "name": "ChangedSafeMethod",
            "type": "event"
        },
        {
            "anonymous": false,
            "inputs": [
                {
                    "indexed": true,
                    "internalType": "contract ISafe",
                    "name": "safe",
                    "type": "address"
                },
                {
                    "indexed": false,
                    "internalType": "bytes4",
                    "name": "interfaceId",
                    "type": "bytes4"
                }
            ],
            "name": "RemovedInterface",
            "type": "event"
        },
        {
            "stateMutability": "nonpayable",
            "type": "fallback"
        },
        {
            "inputs": [
                {
                    "internalType": "bytes4",
                    "name": "_interfaceId",
                    "type": "bytes4"
                },
                {
                    "internalType": "bytes32[]",
                    "name": "handlerWithSelectors",
                    "type": "bytes32[]"
                }
            ],
            "name": "addSupportedInterfaceBatch",
            "outputs": [],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "contract ISafe",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "bytes32",
                    "name": "",
                    "type": "bytes32"
                }
            ],
            "name": "domainVerifiers",
            "outputs": [
                {
                    "internalType": "contract ISafeSignatureVerifier",
                    "name": "",
                    "type": "address"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "bytes32",
                    "name": "_hash",
                    "type": "bytes32"
                },
                {
                    "internalType": "bytes",
                    "name": "signature",
                    "type": "bytes"
                }
            ],
            "name": "isValidSignature",
            "outputs": [
                {
                    "internalType": "bytes4",
                    "name": "magic",
                    "type": "bytes4"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "uint256[]",
                    "name": "",
                    "type": "uint256[]"
                },
                {
                    "internalType": "uint256[]",
                    "name": "",
                    "type": "uint256[]"
                },
                {
                    "internalType": "bytes",
                    "name": "",
                    "type": "bytes"
                }
            ],
            "name": "onERC1155BatchReceived",
            "outputs": [
                {
                    "internalType": "bytes4",
                    "name": "",
                    "type": "bytes4"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "uint256",
                    "name": "",
                    "type": "uint256"
                },
                {
                    "internalType": "uint256",
                    "name": "",
                    "type": "uint256"
                },
                {
                    "internalType": "bytes",
                    "name": "",
                    "type": "bytes"
                }
            ],
            "name": "onERC1155Received",
            "outputs": [
                {
                    "internalType": "bytes4",
                    "name": "",
                    "type": "bytes4"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "uint256",
                    "name": "",
                    "type": "uint256"
                },
                {
                    "internalType": "bytes",
                    "name": "",
                    "type": "bytes"
                }
            ],
            "name": "onERC721Received",
            "outputs": [
                {
                    "internalType": "bytes4",
                    "name": "",
                    "type": "bytes4"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "bytes4",
                    "name": "_interfaceId",
                    "type": "bytes4"
                },
                {
                    "internalType": "bytes4[]",
                    "name": "selectors",
                    "type": "bytes4[]"
                }
            ],
            "name": "removeSupportedInterfaceBatch",
            "outputs": [],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "contract ISafe",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "bytes4",
                    "name": "",
                    "type": "bytes4"
                }
            ],
            "name": "safeInterfaces",
            "outputs": [
                {
                    "internalType": "bool",
                    "name": "",
                    "type": "bool"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "contract ISafe",
                    "name": "",
                    "type": "address"
                },
                {
                    "internalType": "bytes4",
                    "name": "",
                    "type": "bytes4"
                }
            ],
            "name": "safeMethods",
            "outputs": [
                {
                    "internalType": "bytes32",
                    "name": "",
                    "type": "bytes32"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "bytes32",
                    "name": "domainSeparator",
                    "type": "bytes32"
                },
                {
                    "internalType": "contract ISafeSignatureVerifier",
                    "name": "newVerifier",
                    "type": "address"
                }
            ],
            "name": "setDomainVerifier",
            "outputs": [],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "bytes4",
                    "name": "selector",
                    "type": "bytes4"
                },
                {
                    "internalType": "bytes32",
                    "name": "newMethod",
                    "type": "bytes32"
                }
            ],
            "name": "setSafeMethod",
            "outputs": [],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "bytes4",
                    "name": "interfaceId",
                    "type": "bytes4"
                },
                {
                    "internalType": "bool",
                    "name": "supported",
                    "type": "bool"
                }
            ],
            "name": "setSupportedInterface",
            "outputs": [],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "bytes4",
                    "name": "interfaceId",
                    "type": "bytes4"
                }
            ],
            "name": "supportsInterface",
            "outputs": [
                {
                    "internalType": "bool",
                    "name": "",
                    "type": "bool"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        }
    ]
}
