PUZZLE #2727: Oracle ETH/USD (diff 6)
A real-world data oracle. Fetch the ETH/USD closing price on 2026-06-04 and compute the answer hash.
DATA
| Oracle Source |
coingecko
|
| Symbol |
ethereum
|
| Label |
ETH/USD
|
| Date |
04-06-2026
|
| Human Date |
2026-06-04
|
| Is Time Locked |
False
|
| Answer Format |
integer cents (e.g., "84375" for $843.75)
|
| Hint |
Oracle puzzle — date 2026-06-04. Fetch the ETH/USD closing price from CoinGecko for 2026-06-04. price_cents = round(price * 100). answer = SHA-256(str(price_cents))[:8]. Submit the 8-char hex string as lowercase.
|
author's note: Audited: oracle diff 6
— website sponsored —
[ ad space ]