Afonso_Diazgrouping txns
Updated 2025-02-08
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with
token_correction as (
select '0x18d33689ae5d02649a859a1cf16c9f0563975258' as swell_address, '0x1773002742a2bcc7666e38454f761ce8fe613de5' as pool_address, '0xfae103dc9cf190ed75350761e95403b7b8afa6c0' as ethereum_address, 'rswETH' as symbol, 18 as decimals
union all
select '0x7c98e0779eb5924b3ba8ce3b17648539ed5b0ecc', '0x3c12aa52b014acf7957308808362909b5757cca8', '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0', 'wstETH', 18
union all
select '0xc3eacf0612346366db554c991d7858716db09f58', '0x46e3c018798d6de4517a3c98358e4bd8d334b79c', '0xa1290d69c65a6fe4df752f95823fae25cb99e5a7', 'rsETH', 18
union all
select '0x09341022ea237a4db1644de7ccf8fa0e489d85b7', '0xf34253ec3dd0cb39c29cf5eeb62161fb350a9d14', '0xf951e335afb289353dc249e82926178eac7ded78', 'swETH', 18
union all
select '0xa6cb988942610f6731e664379d15ffcfbf282b44', '0x10d0d11a8b693f4e3e33d09bbab7d4afc3c03ef3', '0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee', 'weETH', 18
union all
select '0x4200000000000000000000000000000000000006', '0x49c077b74292aa8f589d39034bf9c1ed1825a608', '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2', 'WETH', 18
union all
select '0x2416092f143378750bb29b79ed961ab195ccea5', '0x4a5c95a0e3fca4148f91ceb637fba0e1080be40e', '0xbf5495efe5db9ce00f80364c8b423567e58d2110', 'ezETH', 18
union all
select '0x9cb41cd74d01ae4b4f640ec40f7a60ca1bcf83e7', '0x29c85c752e854b0cf2372e6b6c56f260755f5120', '0x8c9532a60e0e7c6bbd2b2c1303f63ace1c3e9811', 'pzETH', 18
),
pricet as (
QueryRunArchived: QueryRun has been archived