Autosophia Base Lens
Screen Base ERC-20 tokens, inspect wallets, simulate txs, price gas.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Screen Base ERC-20 tokens, inspect wallets, simulate txs, price gas. $0.01 in USDC.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| screen_token | ERC-20 token risk screen on Base. $0.01 per call in USDC — no account, no API key. Returns risk_score(0-100), signals, token metadata, and a real Uniswap v3 on-chain slippage curve. Holder concentration and token age are not available (would need an indexer) — marked "not_available", never guessed. address: 0x-prefixed ERC-20 contract address on Base |
| inspect_wallet | Wallet profile on Base. $0.01 per call in USDC. Read-only. Returns ETH balance, nonce, whether the address is a contract or EOA, and balances of a curated major-token list (USDC/WETH/DAI/cbETH — not full portfolio enumeration, which needs an indexer on EVM). address: 0x-prefixed EVM address on Base |
| simulate_transaction | Preview a Base call before sending. $0.01 per call. Never sends — simulation only. Runs eth_call + eth_estimateGas against the given call. Decodes Error(string) and Panic(uint256) revert reasons in plain language. to: contract/address to call data: calldata, hex string starting with 0x (default empty call) value: ETH to send along, hex wei string (default 0x0) from_address: address to simulate as sender (optional) |
| gas_price | Current Base gas price. $0.01 per call. Typically returns in under 2s. Returns base fee, priority fee percentiles from the last 20 blocks, congestion read, and three recommended (slow/normal/urgent) fee tiers with ETH cost estimate. |
| payment_info | How to pay, step by step. |
| service_info | Start here. What this server sells and its current limits. |