View previous winners and verify draws with our provably fair system
Verify any raffle draw, giveaway, or slot reward result
When a raffle draw is initiated, a cryptographically secure random 64-character hex string is generated as the server seed.
The client seed is built from public data: period_id:total_tickets:participants
period_id:total_tickets:participants
Seeds are combined as server:client:nonce and hashed with SHA-256 to produce a proof hash.
server:client:nonce
First 16 hex chars of hash → integer → (int % total) + 1 = winning ticket
(int % total) + 1
Anyone can recompute the hash and verify the winning ticket calculation is correct and unmanipulated.
SHA-256 is irreversible. All data is public after draws. The server cannot predict or manipulate outcomes.