PancakeSwap
Launch App
日本語
日本語
  • PancakeSwap Intro
  • Get Started
    • Create a Wallet
    • Get BEP20 Tokens
    • Using PancakeSwap without Centralized Exchanges
    • Connect Your Wallet to PancakeSwap
  • Click Here for Help
    • Troubleshooting Errors
    • General FAQ
    • Fixing Stuck Pending Transactions on MetaMask
    • Binance Academy Guide
  • Contact Us
    • Business Partnerships
    • NFT Market Applications
    • Customer Support
    • Social Accounts & Communities
  • The Kitchen Team
  • Roadmap
  • Brand & Logos
  • Products
    • 🔄Exchange
      • Token Swaps
      • How to Trade
      • Liquidity Pools
      • How to Add/Remove Liquidity
      • 📝Limit Orders
        • Limit Orders FAQ
    • 🚜Yield Farming
      • How to Use Farms
      • How to Use Farms with BscScan
    • 🍯Syrup Pools
      • How to Stake in Syrup Pools
      • Auto CAKE Syrup Pool
      • Syrup Pool FAQ & Troubleshooting
    • 🎟️Lottery v2
      • How to Play Lottery v2
      • Lottery FAQ
    • 🔮Prediction
      • How to Use Prediction
      • Prediction FAQ
      • Prediction Troubleshooting
    • 🖼️NFT Market
    • 🖼️NFT Profile System
      • How to Set Up an NFT Profile
      • Teams
    • 🛍️IFO (Initial Farm Offering)
      • How to Participate in an IFO
      • How to Participate in an IFO with BscScan
      • Contract Details
    • 📈Analytics (Info)
      • Analytics
    • 🗳️Voting
      • How to Vote
      • How to Vote with SafePal Wallet
  • Tokenomics
    • CAKE
      • CAKE Tokenomics
      • Controlling CAKE supply
  • Developers
    • Contributing
      • Codebase Overview
    • Bug Bounty
    • Smart Contracts
      • PancakeSwap Exchange
        • Factory v2
        • Router v2
      • Main Staking/Syrup Pool/MasterChef Contract
      • Auto CAKE Syrup Pool (CakeVault)
      • Prediction V2
      • Lottery v2
Powered by GitBook
On this page
  • Why can’t I see my winnings in my wallet?
  • Why aren't the results of my round showing?
  • I can’t collect my winnings!
  • I can't claim winnings from a prediction round on site.

Was this helpful?

  1. Products
  2. Prediction

Prediction Troubleshooting

PreviousPrediction FAQNextNFT Market

Last updated 3 years ago

Was this helpful?

Use the sidebar to quickly find the answers to your questions!

Why can’t I see my winnings in my wallet?

When you collect winnings, they might not appear in your wallet’s transaction logs as usual. This is because they use a different type of transaction: Internal transactions. Enter your wallet address on BscScan, then check the “Internal Txns” tab to confirm that they’ve arrived.

Why aren't the results of my round showing?

There’s a 15 block buffer on each round, which can cause delays of up to 45 seconds after the end of a round. This buffer is to accommodate for the fact that we may not be able to reliably fetch a price and end a round immediately: various blockchain factors affect the speed in which transactions get confirmed on the network.

I can’t collect my winnings!

Make sure you have enough BNB in your wallet to pay for gas fees. You’ll need a little BNB to trigger the smart contract.

I can't claim winnings from a prediction round on site.

You might be able to claim your winnings directly from the contract. Follow the steps in the 3 tabs below.

How to check the history of rounds you played

  1. Go to BscScan page of Prediction contract.

  2. Scroll down to “8. getUserRounds”.

  3. Type in your wallet address under “user(address)”.

  4. Set “cursor(uint256)" to 0 and “size(uint256)" to 1000.

  5. Tap “Query”

  6. Rounds you entered will show below in the first row. (after “uint256[]:”)

First, check whether you should actually be able to claim from the round you played.

  1. , and go to the Write tab

  2. Scroll down to “4. claimable”.

  3. Type in the round id you want to check under "epoch(uint256)”.

  4. Type in your wallet address under “user(address)”.

  5. Tap “Query”

  6. If a round is claimable, it will show “true”.

  7. If the result is "false". Please repeat the above steps and try with "19. refundable".

  8. Note: ⬆️ If you see a round returns "false" on both "4. claimable" and "19. refundable", but it shows on the website, it's probably been claimed already and the website is lagging.

How to claim

  1. , and go to the Write tab

  2. Tap “🔴 Connect to Web3”

  3. Use MetaMask or WalletConnect to connect.

  4. Scroll down to “3. claim”

  5. Type in the round number you want to claim in this format, including the [] brackets: [12345]

    If you want to claim from multiple rounds together, separate the rounds with a comma like this: [12345,12346,12347]

  6. Tap “Write”

  7. Confirm on wallet

🔮
Go to the **** BscScan page of Prediction contract
Go to the **** BscScan page of Prediction contract