Online drawings and prize games have existed for decades. Most work the same way: you deposit, you trust that the platform is honest, you try your luck — and if you win, you hope to get paid. Trust is always at the center of the equation, but it can rarely be verified.
Flip Hop was built on a different premise: trust shouldn’t depend on anyone’s good will. It should be backed by technical infrastructure that anyone can inspect — both directly on the blockchain and on the site’s own pages, which display data read live from the contract.
This post analyzes the concrete differences between Flip Hop and the most common models, and shows exactly where you can verify each number for yourself.
Flip Hop’s Real Data — Where to Find It and What It Means
One of Flip Hop’s most distinctive features is that the platform’s performance data — how many rounds have happened, how many winners, how much has been distributed — aren’t numbers produced by marketing. They come directly from the smart contract on the blockchain, displayed in real time on the site.
| When you go to fliphop.club/en/winners, the numbers that appear on screen are read live from the on-chain contract. The site is just a display interface — the source of truth is the contract. |
What You’ll Find on the Winners Page (fliphop.club/en/winners)
- Total rounds held so far
- Number of confirmed unique winners
- Total amount distributed in prizes (in USDC)
- Individual history of each round: date, winner, prize amount, number of tickets
- A direct link to each prize transaction on Basescan
This data updates automatically with each round. There’s no manual editing, no curation — the contract records it and the site displays it.
What the On-Chain Data Confirms as of June 15, 2026
| Data point | Value / Source |
| Contract deployed on | June 6, 2026 (Basescan — contract creation date) |
| Rounds with a confirmed winner | 4 rounds (4 Claim Prize events in the contract) |
| Unique buyer wallets | 6 different wallets (Unique addresses across the 16 ticket purchases) |
| Total transactions in the contract | 23 transactions (Basescan — all verifiable) |
| Currency of all payments | USDC (1 USDC ≈ $1) (Verified ERC-20 token: 0x833589…) |
| Randomness of each drawing | Chainlink VRF (VRF address in the contract’s events) |
| Contract code | Public, MIT license (github.com/fliphopclub) |
Note: To see the exact total distributed in prizes and the average tickets per round, go to the fliphop.club/en/winners page — these values are rendered live from the contract and update with each round. The numbers above reflect what is verifiable directly on Basescan without authentication.
Complete Guide: Where to Verify Each Data Point
This is the practical difference between Flip Hop and a traditional drawing. On conventional platforms, you have no way to verify anything beyond what the company decides to show you. On Flip Hop, every number has an independent source.
| What you want to know | Where to find it on the site | Where to confirm it on the blockchain |
| How many rounds have happened | Winners page → round counter at the top | Basescan → closedDrawsCount function in the contract |
| How many unique winners | Winners page → complete list with addresses | Basescan → filtered WinnerDeclared events |
| Total amount distributed in prizes | Winners page → accumulated total displayed | Basescan → sum of PrizeClaimed events |
| Prize amount of each round | Winners page → history by round | Basescan → each Claim Prize with its USDC amount |
| Average tickets per round | Winners page → individual round history | Basescan → entriesByDraw function by drawId |
| Who won each round | Winners page → winner’s address by date | Basescan → WinnerDeclared event with the address |
| Randomness of the drawing | Transparency page → explanation of Chainlink VRF | Basescan → requestId and randomWord in each drawing |
| Accumulated rollover for the next round | Main dashboard → current pool balance | Basescan → USDC balance of the contract address |
| The platform’s rules code | fliphop.club/en/rules → rules in plain language | github.com/fliphopclub → the contract’s source code |
Why This Matters — the Structural Problem With Other Models
Most online drawings and prize platforms share an architectural problem: verifying the result depends on the very company that operates the system.
| How it works in traditional, centralized models Whoever runs the drawing also declares the winner → Whoever declares the winner also makes the payment → Whoever makes the payment controls the records → Whoever controls the records could, in theory, alter them — and the user has no independent tool to verify any of these steps. |
This doesn’t mean all centralized platforms are dishonest. Most aren’t. But it does mean the user is always in a position of blind trust — with no independent tools to verify what happened.
| In a centralized system, transparency is a promise. In an on-chain system, transparency is a technical property — verifiable by anyone with internet access. |
The Three Most Common Models — and Where Each Falls Short
1. Traditional lotteries and drawings
Regulated, with a track record and external oversight. The audit process exists, but it’s periodic, internal, or bureaucratic. The user has no access to the drawing logic on a per-transaction basis — they trust the institution and the regulator.
2. Centralized online entertainment platforms
Many have external RNG (random number generator) certifications. But the certificate is issued periodically, not per individual drawing. Between one audit and the next, parameters can be changed. When something goes wrong, the only recourse is the company’s own support.
3. Crypto projects without real verification
The crypto ecosystem brought the promise of on-chain transparency, but many projects fail to deliver. Unverified smart contracts, closed source code, anonymous teams. The blockchain solves the custody problem — but it doesn’t solve the design problem if the contract isn’t auditable.
What Flip Hop Does Differently — 5 Concrete Distinctions
1. Results verifiable by anyone, at any time
Each round ends with a public transaction. Every prize paid has a transaction hash. You don’t need to ask the platform to confirm — go to fliphop.club/en/winners and see the data live, or go to Basescan and confirm each transaction at the source.
2. Verifiable randomness — Chainlink VRF
Most platforms use internal RNGs or ones with periodic certification. Flip Hop uses Chainlink VRF, which generates randomness on the blockchain itself with a cryptographic proof for each drawing. No one — not even the Flip Hop team — can predict or influence the generated number.
3. A public smart contract with open source code
Flip Hop’s rules aren’t in a PDF or only in the terms of service — they’re written in code in the verified smart contract, available on Basescan e no GitHub (MIT license). Any developer can read it: ticket price, payout structure, rollover logic, minimum participants.
4. USDC — a stable currency, with no risk of devaluation
Crypto platforms often pay in volatile tokens. The advertised prize can be worth 40% less on the day of withdrawal. Flip Hop uses USDC, a dollar-backed stablecoin: 1 USDC ≈ $1, always. The prize you see is the prize you receive.
5. Global access without a bank account
Traditional lotteries require local documentation, a bank account, residency. Flip Hop works with Google login (no prior wallet) or any Web3 wallet — a user in Brazil, Nigeria, or the Philippines has the same access, under the same conditions, with the same rules.
How to Verify in Practice — Step by Step
You don’t need to understand blockchain to confirm Flip Hop’s information. There are two levels of verification:
Level 1 — Via the site (easiest, live data from the contract)
- Go to
- View the dashboard: rounds held, total winners, total amount distributed
- Click on any round to see: date, winner’s address, prize amount, tickets sold
- Each round has a direct link to the transaction on Basescan
Level 2 — Via Basescan (independent verification, no need for the site)
- Go to
basescan.org/address/0x9F03D710B6B258A28552dB5A87CB08Eb4881DB18
- In the Transactions tab: see all purchases (Buy Tickets), prizes claimed (Claim Prize), and commissions (Claim Affiliate)
- In the Token Transfers (ERC-20) tab: see each USDC transfer with its exact amount
Click on any Claim Prize transaction to see the exact amount of the prize paid
- In the Contract → Read Contract tab: query functions like closedDrawsCount (total rounds) and entriesByDraw (tickets per round)
What Flip Hop Doesn’t Promise
Real transparency includes being clear about limitations. Flip Hop is different in several technical respects — but that doesn’t mean it eliminates all risks.
| Limitations Flip Hop explicitly acknowledges • Rounds don’t happen if fewer than 5 unique wallets participate (rollover) • Availability varies by jurisdiction — some regions have restrictions • The expected value per ticket is lower than the cost — as in any pool system • Formal external audit still in process — the contract is publicly verifiable • Network and provider fees may apply depending on the withdrawal method |
The Difference Is in the Architecture — and You Can Confirm It Now
You don’t have to believe that Flip Hop is different. You can verify it — on the site, with live data from the contract, or directly on the blockchain, without depending on the platform.
That’s the distinction that matters. Not the size of the prize, not the interface design, not the marketing. It’s the real possibility of independent verification that changes the nature of trust.