flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
staking
Alexay
staking
Updated 2022-08-17
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
block_timestamp
::
date
as
date
,
staking_action_type
,
count
(
distinct
tx_hash
)
as
txn
,
count
(
distinct
lp_provider_address
)
as
wallets
from
optimism
.
velodrome
.
ez_staking_actions
group
by
date
,
staking_action_type
Results
Run a query to Download Data