PapasotYieldly HDL Distribution Pool Exploit date activity
    Updated 2022-03-24
    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
    Run a query to Download Data