Afonso_DiazOvertime
    Updated 4 hours ago
    with

    main as (
    select
    tx_hash,
    block_timestamp,
    to_address as user,
    symbol,
    amount,
    amount_usd,
    'Bridge to Ink' as type
    from
    ink.core.ez_token_transfers
    where
    origin_to_address = '0xfebcf17b11376c724ab5a5229803c6e838b6eae5'
    and from_address = '0x0000000000000000000000000000000000000000'

    union all

    select
    tx_hash,
    block_timestamp,
    from_address as user,
    symbol,
    amount,
    amount_usd,
    'Bridge from Ink' as type
    from
    ink.core.ez_token_transfers
    where
    origin_to_address = '0x1cb6de532588fca4a21b7209de7c456af8434a65'
    and from_address = origin_from_address
    and to_address = '0x0000000000000000000000000000000000000000'

    union all

    Last run: about 4 hours ago
    DATE
    TYPE
    TRANSACTIONS
    USERS
    VOLUME_USD
    AVERAGE_AMOUNT_AMOUNT
    CUMULATIVE_TRANSACTIONS
    CUMULATIVE_VOLUME_USD
    1
    2025-01-20 00:00:00.000Bridge from Ink86111129.81129.4163953498611129.81
    2
    2025-01-20 00:00:00.000Bridge to Ink966216402.69160.8106862759616402.69
    3
    2025-01-21 00:00:00.000Bridge from Ink159126100.11164.1516352224537229.92
    4
    2025-01-21 00:00:00.000Bridge to Ink1807232155.21177.65309392327648557.9
    5
    2025-01-22 00:00:00.000Bridge from Ink66116539.11250.59257575831153769.03
    6
    2025-01-22 00:00:00.000Bridge to Ink806681863.8998.33902439356130421.7
    7
    2025-01-23 00:00:00.000Bridge from Ink772122348.591588.942727273388176117.62
    8
    2025-01-23 00:00:00.000Bridge to Ink18390101607.69549.230756757539232029.39
    9
    2025-01-24 00:00:00.000Bridge from Ink66133961.9514.574242424454210079.52
    10
    2025-01-24 00:00:00.000Bridge to Ink10455145711.361387.727238095643377740.75
    11
    2025-01-25 00:00:00.000Bridge from Ink388138629.4499.560412371842248708.96
    12
    2025-01-25 00:00:00.000Bridge to Ink11302210125890.2755.4094498241773503631.02
    13
    2025-01-26 00:00:00.000Bridge from Ink482162758.62130.2046058091324311467.58
    14
    2025-01-26 00:00:00.000Bridge to Ink10831933152604.7375.2488806712856656235.75
    15
    2025-01-27 00:00:00.000Bridge from Ink4011133502.93332.9250124691725444970.51
    16
    2025-01-27 00:00:00.000Bridge to Ink6571045104140.9789.6993712323513760376.72
    17
    2025-01-28 00:00:00.000Bridge from Ink2792289996.41039.4136200722004734966.91
    18
    2025-01-28 00:00:00.000Bridge to Ink511751239321.35291.1451946474024999698.07
    19
    2025-01-29 00:00:00.000Bridge from Ink146265173.07446.3908904112150800139.98
    20
    2025-01-29 00:00:00.000Bridge to Ink436501147385.72244.82677740944601147083.79
    ...
    154
    14KB
    1s