witnet-solidity-bridge
Version:
Witnet Solidity Bridge contracts for EVM-compatible chains
65 lines (64 loc) • 1.45 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IWitnetRequestFactory",
"sourceName": "contracts/interfaces/IWitnetRequestFactory.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "template",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "parameterized",
"type": "bool"
}
],
"name": "WitnetRequestTemplateBuilt",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes32[]",
"name": "sourcesIds",
"type": "bytes32[]"
},
{
"internalType": "bytes32",
"name": "aggregatorId",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "tallyId",
"type": "bytes32"
},
{
"internalType": "uint16",
"name": "resultDataMaxSize",
"type": "uint16"
}
],
"name": "buildRequestTemplate",
"outputs": [
{
"internalType": "address",
"name": "template",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}