PapasotUntitled Query
Updated 2022-01-24
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
asset_id
from
algorand.transactions
where
tx_group_id is not null
and tx_type = 'appl'
and inner_tx = 'FALSE'
and block_id < '18363444' -- Jan 1st, day of exploit
and block_id > '16550000' -- Oct 1st, around launch of tinyman
and tx_message :txn :apid :: number = 350338509 --Tinyman app ID
and tx_message :txn :apaa :: string like '%c3dhcA==%' --base64 encoded for swap
Run a query to Download Data