zkSync daily bridge

    How many distinct wallets have deposited ETH into ZkSync in the last 60 days? How much ETH was deposited by day? Visualize both.

    Loading...
    Loading...
    Loading...
    Loading...
    db_img

    Rely on math, not validators

    zkSync is Ethereum’s most user-centric ZK rollup zkSync solves Ethereum scalability with zero security compromises.

    In other words, ZkSync is a scaling solution for Ethereum that is live on mainnet. Some of the main features of ZkSync are the extremely low transaction fees and trustless protocol design. You can read more about ZkSync here.

    Like the other layer-2 scaling solutions (Optimism, Arbitrum, Boba, etc.), zkSync has an official bridge to send assets to L2. In this dashboard, exploratory data analysis techniques have been used to answer two basic questions:

    • How many distinct wallets have deposited ETH into ZkSync in the last 60 days?
    • How much ETH was deposited in the last 60 days ($ETH per day)?

    For this purpose, a case study on the official bridge contract address has been conducted. The contract has some functions like:

    • Transfer (Method ID: 0xa9059cbb)

    • Approve (Method ID: 0x095ea7b3)

    • Deposit__ETH (Method ID: 0x2d2da806)

    • Deposit__ERC20 (Method ID: 0xe17376b5)

    • etc.

    Contract address: 0xabea9132b05a70803a4e85094fd0e1800777fbef

    Etherscan

    db_img
    db_img

    It's significantly clear that the Deposit__ETH~0x2d2da806 method is the key to answering the mentioned questions.

    db_img

    Query schema and visualized results

    Loading...
    Loading...