Working with the EYWA Locker contract in Arbiscan.
Creating a lock for a vesting safe
How to find the claimed safe:
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.
In the filtered list, find the claim transaction. To locate the safe addresses, open Transaction Details by clicking on the chosen transaction.
Find the safe address in the Transaction Action or ERC-20 Tokens Transferred, checking the amount of EYWA tokens in that safe.
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 Locker.
How to create a lock for a safe whose address you already know
Go to the EYWA Locker contract page:
0xdCa5d16ac3708658ECc971d3AeE5d5CD6e5E1faD
https://arbiscan.io/address/0xdca5d16ac3708658ecc971d3aee5d5cd6e5e1fad#writeContract, chooseand connect your wallet by clicking
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*
After the filling in the required fields, click the
button and sign the transaction in your wallet.
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.
Go to your wallet page and expand the TOKEN HOLDINGS list in the Overview tab.
Find the EYWA DAO NFT you received after creating the lock and open its token page.
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.

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.
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.
Select and then click
Expand the βapproveβ first line and fill in the fields:
to - address of the 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
Go the the EYWA Locker contract address page
0xdca5d16ac3708658ecc971d3aee5d5cd6e5e1fad
https://arbiscan.io/address/0xdca5d16ac3708658ecc971d3aee5d5cd6e5e1fad#writeContractSelect
then click
and connect your wallet by pressing
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).
After entering the information, click the
button and sign the transaction in your wallet. To see your updated voting power, go to the Locker interface.
Last updated