Azinbsc event type
    Updated 2023-02-15
    select
    EVENT_NAME as type ,
    count(*) as number, date_trunc('day',BLOCK_TIMESTAMP) as date

    from
    bsc.core.fact_event_logs
    where
    ORIGIN_TO_ADDRESS='0xce16f69375520ab01377ce7b88f5ba8c48f8d666'
    group by 1,3
    Run a query to Download Data