@safe-global/safe-contracts
Version:
Ethereum multisig contract
36 lines (35 loc) • 748 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ISignatureValidator",
"sourceName": "contracts/interfaces/ISignatureValidator.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes",
"name": "_data",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "_signature",
"type": "bytes"
}
],
"name": "isValidSignature",
"outputs": [
{
"internalType": "bytes4",
"name": "",
"type": "bytes4"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}