{
    "Function": "renounceOwnership",
    "File": "contracts/abstracts/OwnableProxyDelegation.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_setOwner",
        "onlyOwner"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function renounceOwnership() public virtual onlyOwner {\n        _setOwner(address(0));\n    }"
}