select
From_address, tx_hash, eth_value, block_number
from ethereum.core.fact_transactions
where TX_JSON:receipt:logs[0]:decoded:inputs:to = '0x397ff1542f962076d0bfe58ea045ffa2d347aca0'
and block_number > '14000000'
and block_number < '15180000'
and eth_value > 0.01