@safe-global/safe-contracts
Version:
Ethereum multisig contract
25 lines (24 loc) • 505 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ISafe",
"sourceName": "contracts/examples/guards/OnlyOwnersGuard.sol",
"abi": [
{
"inputs": [],
"name": "getOwners",
"outputs": [
{
"internalType": "address[]",
"name": "",
"type": "address[]"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}