{
    "Function": "_replenishVoltage",
    "File": "src/VoltageManager.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _replenishVoltage(address owner) private {\n        ownerVoltage[owner] = 100;\n        ownerVoltageReplenishTime[owner] = uint32(block.timestamp + 1 days);\n    }"
}