{
    "Function": "rely",
    "File": "src/util/Auth.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "auth"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function rely(address user) external auth {\n        wards[user] = 1;\n        emit Rely(user);\n    }"
}