{
    "Function": "constructor",
    "File": "contracts/Ownership.sol",
    "Parent Contracts": [
        "contracts/interfaces/IOwnership.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor() {\n        _owner = msg.sender;\n        emit AcceptNewOwnership(_owner);\n    }"
}