{
    "Function": "claimFees",
    "File": "contracts/test/utils/TestToken.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function claimFees() external pure returns (uint, uint) {\n        return (0,0);\n    }"
}