select distinct decoded_log['to'], decoded_log['id'] from berachain.testnet.fact_decoded_event_logs
where CONTRACT_ADDRESS=lower('0x886D2176D899796cD1AfFA07Eff07B9b2B80f1be')
and decoded_log['from']=lower('0x0000000000000000000000000000000000000000')
and date_trunc('minute',block_timestamp)='2024-06-17 09:08:00.000'