flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
FLOW bridge 4
KARTOD
FLOW bridge 4
Updated 2022-06-30
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
CONTRACT_NAME
,
BRIDGE
,
COUNT
(
DISTINCT
TX_ID
)
AS
"Transactions"
,
SUM
(
AMOUNT
)
AS
"Amount"
FROM
flow
.
core
.
fact_bridge_transactions
left
join
flow
.
core
.
dim_contract_labels
ON
TOKEN_CONTRACT
=
EVENT_CONTRACT
GROUP
BY
1
,
2
Results
Run a query to Download Data