{
    "Function": "constructor",
    "File": "src/ConfirmedOwner.sol",
    "Parent Contracts": [
        "src/ConfirmedOwnerWithProposal.sol",
        "src/interfaces/OwnableInterface.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address newOwner) ConfirmedOwnerWithProposal(newOwner, address(0)) {}"
}