Eman-RazAxelar TVL Over Time - editted: 2025-02-07
    Updated 9 days ago
    with table1 as (
    with Added_previous_tokens as (
    with overview as (with chain_data as (
    --------------------------------------------------------arbitrum--------------------------------------------------------

    select block_timestamp, amount, contract_address, symbol, 'Arbitrum' as native_chain, case
    when contract_address in (
    lower('0xc24A365A870821EB83Fd216c9596eDD89479d8d7') --g3
    )
    then 'ITS'
    else 'non-ITS' end as asset_type
    from arbitrum.core.ez_token_transfers
    where to_address in (
    lower('0xe432150cce91c13a887f7D836923d5597adD8E31'), --lqdr, deus, vela, gdx, arb, arx, zyb
    lower('0xe4d475614359D25847252d2c55B867A58A14f281') --g3
    )
    and contract_address in (
    lower('0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44'),
    lower('0x816E21c33fa5F8440EBcDF6e01D39314541BEA72'),
    lower('0x912CE59144191C1204E64559FE8253a0e49E6548'),
    lower('0x2F27118E3D2332aFb7d165140Cf1bB127eA6975d'),
    lower('0x088cd8f5eF3652623c22D48b1605DCfE860Cd704'),
    lower('0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'),
    lower('0xc24A365A870821EB83Fd216c9596eDD89479d8d7'),
    lower('0xD5954c3084a1cCd70B4dA011E67760B8e78aeE84')
    )


    union all

    select block_timestamp, -amount as amount, contract_address, symbol, 'Arbitrum' as native_chain, case
    when contract_address in (
    lower('0xc24A365A870821EB83Fd216c9596eDD89479d8d7') --g3
    )
    then 'ITS'
    else 'non-ITS' end as asset_type
    Last run: 9 days ago
    Date
    TVL
    Asset Type
    1
    2022-01-01 00:00:00.000ITS
    2
    2022-01-01 00:00:00.000non-ITS
    3
    2022-01-02 00:00:00.0004167.162660191non-ITS
    4
    2022-01-02 00:00:00.000ITS
    5
    2022-01-03 00:00:00.00028361.287328139non-ITS
    6
    2022-01-03 00:00:00.000ITS
    7
    2022-01-04 00:00:00.00026053.675950652non-ITS
    8
    2022-01-04 00:00:00.000ITS
    9
    2022-01-05 00:00:00.00025959.471238892non-ITS
    10
    2022-01-05 00:00:00.000ITS
    11
    2022-01-06 00:00:00.000ITS
    12
    2022-01-06 00:00:00.00023595.697167635non-ITS
    13
    2022-01-07 00:00:00.000ITS
    14
    2022-01-07 00:00:00.00022187.838710829non-ITS
    15
    2022-01-08 00:00:00.00022114.305381284non-ITS
    16
    2022-01-08 00:00:00.000ITS
    17
    2022-01-09 00:00:00.00021739.603153758non-ITS
    18
    2022-01-09 00:00:00.000ITS
    19
    2022-01-10 00:00:00.000ITS
    20
    2022-01-10 00:00:00.00021812.158806145non-ITS
    ...
    2400
    115KB
    241s