{
  "v": 1,
  "requestId": "69aeb01d-c9f7-4f09-80a3-870769d1971e",
  "chainId": 1,
  "window": {
    "fromBlock": 26009029,
    "toBlock": 26016189,
    "toBlockHash": "0x4e7581b0d2c836d73e1d20546ab401f9aeeeb8c08b92bb15896f105f083bd074"
  },
  "answerType": "uint256",
  "answer": "10858",
  "figure": "10858",
  "definitions": {
    "count": "the sum of requestCount over every RequestFeesReceived log of that contract in the window, both blocks inclusive, whatever each request's later outcome",
    "event": "event RequestFeesReceived(uint256 requestCount, uint256 amount), emitted once per purchase batch with the number of purchase requests in that batch",
    "units": "a plain integer count",
    "contract": "FWAVRFService, the main pool's randomness service, at 0xcacbd874e24b533935176154e990bf710f56693a on Ethereum mainnet; custom clone pools are out of scope"
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0xcacbd874e24b533935176154e990bf710f56693a",
    "event": "event RequestFeesReceived(uint256 requestCount, uint256 amount)",
    "sumArg": "requestCount",
    "abs": false
  },
  "notes": "Queried eth_getLogs over the inclusive pinned range on https://ethereum-rpc.publicnode.com and https://mainnet.gateway.tenderly.co. Both independent endpoints returned the same 3681 logs and the same decoded requestCount sum of 10858; both returned the pinned closing-block hash. Included every matching batch regardless of later outcome."
}
