hbd199405 - Daily Overview
    Updated 2025-01-25
    with last_table as (
    ----------------------------------------------------- Adding Tokens and Symbols -----------------------------------------------------

    with tokens as (
    select *
    from (values
    ('So11111111111111111111111111111111111111112', 'ETH'),('GU7NS9xCwgNPiAdJ69iusFrRfawjDDPjeMBovhV1d4kn', 'tETH') t(TOKEN, symbol))),

    ----------------------------------------------------- Pool Creations -----------------------------------------------------

    pools as (
    select
    BLOCK_TIMESTAMP as creation_date,
    INSTRUCTION:accounts[1] as tokenMintA,
    b.symbol as tokenMintA_symbol,
    INSTRUCTION:accounts[2] as tokenMintB,
    c.symbol as tokenMintB_symbol,
    tokenMintB_symbol || ' - ' || tokenMintA_symbol as pool_name,
    INSTRUCTION:accounts[6] as pool_address
    from eclipse.core.fact_events a
    left join tokens b on b.TOKEN = a.INSTRUCTION:accounts[1]
    left join tokens c on c.TOKEN = a.INSTRUCTION:accounts[2]
    where substr(replace(substr(utils.udf_base58_to_hex(INSTRUCTION:data),3,1000), ''),0,16) = 'cf2d57f21b3fcc43'
    order by 1, INDEX),

    ----------------------------------------------------- Token Prices by CEX Price Tables -----------------------------------------------------

    price as (
    select
    HOUR,
    TOKEN_ADDRESS,
    case when SYMBOL = 'STTIA' then 'stTIA' else symbol end as symbol,
    PRICE
    from crosschain.price.ez_prices_hourly
    where TOKEN_ADDRESS in (
    '7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs', -- ETH
    Last run: 2 months ago
    Date
    Bridge Actions
    Unique Users
    Bridge Volume
    Inflow Actions
    Outflow Actions
    Inflow Volume
    Outflow Volume
    Net Flow
    Inflow Users
    Outflow Users
    Cumulative Bridge Volume
    1
    2024-08-25 00:00:00.00066661072.6581419526601072.65814195201072.6581419526601072.658141952
    2
    2024-08-26 00:00:00.0007069722.767643646700722.7676436460722.7676436466901795.425785599
    3
    2024-08-27 00:00:00.0001161083014.02267712811603014.02267712803014.02267712810804809.448462727
    4
    2024-08-28 00:00:00.000127127947.8002927871270947.8002927870947.80029278712705757.248755514
    5
    2024-08-29 00:00:00.00079781636.0169748747901636.01697487401636.0169748747807393.265730389
    6
    2024-08-30 00:00:00.00061612253.7900244196102253.79002441902253.7900244196109647.055754808
    7
    2024-08-31 00:00:00.0001071052015.3375080910702015.3375080902015.33750809105011662.393262898
    8
    2024-09-01 00:00:00.0001081071659.46357393710801659.46357393701659.463573937107013321.856836834
    9
    2024-09-02 00:00:00.00048464561.350456284804561.3504562804561.3504562846017883.207293114
    10
    2024-09-03 00:00:00.0001391384149.86020508713904149.86020508704149.860205087138022033.067498201
    11
    2024-09-04 00:00:00.00053531103.4804549675301103.48045496701103.48045496753023136.547953168
    12
    2024-09-05 00:00:00.00044431308.3481242114401308.34812421101308.34812421143024444.896077379
    13
    2024-09-06 00:00:00.0005352859.867697447530859.8676974470859.86769744752025304.763774826
    14
    2024-09-07 00:00:00.0003332470.284388976330470.2843889760470.28438897632025775.048163802
    15
    2024-09-08 00:00:00.0006462645.769274705640645.7692747050645.76927470562026420.817438507
    16
    2024-09-09 00:00:00.0005745672.356559141570672.3565591410672.35655914145027093.173997648
    17
    2024-09-10 00:00:00.00011610417746.802787057116017746.802787057017746.802787057104044839.976784705
    18
    2024-09-11 00:00:00.0001081052519.658053610802519.658053602519.6580536105047359.634838305
    19
    2024-09-12 00:00:00.00081725113.7135210258105113.71352102505113.71352102572052473.34835933
    20
    2024-09-13 00:00:00.00072701490.316259977201490.3162599701490.3162599770053963.6646193
    ...
    158
    21KB
    417s