Kalp (@kalp_eth) 's Twitter Profile
Kalp

@kalp_eth

Smart Contract Auditor @quillaudits_ai

ID: 1701486562347724800

calendar_today12-09-2023 06:43:29

209 Tweet

146 Takipçi

650 Takip Edilen

Kalp (@kalp_eth) 's Twitter Profile Photo

[1/5] I FOUND CRITICAL BUG IN BUY FUNCTION🚨 INNOCENT CODE: rate = ((sqrtPriceX96 * 1e18)>>96) * ((sqrtPriceX96 * 1e18)>>96); rate = rate * 10**12 / 10**36; Looks Good, right? Just some math operations... WRONG. This code misunderstands Uniswap V3's sqrtPriceX96. Poc Below 👇

[1/5]
I FOUND CRITICAL BUG IN BUY FUNCTION🚨
INNOCENT CODE:

rate = ((sqrtPriceX96 * 1e18)>>96) * ((sqrtPriceX96 * 1e18)>>96);
rate = rate * 10**12 / 10**36;

Looks Good, right? 
Just some math operations...
WRONG. This code misunderstands Uniswap V3's sqrtPriceX96.

Poc Below 👇