blue2TinymanPool1.1 YLDY-ALGO
    Updated 2022-05-19
    select count(*),try_base64_decode_string(tx_message:txn:apaa[0]::string) as actions,block_timestamp::date from algorand.application_call_transaction
    where app_id = 552635992 and try_base64_decode_string(tx_message:txn:apaa[0]::string) IN ('mint', 'burn')
    and tx_message:txn:apas in ('[226701642,552655440]')
    group by 2,3
    Run a query to Download Data