-
uniswap math intro: https://medium.com/@bgskinner3/uniswap-v3s-brooklyn-blend-bridging-the-gap-between-swap-math-and-tech-e8aff317cb9c
https://twitter.com/_trente_/status/1293404156544323584
syn…
-
Here's what we have today. Feel free to suggest others in the thread!
```js
const GITHUB_REPOS = [
// chains
'bitcoin/bitcoin',
'ethereum/go-ethereum',
'ethereum/solidity',
'solana-…
0xbe1 updated
8 months ago
-
0xadrii
high
# Caching Uniswap position liquidity allows borrowing using undercollateralized Uni positions
## Summary
It is possible to fake the amount of liquidity held in a Uniswap V3 position, …
-
I am getting an error from /v2/quote error as shown in the log image below:
![photo_6014766759774634427_x](https://github.com/Uniswap/interface/assets/173000198/28a84b2d-0a32-49a0-8152-81832241a8c6…
-
# Handle
sirhashalot
# Vulnerability details
## Impact
The `createPair()` function in TimeswapFactory.sol passes a salt value to when creating a new TimeswapPair. This salt is never used. Most li…
-
I'm trying to execute a swap using Uniswap V2 SDK in a Node.js environment. However, when I run the code below, I receive the following error:
` Warning! Error encountered during contract execut…
-
Article address: https://docs.uniswap.org/sdk/v3/guides/quoting
```js
const quotedAmountOut = await quoterContract.callStatic.quoteExactInputSingle(
poolConstants.token0,
poolConstants.token…
-
**Abstract:** Apply to reward the contributors of the white paper sharing.
**Motivation:** White paper sharing is the most important task in the division of group learning task. Though it is diff…
-
This function launches the Uniswap V2 Liquidity Pool with the tokens in the contract and ETH in the contract.
-
0xadrii
medium
# Performing a direct multiplication in `_getPriceFromSqrtX96` will overflow for some uniswap pools
## Summary
The _getPriceFromSqrtX96 will revert for pools that return a _…