You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function _addMaxLiquidityEth in contract UniswapSwapper extracts eth balance to a variable _ethBalance but later does not use it and queries address(this).balance again. Use this cached value to save on gas.
The text was updated successfully, but these errors were encountered:
Handle
pauliax
Vulnerability details
Impact
function _addMaxLiquidityEth in contract UniswapSwapper extracts eth balance to a variable _ethBalance but later does not use it and queries address(this).balance again. Use this cached value to save on gas.
The text was updated successfully, but these errors were encountered: