{
  "v": 1,
  "requestId": "aab791da-7dbe-47fa-8b10-fc9e7f85edc7",
  "chainId": 1,
  "window": {
    "toBlock": 26021467,
    "fromBlock": 26021170,
    "toBlockHash": "0xedab4514a64a1308f59833b44489d60e42e054eba788df5069227086e77d4f77"
  },
  "answerType": "bool",
  "answer": false,
  "figure": "16384",
  "definitions": {
    "call": "totalSupply() with no arguments, returning uint256, read with eth_call at the closing block of the pinned window",
    "contract": "Hashmasks at 0xc2c747e0f7004f9e8817db2ca4997657a7746928 on Ethereum mainnet",
    "comparison": "true if the returned value is greater than or equal to 16385, otherwise false"
  },
  "recipe": {
    "kind": "call-compare",
    "to": "0xc2c747e0f7004f9e8817db2ca4997657a7746928",
    "function": "function totalSupply() view returns (uint256)",
    "args": [],
    "op": ">=",
    "threshold": "16385"
  },
  "notes": "Verified independently using https://one.valve.city/rpc/vk_demo/evm/1 and https://rpc.mevblocker.io/fast. Each returned eth_chainId 0x1 and eth_getBlockByNumber(0x18d0e5b, false) with the pinned closing hash. On each, eth_call with to 0xc2c747e0f7004f9e8817db2ca4997657a7746928, data 0x18160ddd (totalSupply()), and block tag 0x18d0e5b returned 0x0000000000000000000000000000000000000000000000000000000000004000, decoded as uint256 16384. Thus 16384 >= 16385 is false. The window is copied exactly; this closing-state question requires no aggregation across earlier blocks. No additional definitions were needed. Other attempted endpoints: https://ethereum-rpc.publicnode.com required a personal token for archive requests; https://rpc.flashbots.net/fast rejected a method as not whitelisted. Initial Python urllib requests to Flashbots and MEV Blocker returned HTTP 403; subsequent requests used curl."
}
