kingharald-ethWithdrawal Transactions Number
    Updated 2022-09-06
    select count(distinct(tx_hash)) as tx_num, count(distinct(withdrawer)) as withdrawers_num from ethereum.maker.ez_withdrawals
    where tx_status = 'SUCCESS'
    Run a query to Download Data