PeimanMinting gALGO3 -total amount of gALGO3 minted over time
    Updated 2023-01-03
    select
    sum(tx_message :dt :itx [0]:txn:aamt/POW(10,6)) as gALGO3
    from algorand.transactions
    where tx_message :txn:apas[0]='694432641'
    and TX_TYPE_NAME='application call'

    Run a query to Download Data