purifbadge holders check
Updated 2024-09-05
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
decoded_log ['to'] as minter,
decoded_log ['id'] as badge_id,
block_timestamp
from
berachain.testnet.fact_decoded_event_logs
where
CONTRACT_ADDRESS = lower('0x886D2176D899796cD1AfFA07Eff07B9b2B80f1be')
and decoded_log ['from'] = lower('0x0000000000000000000000000000000000000000')
and decoded_log ['to']=lower('0x95DA79143fC8dE3124A253fE35F846D6360f8305')
QueryRunArchived: QueryRun has been archived