v3-core icon indicating copy to clipboard operation
v3-core copied to clipboard

🦄 🦄 🦄 Core smart contracts of Uniswap v3

Results 76 v3-core issues
Sort by recently updated
recently updated
newest added

0x8Bec0Da68F6476BF8A25897be751A670774CF4A3

_Originally posted by @Georgezhang714 in https://github.com/Uniswap/token-lists/issues/607_

0xA626247342EE20CDFd53Bb0f17EF3B02B82E6034 _Originally posted by @anhlam2234 in https://github.com/Uniswap/v3-core/issues/686#issuecomment-1826318821_

--- ## Enhanced Uniswap Core Pool Functionality This implementation introduces two additional functions to the core Uniswap pool functionality: ### 1. `createLimitOrder` ```solidity function createLimitOrder(address recipient, int24 tickLower, uint128 amount)...

Goerli is deprecated. Please deploy to Holesky.

[OP Goerli is being decommissioned](https://github.com/ethereum-optimism/developers/discussions/107) on January 7th 2024. Can you please deploy Uniswap V3 smart contracts on OP Sepolia? Here is the [network information](https://docs.optimism.io/chain/networks#op-sepolia).

### Feature Request I propose adding token decimal values as an input parameter to the `sqrtPrice` function in Uniswap V3. This would help improve the accuracy of position and liquidity...