alitaslimiSupply Blockchains
    Updated 2025-03-03
    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: 11 days agoAuto-refreshes every 12 hours
    Blockchain
    Circulating Supply
    Market Cap
    Minted Volume
    Burned Volume
    Mints
    Burns
    Minters
    Burners
    1
    Arbitrum13.419626381153752.378020544603.854243494590.43461711473380584112337170403132
    2
    Avalanche5150.95392357442853263.57893176309.9471145171158.993190942479310133110084628
    3
    BSC2.75691034237025.3664815094417.340554954414.58364461614193542392428672370388
    4
    Ethereum0.1736143914926.49718024964.5128522564.33923786147911111249906
    5
    Optimism1.38036391118676.7871622622181.29599852179.91563459248198199810174055140760
    6
    Polygon4.71133889405057.3610677293494.581975983489.87063709827266591739526831377511
    6
    564B
    591s