EigenTx

Transaction visualization tool for various chains, which generates token flow chart to give you more insights into the transaction

EigenTx là gì?

EigenTx là một tiện ích mở rộng Chrome được phát triển bởi eigenphi.io, và tính năng chính của nó là "Transaction visualization tool for various chains, which generates token flow chart to give you more insights into the transaction".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EigenTx

Tải xuống các tệp mở rộng EigenTx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.

Start from 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 the 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 : Ethereum, BSC, Avalanche, Polygon, Arbitrum, Optimism, Fantom and Cronos.

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) .                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EigenTx EigenTx
ID gmjkhhheaknfaekapfiedhohdilpmgci
URL Chính Thức https://chromewebstore.google.com/detail/eigentx/gmjkhhheaknfaekapfiedhohdilpmgci
Mô tả Transaction visualization tool for various chains, which generates token flow chart to give you more insights into the transaction
Kích Thước Tệp 411 KB
Số Lần Cài Đặt 734
Phiên Bản Hiện Tại 1.5.8
Cập Nhật Lần Cuối 2023-05-18
Ngày Phát Hành 2022-09-29
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển eigenphi.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eigenphi.io/
URL Trang Trợ Giúp https://github.com/eigenphi/EigenTx-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EigenTx",
    "description": "Transaction visualization tool for various chains, which generates token flow chart to give you more insights into the transaction",
    "version": "1.5.8",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/etherscan.io\/tx\/*",
                "https:\/\/bscscan.com\/tx\/*",
                "https:\/\/www.bscscan.com\/tx\/*",
                "https:\/\/snowtrace.io\/tx\/*",
                "https:\/\/polygonscan.com\/tx\/*",
                "https:\/\/arbiscan.io\/tx\/*",
                "https:\/\/optimistic.etherscan.io\/tx\/*",
                "https:\/\/cronoscan.com\/tx\/*",
                "https:\/\/ftmscan.com\/tx\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/etherscan.io\/*",
        "*:\/\/www.etherscan.io\/*",
        "*:\/\/storage.googleapis.com\/*",
        "*:\/\/us-west1-arbitragescan.cloudfunctions.net\/*",
        "*:\/\/bscscan.com\/*",
        "*:\/\/www.bscscan.com\/*",
        "*:\/\/snowtrace.io\/*",
        "*:\/\/polygonscan.com\/*",
        "*:\/\/arbiscan.io\/*",
        "*:\/\/optimistic.etherscan.io\/*",
        "*:\/\/cronoscan.com\/*",
        "*:\/\/ftmscan.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/images\/32.png"
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}