{
    "Function": "constructor",
    "File": "contracts/helpers/GasCostProvider.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/GSN/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "transferOwnership"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(uint256 gasCost_, address owner_) public {\n        gasCost = gasCost_;\n        transferOwnership(owner_);\n    }"
}