flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Transaction over time
cloudr3n
Transaction over time
Updated 2021-12-22
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
-- select *
select
date
(
block_timestamp
)
as
dates
,
count
(
*
)
as
no_of_tx
from
terra
.
msg_events
where
event_attributes
:
task_type
IS
NOT
NULL
-- and event_type='from_contract'
GROUP
BY
dates
--order by block_timestamp
--limit 100
Results
Run a query to Download Data