Blockchain | Transactions | |
---|---|---|
1 | Arbitrum | 1867316 |
2 | Avalanche | 9884719 |
3 | BSC | 1484926 |
4 | Optimism | 509422 |
5 | Polygon | 1720073 |
alitaslimiTransactions Blockchain
Updated 2025-02-19
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with
-------------------- Arbitrum --------------------
arbitrum as (
select
block_timestamp,
tx_hash
from
arbitrum.core.fact_event_logs
where
tx_status = 'SUCCESS'
and contract_address = '0x2297aebd383787a160dd0d9f71508148769342e3'
),
-------------------- Avalanche --------------------
avalanche as (
select
block_timestamp,
tx_hash
from
avalanche.core.fact_event_logs
where
tx_status = 'SUCCESS'
and contract_address = '0x152b9d0fdc40c096757f570a51e494bd4b943e50'
),
-------------------- BSC --------------------
bsc as (
select
block_timestamp,
tx_hash
from
bsc.core.fact_event_logs
where
tx_status = 'SUCCESS'
and contract_address = '0x2297aebd383787a160dd0d9f71508148769342e3'
),
-------------------- Ethereum --------------------
ethereum as (
Last run: 24 days ago
5
100B
589s