{
    "_format": "hh-sol-artifact-1",
    "contractName": "ConfidentialOracle",
    "sourceName": "contracts/ConfidentialOracle.sol",
    "abi": [
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "verifier",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "_accessControl",
                    "type": "address"
                }
            ],
            "stateMutability": "nonpayable",
            "type": "constructor"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "owner",
                    "type": "address"
                },
                {
                    "internalType": "uint256",
                    "name": "key",
                    "type": "uint256"
                }
            ],
            "name": "getValue",
            "outputs": [
                {
                    "internalType": "uint256",
                    "name": "",
                    "type": "uint256"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "caller",
                    "type": "address"
                },
                {
                    "internalType": "bytes",
                    "name": "proof",
                    "type": "bytes"
                },
                {
                    "internalType": "uint256[3]",
                    "name": "input",
                    "type": "uint256[3]"
                }
            ],
            "name": "setValueMeta",
            "outputs": [],
            "stateMutability": "nonpayable",
            "type": "function"
        }
    ],
    "linkReferences": {},
    "deployedLinkReferences": {}
}
