KeyrockSOL Bridge
Updated 2024-02-23
9
1
2
3
4
5
6
7
8
›
⌄
select token_symbol, sum(amount_usd) as tot_usd
from ethereum.defi.ez_bridge_activity
WHERE TOKEN_SYMBOL != '' AND amount_usd > 0 AND block_timestamp > '2023-10-01' AND Destination_chain in ('solana')
GROUP BY token_symbol
ORDER BY tot_usd desc
QueryRunArchived: QueryRun has been archived