@safe-global/safe-contracts
Version:
Ethereum multisig contract
38 lines (37 loc) • 761 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "GuardManager",
"sourceName": "contracts/base/GuardManager.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "guard",
"type": "address"
}
],
"name": "ChangedGuard",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "guard",
"type": "address"
}
],
"name": "setGuard",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}