28.Algo-Tinyman LP Actions

    Algorand Q28: Let's look at LP actions on Tinyman since launching Tinyman 1.1 at the beginning of 2022. -Show the number of mint and burn actions each day. -Create a table of the LP pools with the most mint and burn actions Tips: To look at mint and burn actions decode application call transaction messages to see if they are mint or burn actions for the tinyman app(app_id: 552635992) FROM algorand.application_call_transaction WHERE AND try_base64_decode_string(tx_message:txn:apaa[0]::string) IN ('mint', 'burn') AND app_id IN (552635992)