What if you could just ask a smart contract questions in plain English? "What's the total supply?" → calls totalSupply() → "1,000,000 USDC" "Who is the owner?" → calls owner() → "0x1234...abcd" "How many holders are there?" → "This contract doesn't have a holder count function, but you could check Transfer events." I built AbiLens — a chat interface for EVM smart contracts. Paste an address, pick