Open Oracle Framework
  • 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
On this page

Was this helpful?

Oracle Management

Oracle Management

All oracles are able to be managed by their signers, we have built in a lightweight democratic vote system, whereby a signer can propose a change to the contract, and with the threshold being met, can execute these changes. This allows for oracles to change signers/update feeds/update prices/withdraw funds and do other management

Funds that have been donated/paid to the oracle can be withdraw to either a designated address for custom withdraw features to be handled by another contract, or can be split between all signers. This allows for cold wallets to be feed providers, using a contract to send the payment to the cold wallets instead on receive/fallback.

Proposal Types

  • 0 updatePricePass(uintValue)

  • 1 updateThreshold(uintValue)

  • 2 addSigners(addressValue)

  • 3 removeSigner(addressValue)

  • 4 updatePayoutAddress(addressValue)

  • 5 updateRevenueMode(feedId, uintValue)

  • 6 updateFeedCost(feedId, uintValue)

PreviousFront EndNextTime Weighted Average Price using OOF

Last updated 3 years ago

Was this helpful?