OPENEYE, ticker $OPENEYE. An open-source live observatory for trader wallets on the Base chain. Every twelve seconds it parses the most recent Base blocks, extracts unique sender addresses, classifies each as EOA or smart contract, fetches the account nonce as a proxy for activity, fetches the current ETH balance, and maps the destination router contract to a known trading terminal so you can see whether the wallet you are about to trade with is a fresh human, a power user, or an automated sniper bot.

OPENEYE // live wallet observatory
The OPENEYE logo: a stylized blue eye over a dark technical scene

// open source · live · base mainnet

see who you trade with.

OPENEYE streams unique trader wallets from the latest Base blocks every twelve seconds, classifies each one as EOA, contract, or bot, detects which terminal they trade through, and reads their on-chain age. Pull back the curtain before you click swap.

Open the Eye Buy $OPENEYE
connecting to base mainnet...
// wallets seen --
// humans --
// bots --
// contracts --
// top terminal --
// latest block --
// LIVE WALLET FEED

recent senders on base

streamed from mainnet.base.org · click any row to inspect on basescan

wallet kind nonce balance terminal block
opening the eye…

// how the eye sees

EOA vs contract

each address is queried with eth_getCode. an empty result means a real human-controlled wallet. a non-empty result means a smart contract, including Safe wallets, routers, and bots.

activity by nonce

eth_getTransactionCount returns the total number of transactions sent. fresh wallets (< 5) are likely new humans. high-nonce wallets (> 5000) are likely automated.

terminal detection

the destination address of the transaction is compared against a curated map of known routers (Uniswap, Aerodrome, 1inch, Maestro, Banana Gun, etc). a match exposes the trading terminal in plain English.

balance now

eth_getBalance returns the current ETH holdings on Base. shown rounded to milli-ETH precision. PnL needs historical pricing and is on the roadmap.