flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
gf pool contract Total Amount of Each Event Type Over Time
hyperglade
gf pool contract Total Amount of Each Event Type Over Time
Updated 2024-06-28
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
EVENT_NAME
,
SUM
(
CAST
(
DECODED_LOG
:
amount
AS
NUMERIC
)
)
AS
total_amount
FROM
ethereum
.
core
.
ez_decoded_event_logs
WHERE
CONTRACT_ADDRESS
=
LOWER
(
'0xB01b315e32D1D9B5CE93e296D483e1f0aAD39E75'
)
GROUP
BY
EVENT_NAME
ORDER
BY
EVENT_NAME
;
Results
QueryRunArchived: QueryRun has been archived