TheLaughingManfind this wallet's incoming 0.05 mon gas
    Updated 2025-02-24
    -- gas/faucet claim was roughly 5-7 AM UTC 24th Feb
    -- fresh phantom wallet w/ no existing EVM history ~ thereforce only 0.05 mon gas
    SELECT * from monad.testnet.fact_traces
    where 1=1
    --AND block_timestamp between '2025-02-24 04:00' AND '2025-02-24 08:00'
    --AND to_address = lower('0xf778e0929e99f1df14e94fb1a8089a8968c420e3c275b97033e6fd7224acd987')
    AND tx_hash = '0xf778e0929e99f1df14e94fb1a8089a8968c420e3c275b97033e6fd7224acd987'
    -- AND origin_function_signature = '0x7bfc2741'
    -- AND origin_to_address = '0x09fb6a39471eb9dcee30fb91d8830195b1380e0f'
    -- AND from_address = '0x09fb6a39471eb9dcee30fb91d8830195b1380e0f'
    -- faucet wallet: 0x09fb6a39471eb9dcee30fb91d8830195b1380e0f
    LIMIT 100
    QueryRunArchived: QueryRun has been archived