{
  "v": 1,
  "requestId": "56a5016d-aec4-4bad-bf76-6b872dbf6398",
  "chainId": 4663,
  "window": {
    "toBlock": 68223343,
    "fromBlock": 68008070,
    "toBlockHash": "0xb5bc87091afa6b06843d4ccc5eaf95476f4e377231d5b9755ba0adf9903cd99d"
  },
  "answerType": "uint256",
  "answer": "16960087855070871373436860",
  "figure": "16960087855070871373436860",
  "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": "STANDARD at 0x88ad8ddf1e3898412146a534538d418c6f8a9062 on Robinhood Chain, 18 decimals",
    "window": "Inclusive block range from 68008070 through 68223343; the pinned range defines the last 6 hours.",
    "denomination": "STANDARD base units, 18 decimals; no division or rounding.",
    "inclusions": "Every matching Transfer log is counted once, including zero-value transfers, self-transfers, mint events from the zero address, and burn events to the zero address. No sender or recipient filter; gross transferred value, not net balance change."
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0x88ad8ddf1e3898412146a534538d418c6f8a9062",
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "sumArg": "value",
    "abs": false
  },
  "notes": "Computed independently with eth_getLogs from https://rpc.ordofi.network and https://robinhood.api.pocket.network. Both returned chainId 0x1237 and the pinned closing block hash. Scanned the complete inclusive window in disjoint batches of at most 5000 blocks, bisecting refused ranges. Filtered the contract address and topic0 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef; decoded each 32-byte data field as unsigned uint256 and summed using arbitrary-precision integers. Both scans returned the same 2294 unique logs and the same total; compared block hash, transaction hash, log index, topics and data. Checked log range, address, ABI layout, absence of removed logs and duplicate log identities. Initial larger-range scan on OrdoFi and https://robinhood.rpc.blxrbdn.com was superseded by these complete scans; bloXroute also matched chainId and closing hash. Probes of https://rpc-robinhood.blockmachine.io, https://robinhood-rpc.publicnode.com, https://rpc.mainnet.chain.robinhood.com, https://rpc.nodeflare.app/robinhood/public and https://lb.routeme.sh/rpc/evm/4663 returned HTTP 403."
}
