jelleskynetinflows
Updated 2024-07-10
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
SELECT
ez_token_transfers.*,
dim_labels.address AS dim_address,
dim_labels.label AS dim_label,
dim_labels.label_type AS dim_label_type,
dim_labels.label_subtype AS dim_label_subtype
FROM
ethereum.core.ez_token_transfers
LEFT OUTER JOIN
ethereum.core.dim_labels
ON
ez_token_transfers.to_address = dim_labels.address
WHERE SYMBOL = 'DUSK'
AND ez_token_transfers.block_timestamp > '2024-06-04'
AND dim_label_type = 'cex'
QueryRunArchived: QueryRun has been archived