Ethereum Tokens
Tokens for ethereum
@blt.ethereum_tokens
Tokens for ethereum
@blt.ethereum_tokens
Canonical reference of ERC-style tokens. The tokens table keeps one row per contract with normalized metadata to enrich swaps, transfers, balances, and prices across the Baselight ecosystem.
CREATE TABLE tokens (
"chain_id" BIGINT,
"address" VARCHAR,
"name" VARCHAR,
"symbol" VARCHAR,
"decimals" INTEGER,
"logo_uri" VARCHAR,
"source" VARCHAR,
"ingested_at" TIMESTAMP
);Anyone who has the link will be able to view this.