UNPKG

@functionx_io/contracts

Version:
60 lines (59 loc) 1.25 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IBridgeOracle", "sourceName": "contracts/interfaces/IBridgeOracle.sol", "abi": [ { "inputs": [ { "internalType": "bytes32", "name": "_chain", "type": "bytes32" }, { "internalType": "address", "name": "_externalAddress", "type": "address" } ], "name": "hasOracle", "outputs": [ { "internalType": "bool", "name": "_result", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_chain", "type": "bytes32" }, { "internalType": "address", "name": "_externalAddress", "type": "address" } ], "name": "isOracleOnline", "outputs": [ { "internalType": "bool", "name": "_result", "type": "bool" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }