mo115 OOGA BOOGA - mint
Updated 2024-07-29
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT 'OOGA BOOGA' as nft
, count (distinct TOPICS[2]) as minter
, count(CONTRACT_ADDRESS ) as NFTs
FROM berachain.testnet.fact_event_logs
where ORIGIN_TO_ADDRESS = '0xbd10c70e94aca5c0b9eb434a62f2d8444ec0649d'
and CONTRACT_ADDRESS = '0xbd10c70e94aca5c0b9eb434a62f2d8444ec0649d'
and ORIGIN_FUNCTION_SIGNATURE = '0xefef39a1'
and TOPICS[1] = '0x0000000000000000000000000000000000000000000000000000000000000000'
QueryRunArchived: QueryRun has been archived