UNPKG

@safe-global/safe-deployments

Version:
247 lines (246 loc) 5.46 kB
{ "released": true, "contractName": "SafeProxyFactory", "version": "1.5.0", "deployments": { "canonical": { "address": "0x14F2982D601c9458F93bd70B218933A6f8165e7b", "codeHash": "0x967dae4cda22b0c9ef7f31b010bdc1ceb0af9904b0c3dc060b5302e4c18a4529" } }, "networkAddresses": { "1": "canonical", "11155111": "canonical" }, "abi": [ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "contract SafeProxy", "name": "proxy", "type": "address" }, { "indexed": false, "internalType": "address", "name": "singleton", "type": "address" }, { "indexed": false, "internalType": "bytes", "name": "initializer", "type": "bytes" }, { "indexed": false, "internalType": "uint256", "name": "saltNonce", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "chainId", "type": "uint256" } ], "name": "ChainSpecificProxyCreationL2", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "contract SafeProxy", "name": "proxy", "type": "address" }, { "indexed": false, "internalType": "address", "name": "singleton", "type": "address" } ], "name": "ProxyCreation", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "contract SafeProxy", "name": "proxy", "type": "address" }, { "indexed": false, "internalType": "address", "name": "singleton", "type": "address" }, { "indexed": false, "internalType": "bytes", "name": "initializer", "type": "bytes" }, { "indexed": false, "internalType": "uint256", "name": "saltNonce", "type": "uint256" } ], "name": "ProxyCreationL2", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "_singleton", "type": "address" }, { "internalType": "bytes", "name": "initializer", "type": "bytes" }, { "internalType": "uint256", "name": "saltNonce", "type": "uint256" } ], "name": "createChainSpecificProxyWithNonce", "outputs": [ { "internalType": "contract SafeProxy", "name": "proxy", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_singleton", "type": "address" }, { "internalType": "bytes", "name": "initializer", "type": "bytes" }, { "internalType": "uint256", "name": "saltNonce", "type": "uint256" } ], "name": "createChainSpecificProxyWithNonceL2", "outputs": [ { "internalType": "contract SafeProxy", "name": "proxy", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_singleton", "type": "address" }, { "internalType": "bytes", "name": "initializer", "type": "bytes" }, { "internalType": "uint256", "name": "saltNonce", "type": "uint256" } ], "name": "createProxyWithNonce", "outputs": [ { "internalType": "contract SafeProxy", "name": "proxy", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_singleton", "type": "address" }, { "internalType": "bytes", "name": "initializer", "type": "bytes" }, { "internalType": "uint256", "name": "saltNonce", "type": "uint256" } ], "name": "createProxyWithNonceL2", "outputs": [ { "internalType": "contract SafeProxy", "name": "proxy", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "getChainId", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "proxyCreationCode", "outputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "pure", "type": "function" } ] }