EYWA
  • Eywa v2
    • πŸ’₯Eywa v2: new era of Web3 interoperability
  • Eywa token
    • πŸ’ŽTokenomics Eywa/CrossCurve
    • πŸ“ˆEywa token utility
    • ⚑Eywa NFT Collection
      • Eywa NFT Bridge from Aurora to Arbitrum
      • Merge interface in the Arbitrum chain
      • EYWA NFT Manager interface
      • Dashboard interface
    • 🏒Eywa DAO
      • Overview of EYWA DAO
      • Voting
      • Obtaining veEYWA and Calculating the Boost
      • Staking
  • EYWA Ecosystem
    • πŸ’‘Vision
    • πŸ—ΊοΈProduct & EYWA token Roadmap
    • πŸ—οΈProducts
      • Eywa v1
        • Cross-chain Liquidity Protocol
          • Cross-chain DEX v1
          • Eywa Token Bridge
          • Gasless transactions
        • Cross-chain Data Protocol
          • Eywa CDP Introduction
          • Eywa Oracle Network
          • Data transfer flow
      • Eywa v2
        • πŸŒ‰Consensus Bridge
        • ⚑CrossCurve
    • πŸ›‘οΈSecurity audits
    • 🧠Team
    • πŸ¦„Project History
    • πŸ”—External Links: website and socials
    • ❓FAQ
  • User documentation
    • πŸ’ΈEywa DEX
      • About EYWA Cross-chain DEX
      • Interface Eywa WebApp
      • How to trade
      • Slippage settings
      • Routing
      • Operation Interruption
        • Slippage condition
        • Data transfer error
    • 🏒DAO
      • EYWA Locker Interface
      • Working with the EYWA Locker contract in Arbiscan.
      • EYWA Vote Interface
      • EYWA Incentives Interface
    • πŸ”—Contracts addresses
      • Cross-chain Liquidity Protocol
        • CLP smart-contracts
        • Supported stablecoins
        • Addresses of Eywa stableswap pools
        • Addresses of s-tokens
        • Addresses of e-tokens
      • Cross-chain Data Protocol
        • Governance of Eywa Oracle network
        • Cross-chain messaging
  • DEVELOPER DOCUMENTATION
    • πŸ’»Guide for Developers
      • Technical Documentation for EYWA DAO Smart Contracts
        • EmissionManagerV1
        • EscrowManager
        • EscrowVoteManagerV1
        • GaugeFactoryV1
        • GaugeV1
        • IncentiveRewardsDistributor
        • ProposalManager
        • RebaseRewardsDistributorV1
        • RewardsDistributorFactoryV1
        • CalldataHelperV1
        • Treasury
        • DelegationManagerV1
        • DelegationConditionValidatorV1
        • LockHolderFactoryV1
        • LockHolderV1
  • Eywa Oracle Network - will be ENDED in April 2024
    • πŸ₯‡Validators token distribution
    • Incentivised PoA mainnet
      • General information
      • Application for participation in PoA mainnet
      • Requirements for PoA mainnet validators
      • Rewards for PoA mainnet
      • Instruction for node operators
    • FAQ
  • βš–οΈLEGAL INFORMATION
    • Terms of Service
    • Protocol Disclaimer
    • Cookies Policy
    • Risk of using Eywa
Powered by GitBook
On this page
  • Creating a lock for a vesting safe
  • How to find the claimed safe:
  • How to create a lock for a safe whose address you already know
  • Boosting votes by adding an NFT.
  • Voting boost
  1. User documentation
  2. DAO

Working with the EYWA Locker contract in Arbiscan.

PreviousEYWA Locker InterfaceNextEYWA Vote Interface

Last updated 3 months ago

Creating a lock for a vesting safe

How to find the claimed safe:

  1. Open Arbiscan, and enter the wallet address that received the vesting safe in the search bar, or enter the link in the format https://arbiscan.io/address/{wallet address}, replacing {wallet address} with your wallet address.

In the list of , filter by the β€œClaim” function under Method.

  1. In the filtered list, find the claim transaction. To locate the safe addresses, open Transaction Details by clicking on the chosen transaction.

  1. Find the safe address in the Transaction Action or ERC-20 Tokens Transferred, checking the amount of EYWA tokens in that safe.

  1. To copy the safe address, click on it and copy it to your clipboard.

Make sure you remember the address(es) of the safe(s) that you plan to deposit into the EYWA Locker.

How to create a lock for a safe whose address you already know

  1. Expand the 5t line, createLock, and fill in the fields:

lockDuration_(unit256) - the lock duration in seconds

recipient_(address) - the wallet address of the lock’s owner (it’s important that you have access to this wallet)

vestingWallets_(address[]) - the array of safe addresses*

* for locking a single safe, enter the safe address [address] in the square brackets in the field vestingWallets_(address[]). For two safes, [address1, address2], and so on.

Once the transaction is successfully processed on-chain, you will receive an EYWA DAO NFT in your wallet.

To later boost your votes, remember the ID (EYWA DAO NFT ID) of the created lock.

  1. Go to your wallet page and expand the TOKEN HOLDINGS list in the Overview tab.

  1. Find the EYWA DAO NFT you received after creating the lock and open its token page.

Boosting votes by adding an NFT.

To receive a boost, you must have the EYWA DAO NFT on the same address that you created the lock from, and you must know its ID.

  1. Go to the EYWA DAO NFT contract address 0x33b98A477512A34Af0D311DA5F59FC5341693962 page: https://arbiscan.io/address/0x33b98A477512A34Af0D311DA5F59FC5341693962 and confirm the lock for this NFT in the contract.

  1. Expand the β€œapprove” first line and fill in the fields:

to - address of the EYWA Locker contract 0xdca5d16ac3708658ecc971d3aee5d5cd6e5e1fad

tokenid(unit256) - The ID of the NFT to receive the boost. (If you need boosts for multiple NFTs, repeat this operation for each NFT)

Voting boost

  1. Go the the EYWA Locker contract address page 0xdca5d16ac3708658ecc971d3aee5d5cd6e5e1fad https://arbiscan.io/address/0xdca5d16ac3708658ecc971d3aee5d5cd6e5e1fad#writeContract

  1. Expand the β€œboost” second line and fill in the fields:

tokenid_(unit256) - The ID of the lock (EYWA DAO NFT ID), to be boosted.

collectionTokenIds_(unit256) - the ID(s) of the NFT(s), that will provide the voting boost (If you have only one NFT, enter [id]. For multiple NFTs, [id1, id2], and so on).

Go to the EYWA Locker contract page: 0xdCa5d16ac3708658ECc971d3AeE5d5CD6e5E1faD https://arbiscan.io/address/0xdca5d16ac3708658ecc971d3aee5d5cd6e5e1fad#writeContract, choose and connect your wallet by clicking

After the filling in the required fields, click the button and sign the transaction in your wallet.

Find your EYWA DAO NFT ID in the transaction list under the Item column or on the Transaction Details page in the ERC-721 Tokens Transferred section.

Select and then click

Select then clickand connect your wallet by pressing

After entering the information, click the button and sign the transaction in your wallet. To see your updated voting power, go to the EYWA Locker interface.

🏒