The ercX tokens tables only includes tokens decoded by the respective specifications. The table does not include the universe of all ercX tokens deployed.

As part of our data pipeline, we decode contract deployments to identify ERC tokens. The decoded contracts generates the ercX tokens metadata (e.g. name, symbol, decimals).

Tokens that do not meet these specifications will not be decoded. We rely on a separate pipeline (RPC calls) to fetch the metadata.

ERC Metadata SourceCaveats
Decoding PipelineOnly includes tokens that meet the specification listed below.
RPC Contract CallThese tokens will have null block_timestamp, block_hash, and block_number.

ERC-20 Token

An ERC-20 token is either

ERC-721 Token

Similarly, an ERC-721 token is either

ERC-1155 Token

Similarly, an ERC-1155 token is either