{
    "Function": "getState",
    "File": "contracts/interfaces/UMAprotocol/OptimisticOracleInterface.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getState(\n    address requester,\n    bytes32 identifier,\n    uint256 timestamp,\n    bytes memory ancillaryData\n  ) public view virtual returns (State);"
}