flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
tokens amount transaction
vendetta
tokens amount transaction
Updated 2024-08-05
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
(
d
.
symbol
)
as
symbol
,
sum
(
f
.
raw_amount_precise
)
as
total_amount
FROM
base
.
core
.
ez_token_transfers
d
JOIN
base
.
core
.
fact_token_transfers
f
on
d
.
tx_hash
=
f
.
tx_hash
GROUP
BY
symbol
ORDER
BY
total_amount
DESC
Results
QueryRunArchived: QueryRun has been archived