mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-01 02:36:20 -04:00
Update and rename notes/the_mempool_and_mev.md to notes/MEV/the_mempool_and_mev.md
This commit is contained in:
parent
127f93e19c
commit
1db4b93ac4
1 changed files with 17 additions and 0 deletions
|
@ -20,6 +20,23 @@
|
||||||
* Usually loo for specific types of transactions in the mempool, such as DEX trade or an oracle update
|
* Usually loo for specific types of transactions in the mempool, such as DEX trade or an oracle update
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## To find Extracted MEV:
|
||||||
|
|
||||||
|
1. look at each Ethereum's transaction trace
|
||||||
|
2. parse it and go through the token transfers
|
||||||
|
3. calculate the starting balance of the sender address and its ending balance (taking into account proxy addresses)
|
||||||
|
|
||||||
|
```
|
||||||
|
Extracted MEV = Successful MEV transactions + Successful MEV transactions gas fees + Failed MEV transactions gas fees
|
||||||
|
|
||||||
|
|
||||||
|
Failed MEV transactions gas fees = Reverted MEV transactions gas fees + Checked MEV transactions gas fees
|
||||||
|
```
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## References
|
## References
|
Loading…
Add table
Add a link
Reference in a new issue