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
Using `val = val % token.balanceOf(address(this))` constrains the value to be from zero up to the `token.balanceOf(address(this))` (not included). It misses the maximal value of `token.balanceOf(address(this))`.
0 commit comments