Skip to main content
Returns the compiled bytecode at a given address. Returns "0x" for externally owned accounts (EOAs).
Flashblocks: Query https://mainnet.base.org with "pending" to detect contract deployments before the block seals.

Parameters

string
required
The 20-byte address to query.
string
required
Block number in hex, or "latest", "pending", "safe", "finalized", "earliest".

Returns

string
The bytecode at the address as a hex string. "0x" if there is no code.

Example