nickpayiatis_Untitled Query
Updated 2022-12-12
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select try_base64_decode_string(tx_message:txn:note::string) as message,
regexp_replace(message,'^[^-]+-','')
, asset_sender, amount, tx_id
from algorand.core.ez_transfer
where block_timestamp::date > '2022-08-10'
and amount > 0
and asset_id = '849191641'
and asset_sender <> 'Y2QLK6EJAQHNVGXUVCPIUSLGPHHJNXKEOQMZ7RUA3NRUBHMIF72YWLSHW4'
Run a query to Download Data