UNPKG

@excubiae/contracts

Version:
79 lines (78 loc) 1.61 kB
{ "_format": "hh-sol-artifact-1", "contractName": "AdvancedChecker", "sourceName": "contracts/checker/AdvancedChecker.sol", "abi": [ { "inputs": [], "name": "AlreadyInitialized", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "subject", "type": "address" }, { "internalType": "bytes", "name": "evidence", "type": "bytes" }, { "internalType": "enum Check", "name": "checkType", "type": "uint8" } ], "name": "check", "outputs": [ { "internalType": "bool", "name": "checked", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAppendedBytes", "outputs": [ { "internalType": "bytes", "name": "appendedBytes", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "initialize", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "initialized", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }