Overview
ethereum.nfts.mints_w_flags & ethereum.nfts.trades_w_flags
Not all NFT trade and mints contribute to meaningful transaction volumes (wash trades, delisted collections, defi-tainted transactions.
The w_flags tables help analysts identify these transactions to filter out based on their business needs.
âw_flagsâ vs standard NFT tables
The âmints_w_flagsâ and âtrades_w_flagsâ tables are extended versions of the âtradesâ and âmintsâ tables that help identify wash trades and delisted collections.
These tables include additional columns such as our wash trading scores and flags that tag collections delisted by Opensea.
The âis_sanitizedâ Flag
Theis_sanitized column to unify all of our suspicious activity flags. Youâll find it on the âw_flagsâ tables.
Here are the conditions we use to define is_sanitized:
-
for wash trades ->
when wash_trade_score>= 4 or opensea_delisted = true then false else true -
for mints ->
when defi_mint=true or opensea_delisted=true then false else true
where is_sanitized=true