CryptoIcicleUntitled Query
Updated 2021-08-28
99
1
2
3
4
5
6
7
8
9
10
›
⌄
-- Count and plot the number of daily transactions and unique addresses on polygon, beginning June 1, 2021.
-- In your estimation, discuss whether polygon is still launching up, has reached a plateau, etc.
SELECT
* FROM
polygon.events_emitted
WHERE TX_ID = '0x889f85f80e27de6ed596b2e7a3f0a14eb204926a4ff27ed43a0b74195a78f93e'
LIMIT 100
Run a query to Download Data