@excubiae/contracts
Version:
36 lines (35 loc) • 730 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IBaseChecker",
"sourceName": "contracts/interfaces/IBaseChecker.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "subject",
"type": "address"
},
{
"internalType": "bytes",
"name": "evidence",
"type": "bytes"
}
],
"name": "check",
"outputs": [
{
"internalType": "bool",
"name": "checked",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}