flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
Delamir-6014
Untitled Query
Updated 2022-08-30
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
*
-- block_timestamp::date as rooz,
-- tx_hash,
-- EVENT_NAME
from
ethereum
.
core
.
fact_event_logs
where
contract_address
=
lower
(
'0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB'
)
and
tx_status
=
upper
(
'success'
)
-- order by 1
limit
10
Results
Run a query to Download Data