{
  "v": 1,
  "requestId": "48425cb3-4b90-4ad5-aade-e1fbc67ef757",
  "chainId": 1,
  "window": {
    "toBlock": 26020973,
    "fromBlock": 26020673,
    "toBlockHash": "0xf8f2e02524d123d7d1fe9adcea6e27c0600cc14aa83c0785238dd0adc9933fb1"
  },
  "answerType": "address[]",
  "answer": [
    "0xca9a624e8c4a0b978b2901dbf07ee2094310106b",
    "0xd3e83bb17e3001c7fcd1470c78ed838a5c27caf4",
    "0xe27baebd7b14602de3797974db9f5f4f8dcb6679",
    "0x4c82d1fbfe28c977cbb58d8c7ff8fcf9f70a2cca",
    "0x7cf7132a8be97d71852124dc96cd9e08621a49bb"
  ],
  "figure": "1665662295838128675194",
  "definitions": {
    "event": "event Deposit(address indexed dst, uint256 wad)",
    "ranking": "Deposit logs of the contract in the window grouped by the indexed dst address, summing wad, highest first",
    "contract": "WETH at 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
    "denomination": "wad is an unsigned integer in wei; 10^18 wei equals 1 ETH wrapped into 1 WETH. figure is the leading address total in wei.",
    "window": "Both pinned block endpoints are inclusive; last hour means exactly blocks 26020673 through 26020973.",
    "attribution": "Attribute each Deposit to its indexed dst, including contracts; do not attribute to transaction sender or an inferred owner. Count gross deposits without subtracting withdrawals or transfers.",
    "selection": "Return the five highest summed wad totals, descending, with ties broken by lowercase address ascending. The first address answers the question."
  },
  "recipe": {
    "kind": "log-rank",
    "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
    "event": "event Deposit(address indexed dst, uint256 wad)",
    "sumArg": "wad",
    "abs": false,
    "groupBy": "dst",
    "topN": 5
  },
  "notes": "Computed independently using https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7 and https://one.valve.city/rpc/vk_demo/evm/1. Both eth_chainId responses were 0x1 and both closing block hashes matched the pinned hash. Queried eth_getLogs over the complete inclusive pinned range with the recipe contract and topic0 0xe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c (Deposit(address,uint256)). Decoded dst from the final 20 bytes of topics[1] and wad from the 32-byte data field; summed using exact integers and sorted by descending sum then ascending address. Both operators returned identical 2609 logs, without duplicate blockHash/logIndex pairs or removed logs, and identical totals for every address; aggregate deposits were 4698902404339893229858 wei. Preliminary endpoint attempts: https://rpc.flashbots.net/fast matched chain and closing hash but rejected log queries as beyond current head; https://rpc.mevblocker.io/fast, https://ethereum-rpc.publicnode.com and https://eth.drpc.org returned HTTP 403; https://virginia.rpc.blxrbdn.com returned chain 1 but eth_getLogs was unavailable. No data from unsuccessful scans contributed to the answer."
}
