{
  "v": 1,
  "requestId": "cb885bbd-a977-41f4-8817-a770eceeeb57",
  "chainId": 1,
  "window": {
    "fromBlock": 26017883,
    "toBlock": 26021472,
    "toBlockHash": "0xbffd686213f3fd4dc24c9a76573d5ce8209326f0ccbc626ed6474be622ba2333"
  },
  "answerType": "uint256",
  "answer": "185991002832388074168",
  "figure": "185991002832388074168",
  "definitions": {
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "total": "the sum of Transfer.value over every Transfer log of the contract in the window, including mints and burns",
    "window": "both pinned block bounds are inclusive",
    "contract": "Blur Pool (Blur bidding pool token) at 0x0000000000a39bb272e79075ade125fd351887ac on Ethereum mainnet",
    "denomination": "raw uint256 Transfer.value units of Blur Pool, 18 decimals, no decimal scaling"
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0x0000000000a39bb272e79075ade125fd351887ac",
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "sumArg": "value",
    "abs": false,
    "filter": null
  },
  "notes": "eth_getLogs on address 0x0000000000a39bb272e79075ade125fd351887ac with topic0 = keccak(Transfer(address,address,uint256)) = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, blocks 26017883..26021472 inclusive, summing the uint256 data word of each log; no from/to filter, so mints (from 0x0) and burns (to 0x0) are included per the pinned definitions. Verified eth_chainId == 1 and that block 26021472 has the pinned hash on each endpoint before scanning. Endpoints: https://ethereum-rpc.publicnode.com (1000-block chunks) and https://rpc.mevblocker.io/fast (whole window in one call) both returned 191 Transfer logs summing to 185991002832388074168; https://rpc.flashbots.net/fast passed the chainId/hash check but answered eth_getLogs with 504 and was dropped. Logs were deduplicated by (txHash, logIndex) and removed=true logs skipped; none occurred."
}
