Total Supplies
Availability
This table is available for the Ethereum, Polygon, Arbitrum and Base.
eu-west-1
token_total_supplies_ethereum_mainnet_v1
token_total_supplies_polygon_mainnet_v1
token_total_supplies_arbitrum_mainnet_v1
token_total_supplies_base_mainnet_v1
Methodology
The table is built by the following process:
Identify all
Transfer
events (shared byERC-20
andERC-721
) emitted in a blockCall the
totalSupply
method for each token extracted from these events
Table Schema
chain_name
string
Name of the chain (ethereum
, arbitrum
, polygon
, ...).
chain_network_name
string
name of the network (mainnet
).
block_hash
string
Block hash encoded as binary string
block_number
uint64
Block height
timestamp
datetime
UNIX timestamp for when the block was collated
token_address
string
The address of the token
value
uint256
The total supply of the token
Usage
The below query makes use of the token_total_supplies_ethereum_mainnet_v1
to get the maximum total supply of USDC (0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48) per day for the last 30 days.
Last updated