@secure-ci/core
Version:
Smart contracts for the Secure Contract Interaction protocol
41 lines (40 loc) • 856 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IVerifier",
"sourceName": "contracts/Verifiers/IVerifier.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes32",
"name": "domainHash",
"type": "bytes32"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
}
],
"name": "isVerified",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}