Skip to main content
1 tables in this category.

Tables

  • agent.ethereum_dex_trades
  • agent.ethereum_prices_day
  • agent.ethereum_transfers

Table Schemas

agent.ethereum_erc20

ERC-20 token metadata registry: contract address, symbol, name, and decimals. Used as a dimension table for enriching addresses into human-readable token info. Engine: MergeTree | ORDER BY: contract_address
  • This is a small dimension table — safe to use in subqueries or JOINs without filtering
  • contract_address is lowercase hex — ensure your join keys are also lowercase
  • Some tokens have duplicate symbols (multiple USDT contracts exist) — always join on address, not symbol
  • Ethereum-only. Other chains do not have a separate erc20 metadata table exposed.
  • May not include every token — new or very obscure tokens might be missing
  • Symbol and name are from deployment — tokens can rebrand but this table reflects original metadata