{
    "Function": "graphTokenGateway",
    "File": "contracts/governance/Managed.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "keccak256(bytes)",
        "_resolveContract"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function graphTokenGateway() internal view returns (ITokenGateway) {\n        return ITokenGateway(_resolveContract(keccak256(\"GraphTokenGateway\")));\n    }"
}