flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Others -> Evmos (Currency)
web3explorer
Others -> Evmos (Currency)
Updated 2023-07-21
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
currency
,
COUNT
(
*
)
AS
count
FROM
evmos
.
core
.
fact_transfers
WHERE
receiver
LIKE
'evmos%'
GROUP
BY
currency
ORDER
BY
2
DESC
;
Results
Run a query to Download Data