Updated 2025-01-09
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
›
⌄
select
symbol,
from_address AS "from",
raw_amount,
amount_usd,
tx_hash
from
ethereum.core.ez_token_transfers t
where
t.to_address = '0x52c2bc859f5082c4f8c17266a3cd640b5047370e' --deposits to Concrete-WBTC-Vault (ctWBTC)
union
all
select
symbol,
from_address AS "from",
raw_amount,
amount_usd,
tx_hash
from
ethereum.core.ez_token_transfers t
where
t.to_address = '0x34bdba9b3d8e3073eb4470cd4c031c2e39c32da8' -- deposits to Concrete-LBTC-Vault (ctLBTC)
QueryRunArchived: QueryRun has been archived