Token & Contract Security

Token and contract screening on X Layer: proxy and implementation detection, mint and pause authority, approval exposure, holder concentration. Findings are evidence-based — each one names the on-chain fact it rests on, and an unavailable chain returns an error rather than a clean bill of health.

20
Endpoints
$0.003
From
$0.05
Up to
20 of these 20 endpoints are marked informational. They produce analysis, not advice, and each response says so. Screening and analytics output is a starting point for a decision, never the decision.

Token Metadata

ERC-20 name, symbol, decimals and total supply read directly from the contract, with the exact call results returned as evidence.

GET $0.005

Contract Existence Check

Determines whether an address holds deployed bytecode, returning code size and code hash as evidence.

GET $0.003

Proxy Pattern Detection

Detects EIP-1967, EIP-1822, beacon and minimal-proxy patterns by reading the standard storage slots and matching known bytecode shapes.

GET $0.01

Implementation Address

Resolves the current implementation address behind a detected proxy and reports which slot or method produced it.

GET $0.005

Ownership Analysis

Reads owner, admin and access-control state, flags whether ownership is an EOA, a contract, or renounced to the zero address.

GET $0.01

Mint Permission Scanner

Scans deployed bytecode for mint-capable function selectors and verifies them with eth_call probes, reporting each selector found as evidence.

GET $0.02

Pause & Blacklist Controls

Detects pause, freeze, blacklist and allow-list control surfaces from bytecode selectors and live state reads.

GET $0.02

Token Tax Indicators

Detects fee-on-transfer indicators from bytecode selectors and, where a liquidity route exists, from a simulated transfer that compares sent and received amounts.

GET $0.02

Honeypot Screen

Simulates buy and sell paths with eth_call against a real liquidity route and reports whether the sell path reverts. Screening evidence, not a guarantee.

GET $0.03

Source Verification Status

Reports whether verified source is published for the contract on the block explorer, with compiler version and verification timestamp.

GET $0.01

Bytecode Fingerprint

Keccak-256 fingerprint of deployed bytecode plus the extracted function-selector set, for matching against known-good or known-bad deployments.

GET $0.02

Holder Concentration

Top-holder distribution with concentration ratios and a Herfindahl index, reporting data completeness so partial coverage is never presented as total.

GET $0.02

Liquidity Evidence

Locates on-chain liquidity pairs for a token and reports reserves, paired asset and pool addresses as evidence of tradability.

GET $0.02

Token Approval Check

Reads the live ERC-20 allowance a wallet has granted to a spender, with the raw and human-scaled values.

GET $0.02

Unlimited Approval Check

Detects effectively-unlimited allowances against known router and spender addresses, ranked by exposure.

GET $0.02

Wallet Token Exposure

Enumerates a wallet's token balances on X Layer with per-token screening flags, so risk is attributed to specific holdings.

GET $0.03

Wallet Protocol Exposure

Maps a wallet's outstanding approvals and interactions to the protocols they expose it to, with the evidencing transactions.

GET $0.03

Dust & Spam Token Detection

Flags dust-value and likely airdrop-spam token balances in a wallet using value thresholds and metadata heuristics.

GET $0.01

Transaction Risk Flags

Decodes a transaction and flags risk patterns — unlimited approval, unverified target, proxy target, value to a contract — each with its evidence.

GET $0.03

Combined Token Risk Score

Aggregates the individual screening checks into a weighted score with every contributing finding, its severity, its evidence and the overall data completeness.

GET $0.05

Other categories