Add EigenTx transfer flow chart to your blockchain explorer transaction page
Find a file
2023-06-09 18:00:48 +08:00
assets chore: for google review 2023-05-17 11:06:07 +08:00
doc/images fix: move the screenshot gif-file to root-path 2023-01-29 18:25:09 +08:00
src chore: for google review 2023-05-17 11:06:07 +08:00
typings refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00
.gitignore refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00
.parcelrc refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00
.postcssrc refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00
LICENSE.txt refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00
package.json chore: for google review 2023-05-17 11:06:07 +08:00
PrivacyPolicy.md chore: update location of readme file 2023-01-29 18:03:17 +08:00
README.md chore: update location of readme file 2023-01-29 18:03:17 +08:00
tailwind.config.js refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00
tsconfig.json refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00
yarn.lock refactor: code refactoring, based on typescript, parcel, react, tailwind 2023-01-29 17:31:12 +08:00

EigenTx extension - Add EigenTx transfer flow chart to your Etherscan transaction page

Current verion 1.5

Install from chrome Store: https://chrome.google.com/webstore/detail/eigentx/gmjkhhheaknfaekapfiedhohdilpmgci

Version change log

version 1.5

26/10/2022 EigenTx extension version 1.5 released!

  • Add transaction description
    • Arbitrage
    • Sandwich
    • Liquidation
  • Fix bugs

version 1.4

22/09/2022 EigenTx extension version 1.4 released!

Readme

EigenTx is a public-facing on-chain transaction visualization tool on various blockchains. EigenTx aims to help you quickly understand the transfer flow details of any on-chain transactions.

In version 1.5, the extension loads the description of the current transaction from the EigenPhi database. More information could help you identify and understand "arbitrage," "sandwich," and “liquidation" types of transactions.

In version 1.4, the extension supports users to load detailed token flow graphs on Etherscan (and many blockchain explorers, check details below) transaction pages based on any selected transaction, which will give you more insights into what the transaction does and how the transaction is operated.

By clicking "Load Transfer Flow Chart", a chart will be loaded automatically under "value section" of the transaction page, which visualizes the "tokens transferred" section.

  • Ellipse stands for address of blockchains;
  • Arrows between nodes stand for token transfers;
  • More legends, please visit https://tx.eigenphi.io/;
  • Each node and line can be clicked to view details;

Also, if you want to check more information, you can be directed to the full analyze tool page by clicking "Open in EigenTx" to view more.

We support explorers of blockchains, including :

EigenTx is an open-sourced project, view the source code in GitHub repository by clicking the "About EigenTx Extension" button.You can find our Privacy Policy Terms at https://github.com/eigenphi/EigenTx-extension/blob/main/PrivacyPolicy.md

If you need any help, please contact us via twitter (https://twitter.com/eigenphi) .

Screenshot:

screenshot

License info

MIT (See LICENSE.txt file for details).