flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
gf total number of pools created
hyperglade
gf total number of pools created
Updated 2024-06-27
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
COUNT
(
*
)
AS
total_pools
FROM
ethereum
.
core
.
ez_decoded_event_logs
WHERE
CONTRACT_ADDRESS
=
LOWER
(
'0xd20508E1E971b80EE172c73517905bfFfcBD87f9'
)
AND
EVENT_NAME
=
'PoolCreated'
;
Results
QueryRunArchived: QueryRun has been archived