Open Oracle Framework
Search
⌃K
Open Oracle Framework
Search
⌃K
Introduction
Subscription Based Models
Data Feeds for Historical Tracking
Oracle Spreadsheet Management and Creation
Oracle Creation
Front End
Oracle Management
Time Weighted Average Price using OOF
Feed Requests
Permissionless Data Requests and Data Providers
Scry NFTs and Licenses
Scry NFT Token
Licensing and Perks
Purchasing a License
SMART CONTRACTS
Solidity Contracts and Interface
OpenOracleFramework.sol
OOFFactory.sol
Deployments
Links
Links
Powered By
GitBook
OOFFactory.sol
This contract is used to generate new Open Oracle Framework Contracts.
oofMint
function oofMint(
address[] memory signers_,
uint256 signerThreshold_,
address payable payoutAddress_,
uint256 subscriptionPassPrice_
)
external
returns(address oof)