[
  {
    "type": "constructor",
    "inputs": [
      {
        "name": "coordinatorAddr",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "COORDINATOR",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "contract VRFCoordinatorV2"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "fulfillRandomWords",
    "inputs": [
      {
        "name": "proofs",
        "type": "tuple[]",
        "internalType": "struct VRFTypes.Proof[]",
        "components": [
          {
            "name": "pk",
            "type": "uint256[2]",
            "internalType": "uint256[2]"
          },
          {
            "name": "gamma",
            "type": "uint256[2]",
            "internalType": "uint256[2]"
          },
          {
            "name": "c",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "s",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "seed",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "uWitness",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "cGammaWitness",
            "type": "uint256[2]",
            "internalType": "uint256[2]"
          },
          {
            "name": "sHashWitness",
            "type": "uint256[2]",
            "internalType": "uint256[2]"
          },
          {
            "name": "zInv",
            "type": "uint256",
            "internalType": "uint256"
          }
        ]
      },
      {
        "name": "rcs",
        "type": "tuple[]",
        "internalType": "struct VRFTypes.RequestCommitment[]",
        "components": [
          {
            "name": "blockNum",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "subId",
            "type": "uint64",
            "internalType": "uint64"
          },
          {
            "name": "callbackGasLimit",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "numWords",
            "type": "uint32",
            "internalType": "uint32"
          },
          {
            "name": "sender",
            "type": "address",
            "internalType": "address"
          }
        ]
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "event",
    "name": "ErrorReturned",
    "inputs": [
      {
        "name": "requestId",
        "type": "uint256",
        "indexed": true,
        "internalType": "uint256"
      },
      {
        "name": "reason",
        "type": "string",
        "indexed": false,
        "internalType": "string"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "RawErrorReturned",
    "inputs": [
      {
        "name": "requestId",
        "type": "uint256",
        "indexed": true,
        "internalType": "uint256"
      },
      {
        "name": "lowLevelData",
        "type": "bytes",
        "indexed": false,
        "internalType": "bytes"
      }
    ],
    "anonymous": false
  }
]