Open Oracle Framework
Search…
Open Oracle Framework
Introduction
Subscription Based Models
Data Feeds for Historical Tracking
Oracle Creation
Oracle Management
Time Weighted Average Price using OOF
Feed Requests
SMART CONTRACTS
OpenOracleFramework.sol
OOFFactory.sol
Deployments
Links
Links
Powered By
GitBook
OOFFactory.sol
This contract is used to generate new Open Oracle Framework Contracts.
oofMint
1
function oofMint(
2
address[] memory signers_,
3
uint256 signerThreshold_,
4
address payable payoutAddress_,
5
uint256 subscriptionPassPrice_
6
)
7
external
8
returns(address oof)
Copied!