Complete transparency through open data. Every metric is verifiable, every payout is recorded, and all challenge data is published for the community to analyze.
Total Traders On-Chain
Overall Pass Rate
Total Paid Out
Complete reference for verifying OpenFunded data on the Polygon blockchain. All records are permanent and publicly queryable.
Contract Address
Deployed on Polygon Mainnet
0x8d9Cb26f2d3679990a6e0B4e975c71FE653d271egetTrader(bytes32 traderId)Query trader by ID: registration date, funded status, funded date, total challenges, payouts, and earnings.
getTraderCount()Returns total number of traders registered on-chain.
getChallenge(bytes32 challengeId)Query challenge by ID: phase, account size, status, final P&L, trading days, breach flag.
getChallengeCount()Returns total number of challenges recorded on-chain.
getPayout(bytes32 payoutId)Query payout by ID: trader ID, challenge ID, amount (cents), timestamp, status.
getPayoutCount()Returns total number of payouts recorded on-chain.
getStats(uint256 date)Query daily stats by date: active/passed/failed challenges, funded traders, total payouts.
getStatsCount()Returns total number of daily stat entries published.
ID Format: IDs are stored as bytes32 (64 hex characters). When you copy an ID from our tables, it's automatically padded to the correct format for blockchain queries.