pavlyshyn2023-04-26 06:35 PM
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
select
t2.slot_timestamp,
t2.epoch_number,
t1.balance
from
ethereum.beacon_chain.fact_validators t1
join ethereum.beacon_chain.fact_blocks t2
on t1.block_number = t2.slot_number
where
t1.index = 148
and t2.slot_timestamp > '2023-03-01'
order by t2.slot_timestamp
select * from ethereum.beacon_chain.fact_validators
where index=547141
Run a query to Download Data