COUNT(1) | MIN(BLOCK_TIMESTAMP) | MAX(BLOCK_TIMESTAMP) | |
---|---|---|---|
1 | 48985306 | 2025-01-07 20:07:00.000 | 2025-02-20 11:35:34.000 |
samhard-jade
Updated 2025-02-20
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
count(1),
min(block_timestamp),
max(block_timestamp)
from monad.testnet.fact_traces
where origin_from_address = lower('0xc0f2bACAfbc928be652cB6fbd3CaF75D651329b8')
and type = 'CALL'
and input = '0x'
and value > 0
Last run: 26 days ago
1
64B
2s