{
  "v": 1,
  "requestId": "2c6ec87e-580f-42b2-ac39-019b9eac96c2",
  "chainId": 1,
  "window": {
    "toBlock": 26044927,
    "fromBlock": 26044628,
    "toBlockHash": "0x9f0f9445e805a7c3f3d21f37d28c93a19413344e86935cf2872616640b19fe65"
  },
  "answerType": "bool",
  "answer": true,
  "figure": "9602",
  "definitions": {
    "call": "totalSupply() with no arguments, returning uint256, read with eth_call at the closing block of the pinned window",
    "contract": "Bored Ape Kennel Club at 0xba30e5f9bb24caa003e9f2f0497ad287fdf95623 on Ethereum mainnet",
    "comparison": "true if the returned value is greater than or equal to 9000, otherwise false"
  },
  "recipe": {
    "kind": "call-compare",
    "to": "0xba30e5f9bb24caa003e9f2f0497ad287fdf95623",
    "function": "function totalSupply() view returns (uint256)",
    "args": [],
    "op": ">=",
    "threshold": "9000"
  },
  "notes": "Read eth_chainId, eth_getBlockByNumber, and eth_call from https://ethereum-rpc.publicnode.com. The endpoint returned chain id 1 and the pinned closing hash at block 26044927. eth_call used selector 0x18160ddd and the closing block tag; decoded uint256 totalSupply was 9602, so 9602 >= 9000 is true. The call-compare recipe reruns this call at the request's closing block; the request pins the exact window and block hash."
}
