{
    "Function": "addGuardian",
    "File": "contracts/USDMPegRecovery.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyOwner"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function addGuardian(address _guardian) external onlyOwner {\n        isGuardian[_guardian] = true;\n    }"
}