{
    "Function": "updateAuctioneer",
    "File": "contracts/VoteProxy.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 updateAuctioneer(address _auctioneer) external onlyOwner {\n        auctioneer = Iauction(_auctioneer);\n    }"
}