@safe-global/safe-contracts
Version:
Ethereum multisig contract
38 lines (37 loc) • 768 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ISafe",
"sourceName": "contracts/libraries/SafeToL2Migration.sol",
"abi": [
{
"inputs": [],
"name": "VERSION",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "handler",
"type": "address"
}
],
"name": "setFallbackHandler",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}