boomer77Untitled Query
Updated 2022-08-08
9
1
2
3
4
5
6
7
›
⌄
select block_timestamp, tx_hash, eth_value,
tx_json:receipt:logs:decoded:contract_name::string as token,
tx_json:receipt:logs:decoded:inputs:value::int/1e18 as value,
tx_json:value::int/1e18 as tx_value,
tx_json
from ethereum.core.fact_transactions
where to_address = '0x99c9fc46f92e8a1c0dec1b1747d010903e884be1' and tx_hash = '0xa4ea6cade09d99b3e4412f5ee5bb9e60a6e93ce858306f41a5f76db8ebadf0b6'
Run a query to Download Data