saadiqBirds In-Chain: Total
    Updated 2023-08-28
    select
    count(distinct tx_hash) birds_in_chain,
    max(block_Number) latest_block,
    max(BLOCK_TIMESTAMP) latest_data,
    CURRENT_TIMESTAMP utc_at_run
    from
    ethereum.core.fact_event_logs
    where
    contract_address = '0xf8d83845deb59ee43cf012e57731209a472baf8c'
    and origin_function_signature = '0xbf2ac4da';

    -- https://etherscan.io/address/0xf8d83845deb59ee43cf012e57731209a472baf8c
    Run a query to Download Data