Afonso_DiazTop Bridgers from Ink
    Updated 2025-04-06
    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: 18 days ago
    USER
    TRANSACTIONS
    VOLUME_USD
    AVERAGE_AMOUNT_USD
    1
    0xaf2b24e765a79376e78a4d30f0a664372015805922503000012515000
    2
    0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590127477854348.41616.172307994
    3
    0xbbd33948107e6c6e2bd6d5fee16f85abad3a4f0719760463.0740024.372105263
    4
    0xea9c63b4abe4302e93272f4ed479f9b41ffa242b135716149.795304.813259259
    5
    0xe244b3bdd6f452e03958f76d2b9c66ccd9c5328813640527.849271.369230769
    6
    0x77f4a43ec39264df8b0c1b1317f455879c1828c010508465.6750846.567
    7
    0x9800511c5082c3aa6f4335a75dc78b1a87ea307a3345866.15115288.716666667
    8
    0x9633bac0ae8d720e2016d8268a9030a6acadd7845266767.5253353.504
    9
    0xa23e3951fb8dac1cf524ad6153d25962a17ad9af2264154.65132077.325
    10
    0xa913b7666d2b554c6bacd3c4f4875dade813baba3145243.2948414.43
    10
    726B
    2s