samhard-jade
    Updated 2025-02-20
    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
    COUNT(1)
    MIN(BLOCK_TIMESTAMP)
    MAX(BLOCK_TIMESTAMP)
    1
    489853062025-01-07 20:07:00.0002025-02-20 11:35:34.000
    1
    64B
    2s