Swap, earn, and build on the leading decentralized crypto trading protocol. Uniswap is a protocol for trading and automated liquidity provision on Ethereum.
Uniswap V3 factory. Its purpose is to deploy Uniswap V3 pools and manage the ownership and control over pool protocol fees. It allows the deployment of Uniswap V3 pools, which are used to trade tokens using liquidity pools.
This contract allows for the swapping of tokens between 2 different ERC-20 tokens, and it also keeps track of the reserves of the tokens in the pool, and the cumulative prices of the tokens.
The SwapRouter02 contract is used for swapping tokens on the Ethereum network. It allows users to exchange one token for another at a predetermined exchange rate, making it easier to trade between different cryptocurrencies.
The SwapRouter contract is used for swapping tokens on the Ethereum network. It allows users to easily exchange one token for another without the need for a centralized exchange.
The UniswapV2Router02 contract is a decentralized token exchange router that allows users to swap tokens on the Ethereum blockchain without the need for a centralized exchange.
Implements the IUniswapV2Factory interface and creates new Uniswap V2 liquidity pool pairs, allows for the creation of new pairs by mapping two ERC-20 tokens together.