SandeshRonin bridge trend
    Updated 2025-03-10
    WITH chain_ids AS (
    SELECT *
    FROM (
    VALUES
    (1, 'ethereum', 'Ethereum Mainnet'),
    (10, 'optimism', 'Optimism'),
    (137, 'polygon', 'Polygon'),
    (42161, 'arbitrum', 'Arbitrum One'),
    (43114, 'avalanche', 'Avalanche C-Chain'),
    (56, 'bsc', 'BNB Smart Chain'),
    (8453, 'base', 'Base'),
    (2020, 'ronin', 'Ronin'),
    (5, 'ethereum', 'Goerli Testnet'),
    (11155111, 'ethereum', 'Sepolia Testnet'),
    (80001, 'polygon', 'Mumbai Testnet'),
    (421613, 'arbitrum', 'Arbitrum Goerli'),
    (97, 'bsc', 'BSC Testnet'),
    (43113, 'avalanche', 'Avalanche Fuji Testnet'),
    (84531, 'base', 'Base Goerli')
    ) AS v (chain_id, blockchain, network_name)
    ),
    eth_to_ronin_native as (
    select
    'ethereum'::VARCHAR as blockchain
    , 'axie infinity: ronin bridge v2'::VARCHAR as platfrom
    , edl.block_number::INT as block_number
    , edl.block_timestamp::TIMESTAMP as block_timestamp
    , edl.tx_hash::VARCHAR as tx_hash
    , 'ethereum'::VARCHAR as source_chain
    , 'ronin'::VARCHAR as destination_chain
    , edl.origin_to_address::VARCHAR as bridge_address
    , edl.origin_from_address::VARCHAR as source_address
    , edl.decoded_log['receipt']['ronin']['addr']::VARCHAR as destination_address
    , 'outbound'::VARCHAR as direction
    , edl.decoded_log['receipt']['mainchain']['tokenAddr']::VARCHAR as token_address
    , coalesce(pr.symbol,dc.symbol)::VARCHAR as token_symbol
    Last run: 10 days ago
    TIME
    USERS
    USERS_BRIDGING_IN
    USERS_BRIDGING_OUT
    VOLUME_DAILY
    VOLUME_ADJ_DAILY
    TOTAL_VOLUME
    ABSOLUTE_AVG
    1
    2025-02-16 00:00:00.00014011765299160.833814677139578.979581375-4340929.605765541671.289574384
    2
    2025-02-17 00:00:00.000168144741489767.06859772715927.240332515-3625002.365433026929.149156268
    3
    2025-02-13 00:00:00.00013311354364953.740570436226669.861478153-5138160.698647652211.840851942
    4
    2025-02-04 00:00:00.00011772673750351.35691718-1345769.04150273-2515348.248956126980.945013793
    5
    2025-02-27 00:00:00.000147109961830912.35240782-419095.089149804-3332682.4664344610770.072661222
    6
    2025-02-23 00:00:00.00010858701139766.88711707669346.5407292821067744.172689439342.351533746
    7
    2025-02-15 00:00:00.00013412240631663.421217669511603.238669221-4480508.585346913997.869754542
    8
    2025-02-20 00:00:00.000337294162493574.609346542226279.220526855-277023.2380816461126.882669741
    9
    2025-02-05 00:00:00.00013312634530016.052639976495738.83725018-2019609.411705923354.531978734
    10
    2025-02-03 00:00:00.000136102681329046.524381-96897.341492969-1169579.207453377817.920731653
    11
    2025-02-07 00:00:00.000193176564429708.96306485-3531701.90306092-5689575.9183925819176.229277337
    12
    2025-02-11 00:00:00.00012910160511609.307008099140962.073683879-5802828.378185733197.558168801
    13
    2025-02-19 00:00:00.000318301953201886.835464712674733.2258568-503302.4586085018231.071556465
    14
    2025-02-02 00:00:00.00011699631795970.07674829-561007.551289598-1072681.865960411295.409287725
    15
    2025-02-01 00:00:00.0001108764619261.820765294-511674.3146708-511674.31467084156.119602452
    16
    2025-02-21 00:00:00.0001731491281009204.75027928487824.847014011210801.6089323654445.835904314
    17
    2025-02-12 00:00:00.00013010661966585.560364376437997.818059925-5364830.56012585929.972762972
    18
    2025-02-08 00:00:00.00016116541945922.895924534780073.149266194-4909502.769126394614.2580289
    19
    2025-02-26 00:00:00.00012184852020742.60518062-1661436.16989111-2913587.3772846512321.601251101
    20
    2025-02-09 00:00:00.00011910543663730.28075777-119205.281554874-5028708.050681264515.171977944
    28
    3KB
    65s