No Data to Display
AephiaAephia Donation wallet - current week
Updated 2025-04-06
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_prices AS (
SELECT
date_trunc('day', hour::DATE) as date
,AVG(case when token_address = 'So11111111111111111111111111111111111111112'
then price end) AS sol_price
,AVG(case when token_address = 'ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx'
then price end) AS atlas_price
,AVG(case when token_address = 'poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk'
then price end) AS polis_price
,AVG(case when token_address = 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v'
then price end) AS usdc_price
---
,AVG(case when token_address = '9W6jTkjabViRr6XhvW734HDt9RuoAunjj1zi5bjhxdpa'
then price end) AS prtl_price
FROM
SOLANA.price.ez_prices_hourly
WHERE
hour::DATE >= date_trunc('week', current_timestamp) - interval '130 days'
GROUP BY 1
--order by 1 desc
)
,assets AS (
select
--*
date_trunc('day', block_timestamp::date) as date
---R4 & COMPONENTS---
,sum(case when inner_instruction:instructions[2]:parsed:info:mint::string = 'fueL3hBZjLLLJHiFH9cqZoozTG3XQZ53diwFPwbzNim' then inner_instruction:instructions[2]:parsed:info:tokenAmount:uiAmount end) AS FUEL
Last run: 17 days agoAuto-refreshes every 12 hours
0
2B
325s