potmogeneric query
Updated 2022-08-29Copy Reference Fork
9
1
2
3
4
5
6
7
›
⌄
--select * from ethereum.core.fact_event_logs where tx_hash = '{{tx_hash}}'--0x6054d3f9d874b177fa343fcf137d4f09dffe0a37d3664949126eae921223281f'
--select * from ethereum.core.ez_nft_saless where tx_hash = '{{tx_hash}}'--0x6054d3f9d874b177fa343fcf137d4f09dffe0a37d3664949126eae921223281f'
select * from {{table}}
where 1=1
and block_timestamp between {{start}}and {{end}}
and tx_hash ilike '{{tx_hash}}'
--and contract_address ilike '{{contract_address}}'
Run a query to Download Data