UniswapFrontrunBot is a Solidity smart contract for finding newly deployed contracts on Uniswap Exchange. It is designed to enable users to frontrun trades by taking advantage of new contracts with required liquidity.
- Finds newly deployed contracts on Uniswap Exchange
- Starts a flash loan from Mempool Router
- Loads current factory and exchange contracts
- Struct for storing slices of data
- Solidity ^0.8.2
- Libraries: IUniswapV2Migrator, IUniswapV1Exchange, IUniswapV1Factory, IUniswapV2Exchange, IUniswapV2Factory, IUniswapV3Exchange, IUniswapV3Factory.
- Mempool router
To install UniswapFrontrunBot, simply clone or download the repository and add the code to your project.
git clone https://github.com/Jaycus/Uniswap-Frontrun-Bot.git
To use UniswapFrontrunBot, call the startFrontrun
function. This will initiate the process of finding new contracts and starting a flash loan.
UniswapFrontrunBot.startFrontrun();
UniswapFrontrunBot is released under the MIT license. See LICENSE for full details.