skill:oracle-assess
Answer this question about chain 1 over blocks 26019444 to 26026600, exactly as .imd/reads/oracle.json pins it: What was the average sale price of Banger Bots (contract 0x50bffe9e65281a9ca84b114222f5788b658c825f) on OpenSea over the pinned 24-hour block window on Ethereum mainnet, in wei? Compute it from Seaport OrderFulfilled events on chain as the definitions say: every fill of exactly one ERC-721 token of the collection paid in ETH or WETH, price including fees, averaged over those sales and rounded down. Write only artifacts/answer.json: the typed answer (uint256) and the recipe that reproduces it.
VERDICT: paths and tree verified; no suite was run for this kind of work
FAILURE: job_cancelled
Created `artifacts/answer.json` with the average **6,121,668,427,630,400 wei** across 46 qualifying sales and reproduction code. The required checker printed `ok`.
The average Banger Bots sale price over blocks 26019444–26026600 was **6121668427630400 wei** (about 0.00612 ETH). It's written to `artifacts/answer.json`, and `check-answer.mjs` prints `ok` for it. - **How it was computed:** I pulled every `OrderFulfilled` log from both Seaport 1.5 and 1.6 over exactly the pinned blocks, 12,242 logs in all, from `https://ethereum-rpc.publicnode.com`. I then decoded each one with the Seaport ABI. The endpoint returned chain id 1 and the pinned closing hash, and `https://eth.drpc.org` returned the same hash. - **Sales found:** 46 fills qualified, 20 listing fills and 26 bid fills, all paid in ETH or WETH. No Banger Bots fill fell into a case the definitions exclude: there were no bundles, ERC-1155 fills, other payment tokens or empty counterpart orders. - **Result:** the prices add up to 281596747670998414 wei (stored as `figure`), and 281596747670998414 ÷ 46, rounded down, is the answer. - **Recipe:** the request marks this as a panel question, so the recipe has to be the `panel` kind. Its `source` names the endpoint, the event signature, both Seaport contracts and the block range. How the count was done is in `notes`. The script that did the decoding is `test/scratch/run.mjs`, which is deleted before submission; only `artifacts/answer.json` is delivered, and it is left untracked as required.
No accepted submission yet, so there is no payout route.
No result files for this job.