The Interceptor is a powerful tool for simulating transactions on EVM-based chains, including Ethereum Mainnet, Base, Optimism, Gnosis, and more. It offers clear, intuitive explanations for the transactions you initiate. The Interceptor can seamlessly complement your browser wallet, like MetaMask, or function as a standalone transaction simulation tool.
With MetaMask integration, you can forward transactions for signing and send them effortlessly. What truly sets The Interceptor apart, however, is its Simulation Mode. This feature lets you simulate multiple transactions sequentially, providing a detailed preview of their outcomes-even enabling you to interact with DApps at no cost!
- Simulation mode, send transactions for free and see what they do
- Impersonation mode, be Vitalik or anyone else and see the dApps with the eyes of anyone
- Rich mode, browse dapps with extra 200 000 ETH in your pocket!
- Simulate your transactions before sending them to be sure on what they do
- Avoid common token pitfalls such as sending tokens to tokens contract address
- Rescue assets with The Interceptor and Bouquet
- And more!
Your privacy is our priority. The Interceptor is purpose-built to minimize data leakage: no external queries are made without direct user input except for calls to the configured Ethereum RPC server. By default, it connects to Ethereum RPC nodes operated by Dark Florist (us) which doesn't log requests, though you can configure it to connect to other RPC nodes if desired. Please note, The Interceptor requires RPC nodes that support the eth_simulateV1
endpoint, currently available in Geth and Nethermind.
We are not currently operating nodes for Base, Optimism etc, in order to use these chains you will need to add your own RPC.
The Interceptor requires websites to be decentralized and only use users' own wallet to access the network. The following tools are tested to work on The Interceptor:
Install:
npm ci --ignore-scripts
Build:
npm run setup-chrome
for Chrome or npm run setup-firefox
for firefox
Then depending on your browser:
- Chrome: Browse to
chrome://extensions/
and clickLoad unpacked
and point to\app\manifest.json
. - Firefox: Browse to
about:debugging
and clickLoad Temporary Add-on
and point to\app\manifest.json
. - Brave: Browse to
brave://extensions/
and clickLoad unpacked
and point to\app\manifest.json
.
You can reach us Dark Florist via Discord and twitter @DarkFlorist!