mev-toolkit/pvp_war
2022-12-20 11:06:56 -08:00
..
interesting_txs.md Update interesting_txs.md 2022-12-18 17:30:42 -08:00
README.md add list of malicious tokens 2022-12-20 11:06:56 -08:00

PvP bot battles


notorious examples


salmonella

  • exploited the generalised nature of front-running setups through an erc20 token that could detect when a non-owner is transacting it, returning just 10% of the amount.
  • source code

kattana

  • trap for front-running bots during token listing.

YOLOchain

  • bert miller thread
    • instead of users paying tx fees via gas prices, flashbots users pay fees via a smart contract call which transfers eth to miner.
    • miners receive bundles of txs from users and include the bundle that pays the most
    • sandwich bots watch the mempool for users buying on dexes and sandwich them
    • bots will simulate their txs on local infrastrcuture


other malicious tokens