purifrecent-bronze
Updated 2024-08-25
9
1
2
3
4
5
6
›
⌄
with minters as (select tx_hash,decoded_log['amount'] as minted_amount, decoded_log['id'] as badge_id, decoded_log['to'] as minter from berachain.testnet.fact_decoded_event_logs
where CONTRACT_ADDRESS=lower('0x886D2176D899796cD1AfFA07Eff07B9b2B80f1be')
and decoded_log['from']=lower('0x0000000000000000000000000000000000000000')
and decoded_log['id']=98)
QueryRunArchived: QueryRun has been archived