{
    "Function": "getTxFeeRate",
    "File": "contracts/FeesHandlerUpgradeable.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getTxFeeRate() public view returns (uint256) {\n        return _txfeeRate;\n    }"
}