flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Navid
Untitled Query
Updated 2022-06-24
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
*
FROM
ETHEREUM_CORE
.
FACT_EVENT_LOGS
WHERE
block_timestamp
>=
CURRENT_DATE
-
6
AND
contract_address
=
LOWER
(
'0x881D40237659C251811CEC9c364ef91dC08D300C'
)
-- this is the metamask swap router address
-- AND event_name IN ('Swap')
limit
10
Results
Run a query to Download Data