{
    "Function": "slitherConstructorConstantVariables",
    "File": "src/utils/LRTConstants.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "keccak256(bytes)",
        "keccak256(bytes)",
        "keccak256(bytes)",
        "keccak256(bytes)",
        "keccak256(bytes)",
        "keccak256(bytes)",
        "keccak256(bytes)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "library LRTConstants {\n    //tokens\n    //rETH token\n    bytes32 public constant R_ETH_TOKEN = keccak256(\"R_ETH_TOKEN\");\n    //stETH token\n    bytes32 public constant ST_ETH_TOKEN = keccak256(\"ST_ETH_TOKEN\");\n    //cbETH token\n    bytes32 public constant CB_ETH_TOKEN = keccak256(\"CB_ETH_TOKEN\");\n\n    //contracts\n    bytes32 public constant LRT_ORACLE = keccak256(\"LRT_ORACLE\");\n    bytes32 public constant LRT_DEPOSIT_POOL = keccak256(\"LRT_DEPOSIT_POOL\");\n    bytes32 public constant EIGEN_STRATEGY_MANAGER = keccak256(\"EIGEN_STRATEGY_MANAGER\");\n\n    //Roles\n    bytes32 public constant MANAGER = keccak256(\"MANAGER\");\n}"
}