--select * from ethereum.nft_metadata where created_at_tx_id = '0x4badffc0ea8e6edb611a2feca75851ac7b7a462f837d2c7f7d88dfa3d632d170'
select
* from ethereum.transactions t
left join ethereum.udm_events e on e.tx_id = t.tx_id
where t.tx_id = '0x4badffc0ea8e6edb611a2feca75851ac7b7a462f837d2c7f7d88dfa3d632d170'
and t.block_timestamp >= CURRENT_DATE -1