uniswapv3-code icon indicating copy to clipboard operation
uniswapv3-code copied to clipboard

Update balanceOf signature

Open McCoady opened this issue 5 months ago • 0 comments

balanceOf signature should be restricted to view so it uses a static call rather than a regular call to the contract (avoids potential attacks by malicious contracts who's balanceOf implementation is capable of changing state).

McCoady avatar Apr 04 '24 04:04 McCoady