zyroqperiod 2
Updated 2024-12-07
9
1
2
3
4
5
6
7
›
⌄
SELECT
COUNT(DISTINCT TX_HASH) AS bridge_tx,
SUM(AMOUNT_USD) AS total_value_tf,
COUNT(DISTINCT IFF(direction = 'inbound', destination_address, source_address)) AS users
FROM
near.defi.ez_bridge_activity
WHERE platform = 'rainbow'
QueryRunArchived: QueryRun has been archived