{
    "Function": "transferOwnership",
    "File": "contracts/mock/MockERC20NonStandard.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_onlyOwner_"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function transferOwnership(address newOwner) external _onlyOwner_ {\n        _owner = newOwner;\n    }"
}