DAY | AMOUNT | AMOUNT_USD | |
---|---|---|---|
1 | 2025-06-10 00:00:00.000 | 212672.34382343 | 14444.32 |
2 | 2025-06-09 00:00:00.000 | 60984.09281426 | 3901.7 |
3 | 2025-06-08 00:00:00.000 | 33078.91295147 | 2122.99 |
4 | 2025-06-07 00:00:00.000 | 168888.7205265 | 11726.64 |
5 | 2025-06-06 00:00:00.000 | 73201.55274396 | 4682.12 |
6 | 2025-06-05 00:00:00.000 | 94952.51431335 | 6428.48 |
7 | 2025-06-04 00:00:00.000 | 60643.17331802 | 4422.31 |
8 | 2025-06-03 00:00:00.000 | 70549.892444512 | 5242.86 |
9 | 2025-06-02 00:00:00.000 | 141987.472688726 | 10702 |
10 | 2025-06-01 00:00:00.000 | 38371.72801521 | 2825.78 |
11 | 2025-05-31 00:00:00.000 | 44926.45248722 | 3319.84 |
12 | 2025-05-30 00:00:00.000 | 91403.7456566 | 6948.91 |
13 | 2025-05-29 00:00:00.000 | 536698.912947964 | 44804.83 |
14 | 2025-05-28 00:00:00.000 | 1476724.72969467 | 125796.74 |
15 | 2025-05-27 00:00:00.000 | 198702.45197111 | 16590.97 |
16 | 2025-05-26 00:00:00.000 | 194972.20854714 | 17349.07 |
17 | 2025-05-25 00:00:00.000 | 196269.185757834 | 17508.03 |
18 | 2025-05-24 00:00:00.000 | 163786.894952883 | 15539.65 |
19 | 2025-05-23 00:00:00.000 | 131159.271216122 | 14068.92 |
20 | 2025-05-22 00:00:00.000 | 253062.11917052 | 27207.73 |
pietrektthor staking deposits
Updated 23 hours ago
9
1
2
3
4
›
⌄
select to_date(block_timestamp) as day, sum(amount) as amount, sum(amount_usd) as amount_usd from ethereum.core.ez_token_transfers
where TO_ADDRESS = '0x815c23eca83261b6ec689b60cc4a58b54bc24d8d'
and (ORIGIN_FUNCTION_SIGNATURE = '0x95cb1b1e' OR ORIGIN_FUNCTION_SIGNATURE = '0x6e553f65' OR ORIGIN_FUNCTION_SIGNATURE = '0x574da717' )
group by day order by day DESC
Last run: about 23 hours agoAuto-refreshes every 24 hours
...
1135
59KB
12s