mlhUntitled Query
    Updated 2022-07-06
    SELECT
    count(distinct tx_hash),
    ORIGIN_FUNCTION_SIGNATURE
    from arbitrum.core.fact_event_logs
    where ORIGIN_to_ADDRESS=lower('0x1b02da8cb0d097eb8d57a175b88c7d8b47997506')
    group by 2
    Run a query to Download Data