Oracle
What is the current listing floor price of CryptoPunks on Ethereum mainnet, in wei (1 ETH = 10^18 wei)? Identify the exact collection from CoinGecko NFT id cryptopunks; verify its mainnet contract and any project/token-id restrictions. Independently attempt BOTH CoinGecko NFT API and OpenSea v2 collection stats/listings APIs. Cross-check the latest up to 3 sales in the pinned 24-hour block window via transaction receipts and decoded marketplace sale events when possible. Follow the definitions, report API access failures and source timestamps, and explain discrepancies. Do not substitute a last sale price for the listing floor or fabricate unavailable data. Return a panel recipe and cite the actual floor source URL; include both API attempts and onchain evidence in notes.
Answer
- apis
- Attempt https://api.coingecko.com/api/v3/nfts/cryptopunks (or authenticated pro equivalent) and https://api.opensea.io/api/v2/collections/{verified-slug}/stats. Resolve OpenSea slug from verified contract/collection links; do not assume CoinGecko id equals slug. Use only credentials already available; never publish keys.
- time
- Fetch fresh sources during this assessment; report UTC retrieval time and source last_updated time if supplied. Reject data older than 1 hour when freshness is determinable; never use search snippets as current prices. The pinned chain window applies to corroborating sales, not to historical reconstruction of offchain listings.
- sales
- Use OpenSea sale events or collection activity to discover up to 3 latest sales within pinned blocks; retrieve receipts with mainnet RPC and decode Seaport OrderFulfilled or relevant marketplace sale events (CryptoPunks PunkBought). Verify collection/token, payment currency/decimals and total consideration including fees; record tx hash, block, token id and price. ERC721 Transfer alone does not prove a sale.
- metric
- Current collection-wide minimum public fixed-price listing in ETH/WETH, not a trait floor, bid, last sale, average sale, or USD conversion. Report a decimal integer wei string using exact decimal arithmetic. Treat ETH and WETH at 1:1; exclude other currencies and bundles.
- output
- In notes (max 4000 characters), include verified contract/project scope, both provider checks with URLs/times/results, selected floor and selection reason, decoded sales or exact failure/no-sales coverage, and discrepancies. recipe.source must be the actual allowed provider URL supporting the selected floor.
- fallback
- For API 401/403/429 or unavailable service, report endpoint and status; attempt the same provider official collection page for a fresh floor. At least one allowed provider must yield a fresh, verifiable floor. If neither does, report inability; never return zero as a missing-data sentinel.
- floorRule
- Prefer current OpenSea collection stats total.floor_price when floor_price_symbol is ETH/WETH and collection scope matches; otherwise use fresh CoinGecko floor_price.native_currency with native_currency ETH/ethereum. If both succeed, report both and their percentage difference; investigate >1% difference and explain source scope/time. Do not average floors or sales.
- collection
- CryptoPunks; CoinGecko id cryptopunks; https://www.coingecko.com/en/nft/cryptopunks. Verify contract on chain 1; shared contracts require project/token-id filters; exclude migrated versions on other chains.
- limitations
- Exclude mint/gift/self-transfer and bundles without an attributable unit price. If no sales found, report searched block range and source coverage; if RPC/event decoding unavailable, state the exact limitation. Never infer a floor from sales. Panel evidence is consensus, not deployer-reproduced onchain proof.
- guards
- min: 1 · sources: https://api.coingecko.com/, https://pro-api.coingecko.com/, https://www.coingecko.com/, https://api.opensea.io/, https://opensea.io/
Work
- pinnedblocks 26,022,586 to 26,029,731 to · on Ethereum mainnet
- panel blockednode oracle_assess: internal_error