@functionx_io/contracts
Version:
Smart Contract library for Solidity
60 lines (59 loc) • 1.25 kB
JSON
{
"_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": {}
}