docs icon indicating copy to clipboard operation
docs copied to clipboard

📓 Uniswap V3 docs website

Results 277 docs issues
Sort by recently updated
recently updated
newest added

The tokenURI method accepts a tokenId parameter to return a base64 string.

I was reading [04-fetching-prices](https://github.com/Uniswap/docs/commits/main/SDK_versioned_docs/version-3.0.0/guides/04-fetching-prices.md) and trying to verify the formula. As far as I am concerned, In section [understanding-sqrt](https://github.com/Uniswap/docs/blob/3f5cfc42ae6d9651861a2e08a2fc4a3211baba73/SDK_versioned_docs/version-3.0.0/guides/04-fetching-prices.md#understanding-sqrtprice), here the `price` actually refers to `tokenPrice1`. As a result, the...

https://github.com/Uniswap/docs/blob/main/smart_contract_examples/LiquidityExamples.sol#L207 It should be `amountAdd1` instead of `amount1ToMint` in `increaseLiquidityCurrentRange()`

Need to query liquidity and slot 0 to create Pool object, but they are not in the ethers ABI. Ethers doesnt like \n so just did one line. could also...

https://docs.uniswap.org/protocol/V2/concepts/protocol-overview/how-uniswap-works ### Image 1, Fee in should be 0.3% ### Image 2, Following numbers make more sense than original one ### Image 3, Fee in third image should be 0.3%,...

currently documentation states: ""Once the propose() function has been called, a seven day voting period will start. Ongoing discussion can take place in the gov.uniswap.org forum. If the proposal passes...

Fixed syntax errors for footnote references in `fees.md` and `swaps.md`. For footnotes, `[^#]` would only create a one-directional linking. To display the return-to-source button, one would need to use `[^#]:`.

https://docs.uniswap.org/protocol/V2/concepts/core-concepts/oracles https://docs.uniswap.org/protocol/V2/concepts/advanced-topics/security not sure where the Audit vanished to, I can's seem to find it but two links I found going to 404 page for the audit this one from...

swap params comments are inherited to the interface, but are defined originally as structs, thus the input params are difficult to find definitions for ``` struct ExactInputSingleParams { address tokenIn;...