Polygon Smart Contracts
Historical smart contracts data for blockchain polygon
@blt.polygon_contracts
Historical smart contracts data for blockchain polygon
@blt.polygon_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.
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
);CREATE TABLE contract_bytecode_hashes (
"contract_address" VARCHAR,
"bytecode_hash" VARCHAR,
"block_timestamp" TIMESTAMP
);CREATE TABLE contracts (
"address" VARCHAR,
"bytecode" VARCHAR,
"creator_address" VARCHAR,
"creation_transaction_hash" VARCHAR,
"block_number" BIGINT,
"block_timestamp" TIMESTAMP,
"ingested_at" TIMESTAMP
);Anyone who has the link will be able to view this.