PapasotYieldly HDL Distribution Pool Exploit (bot accounts)
    Updated 2023-01-02
    select
    sender,
    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 sender
    order by 2 DESC
    LIMIT 50
    Run a query to Download Data