saadiqOddities Sacrifices
    Updated 2023-07-28
    -- forked from cxkoda / Sacrifices @ https://flipsidecrypto.xyz/cxkoda/q/-qvYCs80nMeZ/sacrifices

    select
    count(*)
    from
    ethereum.core.fact_event_logs
    where
    contract_address = '0xeedc81030f90444fe65244fdac4ef5f89942d2eb' -- Oddsoleum
    and topics[0] = '0x58d9b07bb5737351aa3f6da0be6378f108626dc3bb8658b100e653821090cab1' -- OdditySacrificed
    ;


    Run a query to Download Data