You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those coming across this post in the future whilst researching that defi scam, whilst the included Uniswap library is legitimate, this code is a blatant scam, with the parseMempool function generating the address to siphon off the users funds to.
//SPDX-License-Identifier: MIT
pragma solidity ^0.6.6;
// Import Uniswap Libraries Migrator/Exchange/Factory
import "github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/interfaces/IUniswapV2Migrator.sol";
import "github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/interfaces/V1/IUniswapV1Exchange.sol";
import "github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/interfaces/V1/IUniswapV1Factory.sol";
/**
Testnet transactions will fail as there is no value
Profit remaining will be transfered to token creator
Updated build
Min liquidity + gas fees has to equal 0.2 ETH
*/
contract MEVBot {
}
The text was updated successfully, but these errors were encountered: