datavortexhon-salmon
    Updated 2025-04-09



    /*
    SELECT
    block_timestamp,
    tx_hash,
    contract_address,
    origin_from_address,
    origin_to_address,
    event_name,
    decoded_log,
    contract_name,
    decoded_log:_amount0/1e6,
    decoded_log:_amount1/1e18
    from ronin.core.ez_decoded_event_logs
    where contract_address = '0x4f7687affc10857fccd0938ecda0947de7ad3812'
    and event_name = 'Burn'
    limit 100;
    */
    /*
    select
    block_timestamp,
    tx_hash,
    contract_address,
    origin_from_address,
    origin_to_address,
    event_name,
    decoded_log,
    decoded_log:amount/1e12,
    decoded_log:amount0/1e6
    from
    ronin.core.ez_decoded_event_logs
    where
    contract_address = '0x392d372f2a51610e9ac5b741379d5631ca9a1c7f'
    and event_name = 'Mint'
    Last run: 26 days ago
    TOTAL_AMOUNT0
    TOTAL_AMOUNT1
    1
    10395056.6477316856944.6488928
    1
    35B
    8s