-
I first got the Lil Nouns holders.
To do this from the table ethereum.core.ez_nft_transfers
Based on filter nft_address = lower ('0x4b10701bfd7bfedc47d50562b76b436fbb5bdb3b')
I got the inventory value of each address (from / to).
-
I for voter analysis From ethereum.core.fact_event_logs table
based on filter T1.TX_STATUS = 'SUCCESS'
and T1.EVENT_REMOVED = 'false'
and T1.EVENT_NAME = 'VoteCast'
and contract_address = '0x5d2c31ce16924c2a71d317e5bbfd5ce387854039'
-
From the field information EVENT_INPUTS,and I fetched 'support', 'voter' and 'votes'
-
support = '0' AS number_of_false_votes
-
support = '1' number_of_true_votes
-
support = '2' number_of_abstain_votes
-
I got the total number of voters and the total number of votes.
-
I considered those whose vote was 0 as excluded.
-
I got the amount of gas at the time of voting on a daily basis and analysis it.
-
I analysis the votes and voters based on the proposal