fantaALGOs in the AlgoVault
    Updated 2022-04-20
    select sum(balance) from algorand.account where address in (select distinct sender from algorand.application_call_transaction
    where try_base64_decode_string(tx_message:txn:note::string) = 'Market: mt' and app_id= 465814318 )
    Run a query to Download Data