Update README.md

This commit is contained in:
mia von steinkirch, phd 2022-12-18 13:23:51 -08:00 committed by GitHub
parent 1bec68e392
commit b260390ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,28 @@
## PvP bot battles ## PvP War
* [interesting txs](interesting_txs.md)
<br> <br>
### salmonella ### PvP bot battles
<br>
#### 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. * 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](https://github.com/Defi-Cartel/salmonella) * [source code](https://github.com/Defi-Cartel/salmonella)
<br> <br>
### kattana #### kattana
* trap for front-runnign bots during token listing. * trap for front-runnign bots during token listing.
<br> <br>
### YOLOchain #### YOLOchain
* [bert miller thread](https://twitter.com/bertcmiller/status/1381296074086830091?s=20) * [bert miller thread](https://twitter.com/bertcmiller/status/1381296074086830091?s=20)
* instead of users paying tx fees via gas prices, flashbots users pay fees via a smart contract call which transfers eth to miner. * instead of users paying tx fees via gas prices, flashbots users pay fees via a smart contract call which transfers eth to miner.