{
  "v": 1,
  "requestId": "db5936ba-a003-4967-8b68-407701d80065",
  "chainId": 1,
  "window": {
    "toBlock": 26020630,
    "fromBlock": 26020331,
    "toBlockHash": "0xee3f13254f8b6873e5776d786c1cdbef022f6d2b1f5bc7ce77d02c0feb6c80af"
  },
  "answerType": "uint256",
  "answer": "1378620753544170794319",
  "figure": "1378620753544170794319",
  "definitions": {
    "event": "event Deposit(address indexed dst, uint256 wad)",
    "amount": "the sum of wad over every Deposit log of the contract in the window, in wei",
    "contract": "WETH at 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
    "denomination": "ETH in wei; each wad is decoded as an unsigned 256-bit integer without scaling or rounding.",
    "window": "Both endpoints are inclusive: blocks 26020331 through 26020630. The pinned block range defines last hour; no additional timestamp filter is applied.",
    "counting": "Gross wrapping: count every Deposit event emitted by the specified WETH contract, for all dst addresses, once per canonical log. Do not subtract withdrawals or count WETH transfers as deposits."
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
    "event": "event Deposit(address indexed dst, uint256 wad)",
    "sumArg": "wad",
    "abs": false
  },
  "notes": "Computed independently from https://one.valve.city/rpc/vk_demo/evm/1 and https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7. On both endpoints, eth_chainId returned 0x1 and eth_getBlockByNumber at toBlock matched the pinned toBlockHash. Queried eth_getLogs with the recipe address, inclusive fromBlock/toBlock, and topic0 0xe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c (keccak256 of Deposit(address,uint256)); decoded each 32-byte data field as wad and summed with arbitrary-precision integer arithmetic. Both returned the identical 2698 logs and the same sum. Validated address, topics, data length, block bounds, no removed logs, and uniqueness by blockHash/transactionHash/logIndex. Preliminary endpoints: https://rpc.flashbots.net/fast confirmed chain and closing hash but refused log queries with block range extends beyond current head block; https://rpc.mevblocker.io/fast, https://ethereum-rpc.publicnode.com, and https://eth.drpc.org returned HTTP 403; https://virginia.rpc.blxrbdn.com and https://ethereum-public.nodies.app confirmed chain and closing hash but were not used for the sum. No off-chain indexer or external dependency is needed to rerun the recipe."
}
