Baselight

Ethereum Smart Contracts

Historical smart contracts data for blockchain ethereum

@blt.ethereum_contracts

Loading...
Loading...

About this Dataset

Ethereum Smart Contracts

This dataset is part of Baselight’s unified blockchain collection — a standardized, structured repository of raw and enriched data across multiple blockchains. It includes key tables such as contracts.

Designed for on-chain analytics, indexing, decentralized applications, and research, the data is continuously updated and normalized.

Whether you're exploring transaction trends, building DeFi dashboards, or training ML models on blockchain activity, this dataset provides a reliable foundation.

We welcome feedback and contributions to improve coverage, completeness, and usability.

Tables

Contract Abis

@blt.ethereum_contracts.contract_abis
  • 5.58 GB
  • 26,978,485 rows
  • 10 columns
Loading...

CREATE TABLE contract_abis (
  "contract_address" VARCHAR,
  "abi_source_type" VARCHAR,
  "abi_source" VARCHAR,
  "abi_sha256" VARCHAR,
  "contract_name" VARCHAR,
  "is_proxy" BOOLEAN,
  "implementation_address" VARCHAR,
  "block_number" BIGINT,
  "block_timestamp" TIMESTAMP,
  "ingested_at" TIMESTAMP
);

Contract Bytecode Hashes

@blt.ethereum_contracts.contract_bytecode_hashes
  • 7.82 MB
  • 165,364 rows
  • 3 columns
Loading...

CREATE TABLE contract_bytecode_hashes (
  "contract_address" VARCHAR,
  "bytecode_hash" VARCHAR,
  "block_timestamp" TIMESTAMP
);

Contracts

@blt.ethereum_contracts.contracts
  • 7.1 GB
  • 95,068,634 rows
  • 7 columns
Loading...

CREATE TABLE contracts (
  "address" VARCHAR,
  "bytecode" VARCHAR,
  "creator_address" VARCHAR,
  "creation_transaction_hash" VARCHAR,
  "block_number" BIGINT,
  "block_timestamp" TIMESTAMP,
  "ingested_at" TIMESTAMP
);

Share link

Anyone who has the link will be able to view this.