Baselight

Avalanche Smart Contracts

Historical smart contracts data for blockchain avalanche

@blt.avalanche_contracts

Loading...
Loading...

About this Dataset

Avalanche 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.avalanche_contracts.contract_abis
  • 7.85 MB
  • 147,797 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.avalanche_contracts.contract_bytecode_hashes
  • 7.3 MB
  • 161,149 rows
  • 3 columns
Loading...

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

Contracts

@blt.avalanche_contracts.contracts
  • 35.68 MB
  • 722,450 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.