3. Deployed-Contract and Multi-Chain Scanning
Hawk-i scans live contracts by address, not just local source. Pass an address and a chain and it pulls verified source from the chain's block explorer (Etherscan-family), falling back to web3 and raw bytecode when source is not published.
$ hawki scan --address 0xYourContract --chain ethereumPer-chain RPC and explorer endpoints ship built in for seven EVM mainnets (Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, and Avalanche), plus the Sepolia testnet and a local node. Override the RPC with --rpc-url and supply an explorer API key with --explorer-key.