flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
4 - IBC tot
Elprognerd
4 - IBC tot
Updated 2023-03-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
TRANSFER_TYPE
as
"Event type"
,
count
(
DISTINCT
tx_id
)
as
"Number of TXs"
,
count
(
DISTINCT
sender
)
as
"Number of users"
FROM
axelar
.
core
.
fact_transfers
WHERE
not
transfer_type
LIKE
'AXELAR'
GROUP
BY
1
Results
Run a query to Download Data