No Data to Display
itspauloalmeidamuddy-blue
Updated 2025-03-20
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
block_timestamp,
tx_hash,
from_address AS user,
value_precise,
tx_fee_precise AS tx_fee_mon,
cumulative_gas_used
FROM monad.testnet.fact_transactions
WHERE to_address = '0x9E7EbD0f8255F3A910Bc77FD006A410E9D54EE36'
AND tx_succeeded = 'TRUE'
AND block_timestamp >= '2025-02-18'; -- Adjust or remove this filter if needed
Last run: about 1 month ago
0
2B
5s