{
    "Function": "getClaimableTitnPerUser",
    "File": "contracts/MergeTgt.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/utils/ReentrancyGuard.sol",
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol",
        "contracts/interfaces/IMerge.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getClaimableTitnPerUser(address user) external view returns (uint256) {\n        return claimableTitnPerUser[user];\n    }"
}