Documentation
  • PROTOCOL
    • About
    • Glossary
    • Protocol Roles
      • Creators
        • Creator NFT (mNFT)
      • Players
      • Analysts
        • Analyst NFT (vNFT)
      • Dispute Resolution
        • High Guard
    • FORE Markets
      • Market Types
      • Payout Logic
      • Protocol Rewards
    • Market Phases
      • Creation Phase
      • Participation Phase
      • Validation Phase
      • Dispute Phase
      • Resolution Phase
    • Protocol Rewards
      • Player Rewards
      • Infrastructure Rewards
      • NFT Tiers
    • NFT Marketplace
    • Config
      • Protocol Config
      • Market Config
  • DEVELOPERS
    • Addresses and Config
    • Smart Contracts
      • ForeMarkets (Factory)
      • ForeMarket
      • ProtocolConfig
      • MarketConfig
      • ForeAnalysts
      • ForeToken
    • IPFS
      • Verifier NFT Metadata Format
      • Market NFT Metadata Format
      • Market Object Format
      • Base58 <->Bytes32
Powered by GitBook
On this page
  • disputePrice
  • disputePrice
  • verificationPeriod
  • burnFee
  • foundationFee
  • revenueFee
  • marketCreatorFee
  • verificationFee
  • config
  • feesSum
  1. DEVELOPERS
  2. Smart Contracts

MarketConfig

disputePrice

Returns dispute price in Fore tokens

disputePrice

Returns dispute period in seconds

verificationPeriod

Returns verification period in seconds

burnFee

Returns burn fee, where 1 = 0.01%

foundationFee

Returns foundation fee, where 1 = 0.01%

revenueFee

Returns revenue fee, where 1 = 0.01%

marketCreatorFee

Returns market creator(market owner) fee, where 1 = 0.01%

verificationFee

Returns verification fee, where 1 = 0.01%

config

Returns all config valuesInput/OutputData TypeVariable NameCommentoutputuint256N/AdisputePriceoutputuint256N/AdisputePeriodoutputuint256N/AverificationPeriodoutputuint256N/AburnFeeoutputuint256N/AfoundationFeeoutputuint256N/ArevenueFeeoutputuint256N/AmarketCreatorFeeoutputuint256N/AverificationFee

feesSum

Returns sum of all fees (1 = 0.01%)Input/OutputData TypeVariable NameCommentoutputuint256N/AfeesSum

PreviousProtocolConfigNextForeAnalysts

Last updated 2 years ago