From 5128f9ed86dc4130753d2bc8a130deea7157daea Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:53:39 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=AD=20add=20mev=20block=20exporers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2858371..f5ad845 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ ## 🍟 resources && tools +
+ +#### mev explorer + +* [Zero MEV](https://www.zeromev.org/) +* [Public MEV explorer](https://metablock.dev/tools/mev/) + +
#### tx analysis @@ -60,16 +68,12 @@ * [ethereum token explorer](https://ethplorer.io/) * [block explorer and txs](https://explorer.anyblock.tools/) * [ethereum tx reverts](https://dune.com/kroeger0x/ethereum-transaction-reverts) +* [blockchair explore](https://blockchair.com/ethereum)
-#### mev explorer -* [Zero MEV](https://www.zeromev.org/) -* [Public MEV explorer](https://metablock.dev/tools/mev/) - -
#### mev bots stuff @@ -103,19 +107,6 @@ * [gastrology: estimate gas prices by analyzing past blocks](https://dethgasstation.eth.link/) -
- -#### supporting tools - -
- -* [eth converter](https://eth-converter.com/) -* [smart contract allowance checker](https://app.unrekt.net/) -* [tornado cash pool anonymity](https://tutela.xyz/) -* [CIA officer's roadmap](https://github.com/OffcierCia/DeFi-Developer-Road-Map#transaction-visualization-scoring--tracking) -* [eth detective](https://www.ethtective.com/address/) -* [contracts diff checker](https://etherscan.io/contractdiffchecker) -
@@ -146,6 +137,22 @@
+ + +#### other supporting tools + +
+ +* [eth converter](https://eth-converter.com/) +* [smart contract allowance checker](https://app.unrekt.net/) +* [tornado cash pool anonymity](https://tutela.xyz/) +* [CIA officer's roadmap](https://github.com/OffcierCia/DeFi-Developer-Road-Map#transaction-visualization-scoring--tracking) +* [eth detective](https://www.ethtective.com/address/) +* [contracts diff checker](https://etherscan.io/contractdiffchecker) + +
+ + --- ## 🍿 cool articles