{
  "v": 1,
  "requestId": "0b662263-964a-42f6-a23e-2a3c7634cb98",
  "chainId": 1,
  "window": {
    "toBlock": 26026607,
    "fromBlock": 26019451,
    "toBlockHash": "0x8a84f5aa1d5976b1d454cfe7b479740ae9b7e7015bfd4635b124cb47767cdec2"
  },
  "answerType": "uint256",
  "answer": "128041767187276785",
  "figure": "128041767187276785",
  "definitions": {
    "sale": "Seaport 1.5 or 1.6 OrderFulfilled whose offer+consideration hold exactly one NFT item, an ERC-721 (itemType 2) of 0xd774557b647330c91bf44cfeab205095f7e6c367; bundles and ERC-1155 fills excluded",
    "price": "listing fill (offer = the single NFT): sum of all consideration amounts, fees included, only if every consideration item is native ETH or WETH; bid fill (offer = the single ETH/WETH item): that offer amount; other tokens or offer shapes excluded",
    "average": "sum of prices / count of qualifying sales, integer division (rounded down); 28 sales, total 3585169481243750000 wei",
    "openChoices": "none left open; ETH and WETH are counted at 1:1 wei, no USD or token conversion"
  },
  "recipe": {
    "kind": "panel",
    "source": "https://ethereum-rpc.publicnode.com (eth_getLogs, chain 1, blocks 26019451-26026607: Seaport 1.5/1.6 OrderFulfilled decoded with the Seaport ABI)"
  },
  "notes": "The brief is evidence:panel, so only the panel recipe is accepted; none of the log-sum/log-rank recipes can express this (needs ABI-decoding of the nested offer/consideration arrays and per-item filtering). Method: confirmed eth_chainId=1 and the closing block hash on publicnode and on rpc.flashbots.net. Fetched Nakamigos Transfer logs over the exact window (401 logs in 275 blocks), then fetched OrderFulfilled logs (topic0 of OrderFulfilled(bytes32,address,address,address,(uint8,address,uint256,uint256)[],(uint8,address,uint256,uint256,address)[])) from both Seaport addresses in exactly those blocks (479 logs; a Seaport fill of this collection always coincides with a Nakamigos Transfer in the same block, so the rest of the window cannot contain a sale). Decoded each log by hand and applied the definitions: 28 qualifying sales, none excluded by the bundle/1155/other-token rules, minimum price 114000000000000000 wei, total 3585169481243750000, floor(total/28) = 128041767187276785. Endpoint used for logs: https://ethereum-rpc.publicnode.com. Script was a one-off in test/scratch (not submitted)."
}