StangFAST08 - nft
    Updated 2023-09-20
    -- 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