{
    "Function": "getCost",
    "File": "contracts/FixedPricePassThruGate.sol",
    "Parent Contracts": [
        "interfaces/IPriceGate.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getCost(uint index) override external view returns (uint _ethCost) {\n        Gate memory gate = gates[index];\n        return gate.ethCost;\n    }"
}