CentralizedOracleFactory

contract CentralizedOracleFactory
Title:Centralized oracle factory contract - Allows to create centralized oracle contracts
Author:Stefan George - <stefan@gnosis.pm>
event CentralizedOracleCreation(address indexed creator, CentralizedOracle centralizedOracle, bytes ipfsHash)
CentralizedOracle public centralizedOracleMasterCopy
constructor(CentralizedOracle _centralizedOracleMasterCopy)
public
function createCentralizedOracle(bytes memory ipfsHash)
public
returns (CentralizedOracle centralizedOracle)

Creates a new centralized oracle contract

Parameters:
  • ipfsHash – Hash identifying off chain event description
Return:

Oracle contract