mo115NFTs2Me - mint
Updated 2024-07-29
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
SELECT 'NFTs2Me' as nft
, count (distinct TOPICS[2]) as minter
, count(CONTRACT_ADDRESS ) as NFTs
FROM berachain.testnet.fact_event_logs
where ORIGIN_TO_ADDRESS = '0x00000000001594c61dd8a6804da9ab58ed2483ce'
and CONTRACT_ADDRESS = '0x00000000001594c61dd8a6804da9ab58ed2483ce'
---and ORIGIN_FUNCTION_SIGNATURE = '0x84bb1e42'
and TOPICS[1] = '0x0000000000000000000000000000000000000000000000000000000000000000'
and data = '0x'
QueryRunArchived: QueryRun has been archived