alitaslimiSupply Overview
    Updated 2025-02-19
    with
    ------------------------------ Prices ------------------------------
    prices as (
    select
    response as price
    from
    (
    select
    live.udf_api(
    'https://api.coingecko.com/api/v3/simple/price?ids=bitcoin-avalanche-bridged-btc-b&vs_currencies=usd'
    ):data:"bitcoin-avalanche-bridged-btc-b":usd as response
    )
    -- select
    -- avg(price) as price
    -- from
    -- avalanche.price.ez_prices_hourly
    -- where
    -- hour::date >= current_date - 1
    -- and symbol = 'BTC.b'
    ),
    -------------------- Arbitrum --------------------
    arbitrum_mints as (
    select
    count(distinct tx_hash) as transactions,
    count(distinct to_address) as addresses,
    sum(amount) as volume
    from
    arbitrum.core.ez_token_transfers
    where
    contract_address = '0x2297aebd383787a160dd0d9f71508148769342e3'
    and from_address = '0x0000000000000000000000000000000000000000'
    and to_address != '0x0000000000000000000000000000000000000000'
    ),
    arbitrum_burns as (
    select
    count(distinct tx_hash) as transactions,
    Last run: 25 days ago
    Total Supply
    Total Market Cap
    1
    5045.42259754485268745.431396
    1
    34B
    162s