flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
bsc event type
Azin
bsc event type
Updated 2023-02-15
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
EVENT_NAME
as
type
,
count
(
*
)
as
number
,
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
as
date
from
bsc
.
core
.
fact_event_logs
where
ORIGIN_TO_ADDRESS
=
'0xce16f69375520ab01377ce7b88f5ba8c48f8d666'
group
by
1
,
3
Results
Run a query to Download Data