Hemera Doc
  • 👋Welcome
    • Introduction
    • Quick Start
    • Account Centric Indexing Protocol
      • What is Account-Centric Indexing?
      • Why "account-centric" indexing?
      • The advantages of Account-Centric Indexing
      • What's next for account-centric indexing?
      • Why create a new protocol here?
      • The Hemera Network
        • Network Roles
        • Indexers
        • Validators
        • Proprietary models & knowledge
        • Proprietary data and labels
        • Smart Contracts
        • Key roadmap items
        • Supported blockchains
      • Example Hemera use cases
        • SocialScan Explorers
        • Anti-sybil UML algorithm
        • Ethereum long term DA
        • EVM chain history preservation
        • Ecosystem AI Agents
        • User-defined AI Agents
  • 👩‍💻Developer Resources
    • Smart Contract Developers
    • EVM-compatible chains
      • Blockchain explorers
      • SocialScan explorer API doc
      • Ecosystem AI Agents
    • Dapp developers
    • User-defined Agent creators
    • AVS Operator
  • 🖥️Hemera Indexer
    • Introduction
    • Installation
      • Prerequisites
      • Install & Run
      • Export Result
    • Configurations
    • Benchmark
    • Data Class
      • Raw Data Tables
        • Blocks
        • Transactions
        • Logs
        • Traces
      • Generated Tables
        • Contract Internal Transactions
        • ERC20 Token Transfers
        • Tokens
        • ERC20 Token Holders
        • ERC721 Token Transfers
        • ERC721 Token Holders
        • ERC1155 Token Transfers
        • ERC1155 Token Holders
        • Address Coin Balances
        • Address Token Balances
        • Address Current Token Balances
        • Daily Wallet Address Stats
        • Contracts
      • Other Tables
        • Inscriptions
        • Bridges
          • L1 to L2 Transactions
          • L2 to L1 Transactions
          • Optimistic Rollup Data Availability Batches
          • Optimistic Rollup State Batches
    • Use Cases
      • UniSwap V3
        • Data Class
        • Trigger and Function
        • Run & Query
      • ENS
        • Data Class
        • Trigger and Function
        • Run & Query
      • OpenSea
        • Data Class
        • Trigger and Function
        • Run & Query
      • Deposit to L2
        • Data Class
        • Trigger and Function
        • Run & Query
      • User Profile
  • UDFs - User Defined Functions
    • Introduction
    • Components of UDFs
    • Building User Defined Functions(UDF)
    • Testing and Running UDF
    • Troubleshooting and Support
    • Supported UDFs
    • FAQs
  • 😄About us
    • The story behind building Hemera
    • Partners & Backers
    • Partnership inquiries
    • Hemera Powered Explorers
    • Active Developer Hackathons
    • Developer Contribution
  • Documentation feedback
Powered by GitBook
On this page
  1. Hemera Indexer
  2. Use Cases

Deposit to L2

A bridge to Layer 2 (L2) is a mechanism that allows users to transfer assets and data from a Layer 1 blockchain, like Ethereum, to a Layer 2 scaling solution. These bridges facilitate faster, cheaper transactions by moving activity off the main chain while still benefiting from the security of Layer 1. Once assets are bridged to L2, users can enjoy reduced fees and quicker transaction times, with the option to return their assets to the main chain when needed.

The deposit_to_l2_job indexes all transactions related to deposit to l2 operations on the Ethereum mainnet. As a result, we can tract and query deposit-related informations.

Key Features

  • Query deposit details through different dimensions (wallet address, chain name, bridge address, token, block number)

  • Calculate the number of deposits made by a wallet on a specific bridge

  • Determine on which chains a wallet has made deposit operations

  • Calculate the quantity of tokens deposited by a wallet on different chains through various bridges

Destination Chain:

  • Optimism Deposit ETH/ERC20 https://etherscan.io/address/0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1

  • Arbitrum

    • Gateway to Deposit ERC20 https://etherscan.io/address/0x72Ce9c846789fdB6fC1f34aC4AD25Dd9ef7031ef

    • Deposit ETH https://etherscan.io/address/0x4Dbd4fc535Ac27206064B68FfCf827b0A60BAB3f

  • Base (OP Stack)

    • Deposit ETH https://etherscan.io/address/0x3154Cf16ccdb4C6d922629664174b904d80F2C35

  • Linea

    • Deposit ETH https://etherscan.io/address/0xd19d4B5d358258f05D7B411E21A1460D11B0876F

    • Deposit ERC20 https://etherscan.io/address/0x051F1D88f0aF5763fB888eC4378b4D8B29ea3319

    • Deposit USDC https://etherscan.io/address/0x504A330327A089d8364C4ab3811Ee26976d388ce

  • Other notable chains (Mantle,Scroll,zkSync,Blast,Manta,Polygon zkEVM,Taiko)

PreviousRun & QueryNextData Class

Last updated 8 months ago

🖥️