rajsUntitled Query
Updated 2022-06-27
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
origin_function_signature,
count(*)
from polygon.core.fact_event_logs
-- where tx_hash = '0x30fa36cf150ac890f5bd630be4732f1506e7507ee6843548a3a66435d20fb026'
where contract_address = '0x6f54391fe0386d506b51d69deeb8b04e0544e088'
and event_inputs:from = '0x0000000000000000000000000000000000000000'
group by 1
order by 2 desc
-- limit 3
Run a query to Download Data