Ali3NList of Staking Round Stakers (Stablejack $JACK Public Sale on Avalaunch)
    Updated 2025-03-28
    select t1.origin_from_address,
    count (distinct t1.tx_hash) as TX_Count,
    count (Distinct t1.origin_from_address) as Users,
    sum (t2.amount/2) as Volume,
    sum (t2.amount_usd/2) as USD_Volume,
    avg (t2.amount/2) as avg_Volume,
    avg (t2.amount_usd/2) as avg_USD_Volume,
    from avalanche.core.ez_decoded_event_logs t1 join avalanche.core.ez_native_transfers t2 on t1.tx_hash = t2.tx_hash
    where t1.origin_to_address = '0xfae88aed6ceb890a07f23fc567370b11cb583f2d'
    and t1.contract_address = '0xa6a01f4b494243d84cf8030d982d7eeb2aecd329'
    and t1.origin_function_signature = '0xc82324e8'
    and t1.topic_0 in ('0x92f0bdf80f3916a4279540865e94ef327cf48639092106cca4bddc9bb1de4a86','0xa6b7d7885e75fafb205114d74135904f557437647ebcbb720fad77c6869c1835')
    and t1.block_timestamp > '2025-03-27 15:00:00.000'
    and t2.to_address = t1.origin_to_address
    and t1.tx_succeeded
    group by 1
    order by Volume desc
    --and t1.tx_hash = '0x61aa1c6786362bca58d440d6c5746bc12910074508279687c7a808615ad0ede8'
    --and contract_address = '0xa6a01f4b494243d84cf8030d982d7eeb2aecd329'


    /*

    select *
    from avalanche.core.ez_native_transfers
    where tx_hash = '0x61aa1c6786362bca58d440d6c5746bc12910074508279687c7a808615ad0ede8'
    and blocK_timestamp::date >= '2025-03-27'

    select *
    from avalanche.core.ez_token_transfers
    where tx_hash = '0x61aa1c6786362bca58d440d6c5746bc12910074508279687c7a808615ad0ede8'
    and blocK_timestamp::date >= '2025-03-27'

    */


    Last run: about 1 month ago
    ORIGIN_FROM_ADDRESS
    TX_COUNT
    USERS
    VOLUME
    USD_VOLUME
    AVG_VOLUME
    AVG_USD_VOLUME
    1
    0xc0ab4f2e35ed034d980a53a5a9b6b1e86a805f4e11679.04504375315068.01339.5225218777534.005
    2
    0x8c2ff6a226e0dd1644f02e2fbff2eb4d9c4fd76111372.9996278224.64186.49981354112.32
    3
    0x9ec6d00246ef54856ce922d5ef56d2e50aaf35b01171.669123561568.8435.83456178784.42
    4
    0x31ddbab24664764b09ebbf1118cacde100bb19251169.999931516.234.999965758.1
    5
    0x4e305615dfda10b9dd1f3b1219d8b26ab45dca131162.1693933281379.5431.084696664689.77
    6
    0x308f6ae28b6f4704b3182ac509c77b3c3ad08d611157.5486985591268.9528.77434928634.475
    7
    0x2bbac7e7a97c8905c4ca5481108f0639f2e870141156.7759255261247.3728.387962763623.685
    8
    0x478c4355c292ba4ff233de65cc356cbf560764461154.4031003421191.4327.201550171595.715
    9
    0x492da4ff9cfe9c8f74fc4c99699b6ec1c67948611147.3291639171050.2323.664581959525.115
    10
    0xd1b6c985e4c1868f139f36d621eb3ca3d92d3b351145.471742532993.122.735871266496.55
    11
    0x3d8e6a772952408175e52ebbd49564267d1346251144.449363153966.3322.224681576483.165
    12
    0x12e242efd3da63d43458ae9ad4f5c11b136483141140.35132235881.2720.175661175440.635
    13
    0x943f7a87b56d42a26aeafd519a4f710efd76ce021139.791831683861.8919.895915841430.945
    14
    0x86b2415b35648f89ea997a7236d03f8a35fe407e1138.770903258846.7619.385451629423.38
    15
    0xe44c8f573317aeaa05ab0ca9c8dff6041f4f23901138.669965256852.6719.334982628426.335
    16
    0xe17b8a6a19e3c722f3b91eb190380b0e9d7e1b7c1138.601824286850.419.300912143425.2
    17
    0xeff309a61f03a155c1c9c913a58f0f798fa744f71136.999963814.7418.4999815407.37
    18
    0xa70a97f2225c1b79d4d37094606a3ddcda160eed1135.921316828789.1917.960658414394.595
    19
    0x48407522167e6060ab93913006934787db1ef92b1132.664658742707.5216.332329371353.76
    20
    0xaa234aaeb0d97d10d26933a87dea204ce82c0e1f1131.707233603686.7815.853616801343.39
    ...
    439
    37KB
    3s