@safe-global/safe-deployments
Version:
Collection of Safe singleton deployments
132 lines (131 loc) • 2.79 kB
JSON
{
"released": true,
"contractName": "SafeMigration",
"version": "1.5.0",
"deployments": {
"canonical": {
"address": "0x6439e7ABD8Bb915A5263094784C5CF561c4172AC",
"codeHash": "0x52d7472fa02c3a574544f9b5a4ed4c7777e4e3315217e368926b51e1cc6014ea"
}
},
"networkAddresses": {
"1": "canonical",
"11155111": "canonical"
},
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "safeSingleton",
"type": "address"
},
{
"internalType": "address",
"name": "safeL2Singleton",
"type": "address"
},
{
"internalType": "address",
"name": "fallbackHandler",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "singleton",
"type": "address"
}
],
"name": "ChangedMasterCopy",
"type": "event"
},
{
"inputs": [],
"name": "MIGRATION_SINGLETON",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "SAFE_FALLBACK_HANDLER",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "SAFE_L2_SINGLETON",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "SAFE_SINGLETON",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "migrateL2Singleton",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "migrateL2WithFallbackHandler",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "migrateSingleton",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "migrateWithFallbackHandler",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
}