saadiqOddities Sacrifices
Updated 2023-07-28
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
-- 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