mcfemi6METRIC DAO ASS 4
Updated 2022-12-07
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
SELECT TOP 1*
FROM ethereum.core.fact_event_logs
SELECT SUBSTR(INPUT_DATA, 1, 10)
FROM ethereum.core.fact_transactions
SELECT *
from ethereum.core.fact_traces
where tx_hash ='0x81d4b35b512ee5239bc071d6270ef1245bb6e4d2c606ccc1f35a77bd303ff4a3' AND identifier != 'CALL_ORIGIN'
SELECT eth_value
from ethereum.core.fact_traces
where tx_hash ='0x81d4b35b512ee5239bc071d6270ef1245bb6e4d2c606ccc1f35a77bd303ff4a3'
and to_address = '0x148ef557738b8bc51bd19ee1365d9d04bd46ab04'
Run a query to Download Data