{
    "Function": "_withdrawAll",
    "File": "contracts/v3/strategies/NativeStrategyCurve3Crv.sol",
    "Parent Contracts": [
        "contracts/v3/strategies/BaseStrategy.sol",
        "contracts/v3/interfaces/IStrategy.sol"
    ],
    "High-Level Calls": [
        "Gauge"
    ],
    "Internal Calls": [
        "_withdraw"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _withdrawAll()\n        internal\n        override\n    {\n        uint256 _bal = gauge.balanceOf(address(this));\n        _withdraw(_bal);\n    }"
}