StangFAST06 - growth
Updated 2023-09-20
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
›
⌄
-- forked from 01 - overview @ https://flipsidecrypto.xyz/edit/queries/fdaf4b6e-472e-420e-8924-f92da79f560d
--- ez avax
--- joepegs -- 0xae079eda901f7727d0715aff8f82ba8295719977
--- origin_fucntion --> 0x97800e4d
--- identifier --> CALL_ORIGIN
--- nft
--- tokenID
--- platform_fee
--- creator_fee
--- tx_fee
with
avax_price AS
(
SELECT
a.hour::date AS date
, avg( a.price ) AS price
, a.symbol AS token
FROM
avalanche.price.ez_hourly_token_prices a
WHERE
a.symbol = 'WAVAX'
GROUP BY 1 , 3
ORDER BY 1 DESC
)
,
-- --- mint and other ---
-- base_avax1 AS
-- (
-- SELECT
-- a.block_timestamp AS dt
-- , a.tx_hash AS tx
-- , b.buyer_address AS bu
Run a query to Download Data