flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Sui Bridge
Keyrock
Sui Bridge
Updated 2024-02-23
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
token_symbol
,
sum
(
amount_usd
)
from
ethereum
.
defi
.
ez_bridge_activity
WHERE
TOKEN_SYMBOL
!=
''
AND
amount_usd
>
0
AND
block_timestamp
>
'2023-10-01'
AND
Destination_chain
in
(
'sui'
)
GROUP
BY
token_symbol
Results
QueryRunArchived: QueryRun has been archived