{
    "Function": "_depositRONTo",
    "File": "src/RonHelper.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IWRON",
        "IWRON"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _depositRONTo(address to, uint256 amount) internal {\n        IWRON(wron).deposit{value: amount}();\n        IWRON(wron).transfer(to, amount);\n    }"
}