pietrektfox staking deposits
Updated 2023-04-13
9
1
2
3
4
5
›
⌄
-- select * from ethereum.core.ez_token_transfers where tx_hash = '0x60706a62dd45de339441deb6ae593f483715ea633a298cc15e813c26735208ff'
select to_date(block_timestamp) as day, sum(amount) as amount, sum(amount_usd) as amount_usd from ethereum.core.ez_token_transfers
where ORIGIN_TO_ADDRESS = '0xee77aa3fd23bbebaf94386dd44b548e9a785ea4b' and CONTRACT_ADDRESS = '0xc770eefad204b5180df6a14ee197d99d808ee52d'
and TO_ADDRESS = '0x808d3e6b23516967ceae4f17a5f9038383ed5311'
group by day order by day DESC
Run a query to Download Data