scottincryptoGauge
Updated 2022-11-20
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select distinct
event_inputs:user as wallet_address
from ethereum.core.fact_event_logs
where 1=1
and contract_address = '0x3f29e69955e5202759208dd0c5e0ba55ff934814' -- Quickswap WMATIC/MaticX staking contract
-- and event_name = 'Staked'
and block_timestamp > '2022-04-26'
-- and block_timestamp < '2022-09-01'
and tx_status = 'SUCCESS'
Run a query to Download Data