{
    "Function": "tokenSupported",
    "File": "contracts/Controller.sol",
    "Parent Contracts": [
        "contracts/external/Ownable.sol"
    ],
    "High-Level Calls": [
        "IPriceOracle"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function tokenSupported(address _token) external view returns(bool) {\n    return priceOracle.tokenSupported(_token);\n  }"
}