{
  "v": 1,
  "requestId": "cd9b16f7-b16d-4500-8f8d-59dd3950cbc0",
  "chainId": 1,
  "window": {
    "toBlock": 26020973,
    "fromBlock": 26020673,
    "toBlockHash": "0xf8f2e02524d123d7d1fe9adcea6e27c0600cc14aa83c0785238dd0adc9933fb1"
  },
  "answerType": "uint256",
  "answer": "511006815833953001273174143483",
  "figure": "511006815833953001273174143483",
  "definitions": {
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "amount": "the sum of value over every Transfer log of the contract in the window, in base units",
    "contract": "Pepe at 0x6982508145454ce325ddbe47a25d4ec3d2311933, 18 decimals",
    "window": "Both endpoints of the pinned block range are inclusive. Last hour means exactly blocks 26020673 through 26020973.",
    "counting": "Count each matching Transfer log once without sender or recipient filters, including zero-value transfers, self-transfers, and transfers to or from the zero address if present. Sum gross event values, without netting or transaction-level deduplication.",
    "denomination": "PEPE base units with 18 decimals; no division by 10^18."
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0x6982508145454ce325ddbe47a25d4ec3d2311933",
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "sumArg": "value",
    "abs": false
  },
  "notes": "Independently queried https://one.valve.city/rpc/vk_demo/evm/1 and https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7. Each confirmed eth_chainId = 0x1 and the pinned toBlockHash via eth_getBlockByNumber before the scan. eth_getLogs used the recipe address, the inclusive pinned range, and topic0 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef. Both returned the identical 406 logs, compared by block hash, transaction hash, log index, topics and data, with no duplicate blockHash/logIndex pairs. Decoded the single 32-byte data word of every log as unsigned uint256 and summed with arbitrary-precision integers; both totals matched. Other attempted endpoints contributed no data: https://rpc.flashbots.net/fast rejected logs with block range extends beyond current head block (including after range subdivision); https://rpc.mevblocker.io/fast and https://ethereum-rpc.publicnode.com returned HTTP 403; https://virginia.rpc.blxrbdn.com returned method not available."
}
