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

pragma solidity ^0.5.16; import "./CTokenInterfaces.sol"; /** * @title Compound's CErc20Delegator Contract * @notice CTokens which wrap an EIP-20 underlying and delegate to an implementation * @author Compound */ contract CErc20Delegator...

I want to verify some pools on etherscan. How I can do this? I tried to build the source with brownie, using the same compiler version, and evm settings. But...

question

[OpenZepp](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol) ``` pragma solidity ^0.8.0; ``` incompatible with OracleLibrary which dictates `pragma solidity >=0.5.0

question

I have been interacting with the ETH/USDC 5bp liquidity pool via the original V3 Swap router (Not V2). I've noticed that sometimes only part of my order is being filled....

periphery
question

Hi, Thanks a lot for your work on V3. I'd be very keen on knowing if you are planning to support the Sepolia testnet in the near term. We are...

user experience
testing
p1

Pool web page: https://app.uniswap.org/#/pool/120610?chain=polygon Pool contract address: https://polygonscan.com/address/0xc677ce9130de65b24657c32847262df6aaab9e15#tokentxns First I created the pool, wanting to deposit 200k tokens. Exactly 199,999.999999999991586348 tokens we transferred. I requested removal of all liquidity by...

user experience
documentation
p2

I'm trying to understand Uniswap's logarithm implementation. What I've understood till now: 1. First find MSB of the number, which gives an approximate value of log2. This log2 value is...

Hello, I'm working with https://github.com/Bella-DeFinTech/uniswap-v3-simulator/ to rebuild Pool state from chain Events to evaluate and fork the Pool and feed it different positions/swaps for trading. At the moment I am...

not doing this has the following issue: https://twitter.com/nicksdjohnson/status/1406755720586874880?s=21