{
    "Function": "getTrancheToken",
    "File": "src/PoolManager.sol",
    "Parent Contracts": [
        "src/util/Auth.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getTrancheToken(uint64 poolId, bytes16 trancheId) public view returns (address) {\n        Tranche storage tranche = pools[poolId].tranches[trancheId];\n        return tranche.token;\n    }"
}