tvemulapPeople who paid more than 1 eth to mint Azuki
    Updated 2023-04-17
    select
    block_timestamp,
    nft_to_address as minter,
    mint_price_eth as total_price,
    tx_fee as total_fee
    from
    ethereum.core.ez_nft_mints
    where
    nft_count > 0
    and NFT_ADDRESS = lower('0xED5AF388653567Af2F388E6224dC7C4b3241C544')
    and mint_price_eth != .5
    and mint_price_eth != 1
    and mint_price_eth > 0
    Run a query to Download Data