-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4b37ab
commit c8e51a9
Showing
8 changed files
with
1,148 additions
and
1,204 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
184 changes: 92 additions & 92 deletions
184
Multi-Chain/safe/abis/GnosisSafeProxyFactory_v1.0.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,92 @@ | ||
[ | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "_mastercopy", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "initializer", | ||
"type": "bytes" | ||
}, | ||
{ | ||
"name": "saltNonce", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "createProxyWithNonce", | ||
"outputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [], | ||
"name": "proxyCreationCode", | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "bytes" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "pure", | ||
"type": "function" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "masterCopy", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "data", | ||
"type": "bytes" | ||
} | ||
], | ||
"name": "createProxy", | ||
"outputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [], | ||
"name": "proxyRuntimeCode", | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "bytes" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "pure", | ||
"type": "function" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"name": "proxy", | ||
"type": "address" | ||
} | ||
], | ||
"name": "ProxyCreation", | ||
"type": "event" | ||
} | ||
] | ||
[ | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "_mastercopy", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "initializer", | ||
"type": "bytes" | ||
}, | ||
{ | ||
"name": "saltNonce", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "createProxyWithNonce", | ||
"outputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [], | ||
"name": "proxyCreationCode", | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "bytes" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "pure", | ||
"type": "function" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "masterCopy", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "data", | ||
"type": "bytes" | ||
} | ||
], | ||
"name": "createProxy", | ||
"outputs": [ | ||
{ | ||
"name": "proxy", | ||
"type": "address" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [], | ||
"name": "proxyRuntimeCode", | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "bytes" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "pure", | ||
"type": "function" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"name": "proxy", | ||
"type": "address" | ||
} | ||
], | ||
"name": "ProxyCreation", | ||
"type": "event" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,4 +166,4 @@ | |
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,4 +160,4 @@ | |
"stateMutability": "pure", | ||
"type": "function" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,4 @@ | |
"ethers": "^5.7.2", | ||
"typescript": "4.5.5" | ||
} | ||
} | ||
} |
Oops, something went wrong.