@safe-global/safe-contracts
Version:
Ethereum multisig contract
40 lines (39 loc) • 892 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IProxyCreationCallback",
"sourceName": "contracts/proxies/IProxyCreationCallback.sol",
"abi": [
{
"inputs": [
{
"internalType": "contract SafeProxy",
"name": "proxy",
"type": "address"
},
{
"internalType": "address",
"name": "_singleton",
"type": "address"
},
{
"internalType": "bytes",
"name": "initializer",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "saltNonce",
"type": "uint256"
}
],
"name": "proxyCreated",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}