flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Yieldly HDL Distribution Pool Exploit date activity
Papasot
Yieldly HDL Distribution Pool Exploit date activity
Updated 2022-03-24
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
block_day
,
count
(
tx_id
)
--try_base64_decode_string(tx_message:txn:apaa[0]::string) as note
from
algorand
.
application_call_transaction
where
app_id
=
596947890
group
BY
block_day
order
by
block_day
Results
Run a query to Download Data