Wallet address | Date time | |
---|---|---|
1 | 0xa71da0e6ba361a55c41be8fafb030022789223bb | 2023-11-17 19:19:19.000 |
2 | 0xa6c622cafff07b8b6805b1fe31b54f7517bb8426 | 2023-11-17 18:59:15.000 |
3 | 0x89990ebd64124c9b9206aecd0ab06704ff284005 | 2023-11-17 17:27:59.000 |
4 | 0x0e8a6a03522b2c4f54bdb787aaf1aa9ec5f879ae | 2023-11-17 15:48:55.000 |
5 | 0xc6c3fdd7ebf3d0d0dd792c100a1a9f9a27d568f0 | 2023-11-17 00:04:42.000 |
6 | 0x6699ed7852d401ff69dd58e7a021e3f383553c4a | 2023-11-16 23:29:09.000 |
7 | 0x26a5e098b3d4b94856a8178a332757ac7ffa24a2 | 2023-11-16 23:11:19.000 |
8 | 0xe6d53ff51aeb82ad1d09d1af2c0a9394006bc269 | 2023-11-10 17:59:57.000 |
9 | 0x5c002b8643c8ead09318d38b18303d38813dddac | 2023-11-09 13:58:49.000 |
10 | 0x7cc4f49ea2ae816ba018738c89918de8f3b9415d | 2023-10-01 05:14:06.000 |
adriaparcerisasFourthwall deployed contracts: Avalanche
Updated 2025-03-31
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
select
-- x.*
distinct decoded_log:proxy as "Wallet address", x.block_timestamp as "Date time"
from avalanche.core.fact_decoded_event_logs x
join avalanche.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('0x5DBC7B840baa9daBcBe9D2492E45D7244B54A2A0')
and text_signature='deployProxyByImplementation(address,bytes,bytes32)'
--group by 1 order by 2 desc
order by 2 desc
limit {{amount_of_new_contracts}}
Last run: 29 days agoAuto-refreshes every 3 hours
10
731B
85s