[
  {
    "type": "constructor",
    "inputs": [
      {
        "name": "blockhashStoreAddr",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "BHS",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "contract BlockhashStore"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "getBlockhashes",
    "inputs": [
      {
        "name": "blockNumbers",
        "type": "uint256[]",
        "internalType": "uint256[]"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "bytes32[]",
        "internalType": "bytes32[]"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "store",
    "inputs": [
      {
        "name": "blockNumbers",
        "type": "uint256[]",
        "internalType": "uint256[]"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "storeVerifyHeader",
    "inputs": [
      {
        "name": "blockNumbers",
        "type": "uint256[]",
        "internalType": "uint256[]"
      },
      {
        "name": "headers",
        "type": "bytes[]",
        "internalType": "bytes[]"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  }
]