Skip to content

deltartificial/spammer-tracker-evm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spammer Tracker EVM

Spam Tracker Demo

Monitor and detect transaction spam on EVM chains. Currently configured for Base network.

Features

  • Real-time block monitoring
  • Method-based spam detection
  • Gas fee tracking
  • Configurable block range and consecutive blocks

Quick Start

# Install dependencies
bun install

# Run the tracker
bun run src/index.ts

Configuration

You can adjust the monitoring parameters in src/index.ts:

watchTransactions({
  blockRange: 20,           // Number of blocks to monitor
  minConsecutiveBlocks: 0   // Minimum consecutive blocks for spam detection
});

Methods

Method signatures are defined in methods.json. Add or modify methods to track specific contract interactions.


This project was created using bun init in bun v1.1.34. Bun is a fast all-in-one JavaScript runtime.

About

Track spammer sniper wallets accross EVM chains

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published