SniperTotal Minted Transactions
    Updated 7 days ago
    select
    trunc(BLOCK_TIMESTAMP,'hour') as hourly,
    count(distinct tx_hash) as minted_Transactions,
    count(distinct TO_ADDRESS) as minters,
    round(minted_Transactions/minters,2) as avg_mint_txs_per_minter,
    -- sum(QUANTITY) as minted_nfts,
    -- round(minted_nfts/minters,2) as avg_mint_nft_per_minter,
    -- round(minted_nfts/mint,2) as avg_mint_nft_per_mint_transaction
    from ronin.nft.ez_nft_transfers where
    contract_address in (
    '0x2fb6feb663c481e9854a251002c772fead3974d6',--Ronke on a Sailing Ship,
    '0xc2f09694fcc9c9ddcbe54a72b1a3b14658d2f755'--Jin on a Sailing Ship
    )
    and BLOCK_TIMESTAMP::date >= '2025-03-25'
    and IS_MINT = 'TRUE'
    group by 1

    --0x2fb6feb663c481e9854a251002c772fead3974d6--Ronke on a Sailing Ship
    --0xc2f09694fcc9c9ddcbe54a72b1a3b14658d2f755--Jin on a Sailing Ship
    -- tx_hash = '0x026841b5d4b3a3d19ab4a1f476648a6c7abe5f5735e2f58295ac6fc6915f4df0'


    Last run: 7 days ago
    HOURLY
    MINTED_TRANSACTIONS
    MINTERS
    AVG_MINT_TXS_PER_MINTER
    1
    2025-03-27 07:00:00.000565934601.64
    2
    2025-03-26 03:00:00.000970257231.7
    3
    2025-03-28 02:00:00.000523335031.49
    4
    2025-03-27 00:00:00.000946153201.78
    5
    2025-03-26 11:00:00.000626735811.75
    6
    2025-03-26 21:00:00.0001060459831.77
    7
    2025-03-28 22:00:00.000343426271.31
    8
    2025-03-29 14:00:00.000251013091.92
    9
    2025-03-26 14:00:00.000560741231.36
    10
    2025-03-27 01:00:00.0001025456901.8
    11
    2025-03-29 06:00:00.000395723621.68
    12
    2025-03-29 12:00:00.000529433821.57
    13
    2025-03-26 16:00:00.000561734971.61
    14
    2025-03-29 00:00:00.000241116381.47
    15
    2025-03-26 22:00:00.000705442781.65
    16
    2025-03-27 10:00:00.000423926031.63
    17
    2025-03-26 18:00:00.000711149331.44
    18
    2025-03-26 19:00:00.000556540711.37
    19
    2025-03-25 22:00:00.000463230011.54
    20
    2025-03-28 05:00:00.000209115431.36
    97
    4KB
    2s