UNPKG

@yplusvault/contract-deployments

Version:
174 lines (173 loc) 5.15 kB
{ "defaultAddress": "0xb6aBc8F02475088065F399Afb36FD601629E03a1", "released": true, "contractName": "GnosisSafeProxyFactory", "version": "1.3.0", "networkAddresses": { "51": "0xb6aBc8F02475088065F399Afb36FD601629E03a1", "50": "0xc9C473A60b757d7c2a28fb158D6Bf5C638bA078c" }, "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "contract GnosisSafeProxy", "name": "proxy", "type": "address" }, { "indexed": false, "internalType": "address", "name": "singleton", "type": "address" } ], "name": "ProxyCreation", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "_singleton", "type": "address" }, { "internalType": "bytes", "name": "initializer", "type": "bytes" }, { "internalType": "uint256", "name": "saltNonce", "type": "uint256" } ], "name": "calculateCreateProxyWithNonceAddress", "outputs": [ { "internalType": "contract GnosisSafeProxy", "name": "proxy", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "singleton", "type": "address" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "createProxy", "outputs": [ { "internalType": "contract GnosisSafeProxy", "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" }, { "internalType": "contract IProxyCreationCallback", "name": "callback", "type": "address" } ], "name": "createProxyWithCallback", "outputs": [ { "internalType": "contract GnosisSafeProxy", "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 GnosisSafeProxy", "name": "proxy", "type": "address" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "proxyCreationCode", "outputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "proxyRuntimeCode", "outputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "pure", "type": "function" } ] }