CryptoIcicleUntitled Query
    Updated 2021-08-28
    -- 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