StangFAST005 - platforms
    Updated 2024-02-13
    -- forked from 003 - overview [ num ] copy @ https://flipsidecrypto.xyz/edit/queries/0020f10e-408d-4b6d-85ab-df10a824deca

    -- forked from 002 - overview [ num ] @ https://flipsidecrypto.xyz/edit/queries/59d285cd-1498-41ef-a29c-5a4c960a839e

    -- forked from 001 - overview @ https://flipsidecrypto.xyz/edit/queries/99238dad-d4a9-4cf7-80c5-8007daba3025

    -- forked from 02 - big number @ https://flipsidecrypto.xyz/edit/queries/ea4dce1d-d5cb-4e41-aab4-c58b9b0a5042

    -- forked from 01 - overview @ https://flipsidecrypto.xyz/edit/queries/05811b90-caa7-4c35-bc2c-374e446324ee

    with

    hon AS
    (
    SELECT
    a.address AS address
    , a.symbol AS symbol
    , a.name AS name
    , a.decimals AS decimals
    FROM
    avalanche.core.dim_contracts a
    WHERE
    a.address = lower( '0xEd2b42D3C9c6E97e11755BB37df29B6375ede3EB' )
    )
    ,
    hon_price AS
    (
    SELECT
    date_trunc( 'day' , a.hour ) AS day
    , avg( a.price ) AS price_usd
    , a.symbol AS token
    FROM
    avalanche.price.ez_hourly_token_prices a
    INNER JOIN
    hon b
    ON a.token_address = b.address
    Last run: about 1 year ago
    date
    users
    transactions
    usd volume
    platforms
    total users
    total transactions
    total usd volume
    1
    2024-01-01 00:00:00.00010136858.227151205lifi192430722.817238128
    2
    2024-01-01 00:00:00.00010057154222.721627458heroes of nft3980185851272970.68163501
    3
    2024-01-01 00:00:00.000848947133046.55194295user address671031002012645927.95204009
    4
    2024-01-01 00:00:00.0005475129431404.919847452trader joe3191623135132019754.9025107
    5
    2024-01-01 00:00:00.00033447.584568685openocean698346962.084939201
    6
    2024-01-01 00:00:00.00010101908.812486872yield yak10881659241767.017316572
    7
    2024-01-01 00:00:00.000146946154.1820160650x94238190690.098808223
    8
    2024-01-01 00:00:00.000224.820917854pangolin1224157012580.557066296
    9
    2024-01-01 00:00:00.000233311289.4195669181inch16520827415.242742803
    10
    2024-01-01 00:00:00.000192610614.611162918paraswap272363104535.02584049
    11
    2023-12-01 00:00:00.00014841815672495.415611172user address66255992542512881.40009714
    12
    2023-12-01 00:00:00.000201977240302.553617236heroes of nft3880180141218747.96000755
    13
    2023-12-01 00:00:00.000221.253386142pangolin1222156812575.736148442
    14
    2023-12-01 00:00:00.000252712239.334147073paraswap25333793920.414677572
    15
    2023-12-01 00:00:00.000192345545.178157925yield yak10781649239858.2048297
    16
    2023-12-01 00:00:00.000117752061835114.9413532trader joe3136922622231588349.9826633
    17
    2023-12-01 00:00:00.000354211817.8005611041inch14217516125.823175885
    18
    2023-12-01 00:00:00.00010134214.188603747openocean668046514.500370516
    19
    2023-12-01 00:00:00.0005711949.363683593lifi91123864.590086923
    20
    2023-12-01 00:00:00.0001696130322.9686970850x80169144535.916792158
    ...
    212
    18KB
    19s