@safe-global/safe-deployments
Version:
Collection of Safe singleton deployments
279 lines (278 loc) • 6.29 kB
JSON
{
"released": true,
"contractName": "SafeProxyFactory",
"version": "1.5.0",
"deployments": {
"canonical": {
"address": "0x14F2982D601c9458F93bd70B218933A6f8165e7b",
"codeHash": "0x967dae4cda22b0c9ef7f31b010bdc1ceb0af9904b0c3dc060b5302e4c18a4529"
}
},
"networkAddresses": {
"1": "canonical",
"63": "canonical",
"756": "canonical",
"757": "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",
"13441": "canonical",
"20994": "canonical",
"32380": "canonical",
"38833": "canonical",
"42431": "canonical",
"49088": "canonical",
"88811": "canonical",
"88817": "canonical",
"102030": "canonical",
"181228": "canonical",
"190415": "canonical",
"369369": "canonical",
"613419": "canonical",
"843843": "canonical",
"1440000": "canonical",
"1449000": "canonical",
"11155111": "canonical",
"11155931": "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"
}
]
}