Terra 2.0 - Phoenix 1 Datasets
I broke this dashboard down into three tabs.
-
Main - This has a preview of transfers and staking transactions as they are the simplest transactions to analyze.
-
Msgs/Events - This has a list of all msg_types and attribute_keys as well at their respective transaction/event counts. I also included a list of both in relation to one another - a msg_type can have many different event_attributes, but an event_attributes belongs to only one msg_type.
-
Contract Addresses - This has a few lists of contract address information and transaction/event counts. Flipside has some native contract labels that I provided where possible.
The best way to investigate Terra 2.0 data with Flipside data is to break down transactions by their respective message event/attribute data.
Terra transactions can contain multiple messages (msgs) for each transaction (txn). Each msg contains multiple attributes (also called events).
For example, take a look at this transaction: https://finder.terra.money/mainnet/tx/083BB9E4D51DD2A9405D35405B80EBEA15A689622B44E58A840B7F8513ABAE97
This is a single-msg transaction that has one wallet sending 1000 Luna to another wallet. Under the single MsgSend message, it has 4 attributes/events. coin_received, coin_spent, message, and transfer. You can get a lot of the same data from each row of attribute data, but you need to make sure you are specifying which msg_type/attribute_keys you are using in order to not have any double counts in your calculations.
To view the SQL behind each dataset, just click on the title of the respective object.