shaunofflatest_contract_events_decoded(address, lookback)
    Updated 2023-06-24

    select
    *
    from
    table (
    {{schema}}.latest_contract_events_decoded('{{token_address}}', 1000)
    );







    Run a query to Download Data