rezarwz2023-11-09 09:47 PM
    Updated 2023-11-17
    SELECT
    event_name,
    count(tx_hash)
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address in(
    '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2',
    '0x49ad262c49c7aa708cc2df262ed53b64a17dd5ee'
    )
    GROUP by
    1
    Run a query to Download Data