Introduction

Blink reads the bytecode of every contract deployed on the chains it indexes and works out what each one is: its token standard, whether it is a proxy, what compiled it, how large it is, and whether its source is verified.

It never sees an ABI or uploaded source. Every signal comes from static analysis of onchain bytecode, so when a contract is labelled, it is because the bytecode says so. The rule behind each label lives in Tracked labels.

The dashboard turns that into a handful of charts (deployments, verification, size, compilers, standards) plus a read-only SQL explorer for asking your own questions.

Chains

Two for now: Ethereum and Gnosis. The switcher in the topbar sets the active chain.