Token Tables
Ethereum Token tables available to query via SQL
Links
Token specific tables
Table Name | Description |
---|---|
ERC-20, ERC-721 and ERC-1155 token contracts | |
ERC-20, ERC-721, and ERC-1155 token transfers | |
Token transfers from the last 30 minutes, ~128 blocks | |
ERC-20 token contracts | |
ERC-20 token transfers | |
ERC-721 token contracts | |
ERC-721 token transfers (NFTs) | |
ERC-1155 token contracts | |
ERC-1155 token transfers | |
ERC-20, ERC-721, and ERC-1155 token mints | |
Token mints from the last 30 minutes, ~128 blocks |
The columns and their schema available for each table can be viewed with the describe <table>
command. For example:
Improving query performance - indexed columns
Query performance can be significantly improved by adding WHERE
clauses to your query on specific indexed columns.
Table Name | Indexed Columns |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Last updated