{
  "v": 1,
  "requestId": "6776f3f7-9e88-4a4d-88f0-8356ecd5b625",
  "chainId": 1,
  "window": {
    "fromBlock": 26018361,
    "toBlock": 26020157,
    "toBlockHash": "0x81ab3f5bf9faaf54d1a3467ed9b888576723c83806bed315d47486ca82072b77"
  },
  "answerType": "uint256",
  "answer": "253",
  "figure": "253",
  "definitions": {
    "count": "the sum of requestCount over every RequestFeesReceived log of that contract in the window",
    "event": "event RequestFeesReceived(uint256 requestCount, uint256 amount), one per purchase batch",
    "contract": "FWAVRFService at 0xcacbd874e24b533935176154e990bf710f56693a on Ethereum mainnet; custom clone pools are out of scope",
    "spin": "one unit of requestCount; a batch log with requestCount N counts as N spins, so the answer is the sum of requestCount, not the number of logs"
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0xcacbd874e24b533935176154e990bf710f56693a",
    "event": "event RequestFeesReceived(uint256 requestCount, uint256 amount)",
    "sumArg": "requestCount",
    "abs": false,
    "filter": null
  },
  "notes": "eth_getLogs for address 0xcacbd874e24b533935176154e990bf710f56693a, topic0 0x8d2361cf705c0dee28a87fff505b5f9c00326fd66ae051966eb9df86a63360c4 (keccak of RequestFeesReceived(uint256,uint256)), fromBlock 26018361 toBlock 26020157 inclusive, in one request. Both args are non-indexed; requestCount is decoded from the first 32 bytes of data and summed. Verified eth_chainId == 1 and the hash of block 26020157 on each endpoint before scanning. Endpoints: https://ethereum-rpc.publicnode.com and https://rpc.mevblocker.io/fast (two operators) both returned 136 logs with sum 253, no duplicates by (txHash, logIndex), all in range. https://rpc.flashbots.net/fast was tried and rejected the range as beyond its head, so it was not used. Sum of the amount arg was not needed."
}
