Orbit Bridge
  • Introduction
  • Overview
  • Core Concept
  • How it works
    • Features
    • Differentiation
    • Bridge Validator
    • Bridge Operator
    • Governance
  • Bridging Transactions
    • Ethereum
    • BNB Chain
    • Klaytn
    • Heco
    • Polygon
    • Celo
    • ICON
    • XRP
  • Validator Guide
    • Notes for Validator Nodes
    • Hardware Specifications
    • Validator Reward Structure
    • Quick Start
    • REST API
    • Configuration
    • Troubleshooting
  • Operator Guide
    • Hardware Specifications
    • Quick Start
    • REST API
    • Configuration
    • Troubleshooting
  • Official Bridge Governance
  • Token Registration for Bridging
    • Registration Using Etherscan
    • Registration Using Remix
    • Bridge to The Open Network(TON)
      • Registration on TON Using Etherscan
      • Registration on TON Using Remix
  • FAQ
    • General [EN]
    • General [KO]
    • Gas Fee Guide [EN]
    • Gas Fee Guide [KO]
    • Guide for Adding RPC Network [EN]
    • Guide for Adding RPC Network [KO]
    • Anti-Phishing [EN]
    • Anti-Phishing [KO]
    • Transaction delay after setting the gas fee
    • Integration Guide
      • 1. List of supported chains
      • 2. Contract Addresses
      • 3. How to use an Orbit Bridge
      • 4. Chain Explorers
      • 5. API
  • Contract
    • OrbitHub
    • Bridge
      • Ethereum
      • BNB Chain
      • Klaytn
      • Heco
      • Polygon
      • Celo
      • ICON
      • XRP
    • Vault (Layer 1)
      • Ethereum
      • BNB Chain
      • Klaytn
      • Heco
      • Polygon
      • Celo
      • XRP
    • Minter (Layer 2)
      • Ethereum
      • Avalanche
      • BNB Chain
      • Klaytn
      • Celo
      • Fantom
      • Harmony
      • Polygon
      • Moonriver
      • OKExChain
      • Orbit
      • Gnosis
      • ICON
      • XRP
    • BridgeReceiver
    • Governance
    • Glossary
  • LINK
    • Orbit Bridge Github
    • Orbit Bridge Website
  • POLICIES
    • Layer Fee
    • Bridge Fee
      • Current
      • History
        • Ethereum Layer1
        • BNB Layer 1
        • Ripple Layer 1
        • Klaytn Layer 1
    • Terms of Use [EN]
    • Terms of Use [KO]
  • Bridging Assets
    • Ethereum Layer 1
    • Ripple Layer 1
    • BNB Layer 1
  • CROSS CHAIN TIPS
    • ICON
    • Celo
    • HECO
    • XRP
Powered by GitBook
On this page
  • Contract Address
  • â–¶ STEP 1
  • â–¶ STEP 2

Was this helpful?

  1. Token Registration for Bridging

Registration Using Etherscan

Bridge ERC-20 to another chain (Klaytn, Polygon, etc...)

PreviousToken Registration for BridgingNextRegistration Using Remix

Last updated 2 years ago

Was this helpful?

This guide is based on the contract address and amount supplied. Take this guide as a reference and type in the exact numbers and address as told.

Contract Address

  • Token: ORC (0x662b67d00a13faf93254714dd601f5ed49ef2f51)

  • Vault address : 0x1bf68a9d1eaee7826b3593c20a0ca93293cb489a

â–¶ STEP 1

ERC-20 Token approval Process

  1. Open the chrome browser.

  2. Go to "https://etherscan.io"

  3. Search by your [Token contract]

  4. Click the 'Contract' tab. Click the 'Write Contract' tab.

  5. Click 'Connect to Web3' button.

  6. Connect to your wallet.

  7. Click the ‘1. approve' row.

  8. Fill the accurate value to column. (1). _spender (address): 0x1bf68a9d1eaee7826b3593c20a0ca93293cb489a (2). _value (uint256): uint256 max - 1 (Maximum value) or Quantity to bridge

  9. Click the 'Write' button.

â–¶ STEP 2

depositToken Implement Process

  1. Open the chrome browser.

  2. Go to "https://etherscan.io"

  3. Search by [vault address]

  4. Click the 'Contract' tab. Click the 'Write as Proxy" tab.

  5. Click 'Connect to Web3' button.

  6. Connect to your wallet.

  7. Click the '1. depositToken' row.

  8. Fill the accurate value to column. (1) depositToken : 0

    (2) token (address) : [ORC address]

    (3) toChain (string) : KLAYTN (or ICON or ORBIT)

    (4) toAddr (bytes) : [Want to receive your wallet address] (5) amount (uint256) : 1,000,000,000,000,000,000 (= 1 ORC) / Decimal 18

  9. Click the 'Write' button.

Search by your [Token contract]
Click the 'Contract' tab. Click the 'Write Contract' tab.
Click 'Connect to Web3' button.
Connect to your wallet.
Click the ‘1. approve' row. Fill the accurate value to column.
Click the 'Write' button.
Search by [vault address]
Click the 'Contract' tab. Click the 'Write as Proxy" tab.
Click 'Connect to Web3' button.
Connect to your wallet.
Click the '1. depositToken' row. Fill the accurate value to column.
Click the 'Write' button.