ETH Deposited or Withdrawn

    The Question :

    • StarkNet is a layer-2 chain that ensures interoperability with Ethereum mainnet. People are using it to move real ETH to starknet and enjoy its higher speed of transaction and lower fees.

    • How many ETHs have been deposited or withdrawn (bridged) so far from Ethereum to StarkNet or vice versa? and by how many depositors?

    Methodology :

      table : ethereum.core.ez_eth_transfers 
      ORIGIN_TO_ADDRESS = '0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419' 
      ORIGIN_FUNCTION_SIGNATURE = '0xb6b55f25' for deposits
      and
      eth_FROM_ADDRESS = '0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419'
      ORIGIN_FUNCTION_SIGNATURE = '0x00f714ce'  for withdraws
    

    Results :

    the daily withdraw and deposit amount (ETH)can be found in the chart below .

    looking at the chart :

    From March 22 to April 26, No data is recorded (probably no transactions occurred). deposit amount always have been higher compared to withdraw amount.

    in terms of user count by action, which is illustrated in the second chart, there were the same situation as amounts

    Loading...
    Loading...
    Loading...
    Loading...

    Findings:

    • StarkNet is a layer-2 chain that ensures interoperability with Ethereum mainnet. People are using it to move real ETH to starknet and enjoy its higher speed of transaction and lower fees.

    • total deposit amount is 419.03 made by 19277 users, while, total withdraw amount is 23.83, made by 660 users.so the net amount deposited is 395.17

    • avg fee per tx in starwake deposit and withdraws is 0.0.004 which is almost 8 times lower compared to average sushiswap fees on January 2022 which was 0.03

    Loading...