flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Bridge Volume - the num bridges based on token
saeedmzn
Bridge Volume - the num bridges based on token
Updated 2022-07-01
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
CONTRACT_NAME
as
token
,
count
(
DISTINCT
tx_id
)
as
num_bridges
from
flow
.
core
.
fact_bridge_transactions
join
flow
.
core
.
dim_contract_labels
on
EVENT_CONTRACT
=
TOKEN_CONTRACT
group
by
1
Results
Run a query to Download Data