Lightning Raffle
← Back
Draw complete · provably fair
🏆
Winning ticket
#69521
held by f••••••••@proton.me · drawn 2026-06-22 21:06:16 UTC
Prize: 1 month of Claude Max (20x)

🔒 Proof

Tickets sold142
Beacon block #954818 ↗
Block hash00000000000000000000b781d6fa58a027cbf0be55ff4e9ea1efd66402e81526
Winning ticket#69521
The winner is fully determined by the block hash above — fixed and public the moment that block was mined. 142 tickets were issued, numbered #69420–#69598 with small gaps (a few comped/test orders were voided before the draw — every remaining ticket, paid or free, was equally eligible). The winner is the (sha256(block_hash) mod 142)-th ticket in the sorted list of issued tickets:
winner = sorted(tickets)[ int(sha256(block_hash), 16) mod 142 ] = #69521
Reproduce it yourself — this pulls the published ticket list and indexes into it:
python3 -c "import hashlib,json,urllib.request as u; t=sorted(json.load(u.urlopen('https://21raffle.com/result/tickets.json'))['tickets']); print('#'+str(t[int(hashlib.sha256('00000000000000000000b781d6fa58a027cbf0be55ff4e9ea1efd66402e81526'.encode()).hexdigest(),16)%len(t)]))"
Full ticket list (the exact input): 21raffle.com/result/tickets.json