scottincryptoUntitled Query
    Updated 2022-10-02
    select
    *
    from polygon.core.fact_event_logs
    where contract_address = '0xb20fc01d21a50d2c734c4a1262b4404d41fa7bf0'
    and event_name in ('AmpUpdateStopped', 'AmpUpdateStarted')
    order by block_timestamp, event_index
    Run a query to Download Data