-- forked from Sandesh / Nekodex user creation @ https://flipsidecrypto.xyz/Sandesh/q/GnKazZXoN_l5/nekodex-user-creation
select
block_number
,block_timestamp
,tx_hash
,to_address as user_address
from optimism.core.fact_traces
where 1=1
and block_timestamp >='2024-04-12'
and identifier = 'CREATE2_0_0_0_0'
and from_address='0x6723b44abeec4e71ebe3232bd5b455805badd22f'
and TX_STATUS='SUCCESS'