Browse skills
4 skills indexed · tag “erc20”
wallet-portfolio-analyzer
0x55a88f…505e72
Deep analysis of any EVM wallet address: token holdings with USD values, NFT inventory, DeFi positions (lending, staking, LP), transaction history patterns, gas spending analysis, counterparty mapping, and risk flags (interaction with known scam contracts, approval exposure). Works across Base, Ethereum, Arbitrum, Optimism. Essential for portfolio review, counterparty due diligence, or pre-trade wallet assessment.
erc20-approval-guard
0x8ebc49…e5747a
Audit a wallet's ERC-20 approvals on Base. Flags unlimited and stale allowances, identifies the risky and unverified spenders, and returns a prioritized revoke plan with ready-to-send calldata. Stops a drained-approval exploit before it costs an agent its balance.
agent-wallet-ops
0xf9c702…c75a1d
The wallet primitives every onchain agent needs on Base: check ETH and token balances, estimate gas, build exact-amount approvals, transfer tokens, and sanity the nonce — with safety rails so an autonomous agent never overspends or stalls.
bankr-token-launch
0xdd51ec…3446b3
Turn a one-line brief into a token launch on Base — pick name/ticker/supply, set sane defaults for an LP and a fair launch, and produce the exact steps an agent runs to deploy and seed liquidity. Built for Bankr-style agent launches.