Contract & address inspection
Deeper onchain reads: verified contract source and ABI, address profiles, token holders, transaction inspection - plus the named block and log primitives (block number, block info, event logs, ERC-721 owner, contract code).
Contract inspect (multichain)
POST /api/contract-inspectDeep contract inspection on any Blockscout-hosted chain (dozens: Ethereum, Base, Polygon, Optimism, Arbitrum, Celo, Gnos…
try in playground →Address profile (multichain)
POST /api/address-profileExplorer-grade profile of any address on any Blockscout-hosted chain: native balance, contract vs EOA, verification stat…
try in playground →Token info (multichain)
POST /api/token-infoExplorer-grade metadata for any ERC-20/721/1155 token on any Blockscout-hosted chain: name, symbol, decimals, type, tota…
try in playground →Token holders (multichain)
POST /api/token-holdersTop holders of any token on any Blockscout-hosted chain - address, balance, and share of supply, ranked - bought per cal…
try in playground →Transaction inspect (multichain)
POST /api/tx-inspectFull decoded transaction on any Blockscout-hosted chain: status, from/to, value, gas, the decoded method + parameters, a…
try in playground →