{
    "Function": "_checkGas",
    "File": "contracts/TradingExtension.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "revert(string)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _checkGas() public view {\n        if (tx.gasprice > maxGasPrice) revert(\"1\"); //GasTooHigh\n    }"
}