flyingfishFunction Signatures
    Updated 2023-10-04
    SELECT
    distinct(origin_function_signature)
    , count(1)
    , max(tx_hash)
    FROM arbitrum.core.fact_transactions
    WHERE block_timestamp > '2023-08-29'
    AND to_address = '0x75f688604a58c720e7e4496139765498a2563c78'
    GROUP BY 1

    /* SELECT *
    FROM arbitrum.core.fact_transactions
    WHERE block_timestamp::date = current_date - 1
    AND tx_hash = '0xfa9b6f541b5d90ce32781e3910b3e887356b154514de18ced593923dc795f2be'
    */
    Run a query to Download Data