adriaparcerisasFourthwall deployed contracts: Arbitrum
Updated 2025-03-31
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
›
⌄
select
distinct decoded_log:deployment as "Wallet address", x.block_timestamp as "Date time"
from arbitrum.core.fact_decoded_event_logs x
join arbitrum.core.fact_event_logs xx on x.tx_hash=xx.tx_hash
--join ethereum.core.dim_function_signatures y on xx.origin_function_signature=y.bytes_signature
where x.contract_address=lower('0x7c487845f98938bb955b1d5ad069d9a30e4131fd')
and event_name='Added'
--and text_signature='deployProxyByImplementation(address,bytes,bytes32)'
--group by 1 order by 2 desc
order by 2 desc
limit {{amount_of_new_contracts}}
-- decoded_log:deployment=wallet_deployed
-- decoded_log:deployer=deployer
Auto-refreshes every 3 hours
QueryRunArchived: QueryRun has been archived