MEVScan Admin
Enter your Admin Key to continue

Admin

Admin Key

The key is sent as an HTTP header only. It is never stored in the browser.

User Lookup

按 Email 查询用户基本信息及账单摘要。

User Lookup by ID

按 User ID 查询用户基本信息及账单摘要。

Token Management

The token is shown only once after creation — copy it immediately. Use it as Authorization: Bearer <token>.
New Token (copy now — will not be shown again)
# Username Token Prefix Created At Status
Loading…

Billing Formulas

Arithmetic expressions. Supports: + - * / // % **, comparison (> < >= <= == !=), and ternary (x if cond else y).

Variables: found (1=found, 0=not found), tx_count (number of txs, ≥1)
Variables: L (block range, ≥1), N (filter addresses count, ≥1), M (returned ID count)
Variables: tx_count (usually 1)

Balance Management

已消费过 Points 的用户,按余额倒序排列。

# Username Points Last Consumed
Loading…
Username or User ID
Points
Expires (days)
Note

Billing V2 — Grant Points

Billing V2 — Refund Credits

Billing V2 — Subscription Admin

Retrace Block

调用上游 Tracer 重跑指定区块(全链路),结果写入 runtime-data/reviewMEVs/

Block Number
Chain ID
Block Numbers(逗号分隔)
Chain ID

⚠ Danger Zone

以下操作不可恢复,请谨慎操作。

删除用户及其所有关联数据(token、订阅、余额、充值记录),无法恢复

Rate Limit Rules

Format: path_prefix:limit/window_seconds, multiple rules separated by commas.
Rules are matched in declaration order — the first matching rule wins (put more specific prefixes first).

Fields
 • path_prefix — matches any request path starting with this string, e.g. /sse, /api/deposit/, / (catch-all)
 • limit — max requests per window for the same user (authenticated) or IP (anonymous)
 • window_seconds — sliding window length in seconds; counter resets after the window

Examples
 • /sse:120/60,/api/deposit/:30/60,/:300/60 — SSE 120/min, deposit 30/min, everything else 300/min
 • /sse:20/60,/:100/60 — strict SSE limit, relaxed catch-all
 • off — disable rate limiting globally

Changes take effect immediately without restarting the server.