📜
Migrate via Contract
These steps are for users with Wallet connection issues or issues related to our Migrator's UI who want to complete migration directly via the contract.
There are three types of issues the user may experience:
- approval problems for FSS
- approval problems for FEG
- the "Complete Migration" button is not working on our UI
Here are quick guides on directly performing these actions on BSCscan & Etherscan.
- 1.Go to one of these, depending on which network your FEG is staked on (BSC / ETH): https://bscscan.com/token/0xF8303c3ac316b82bCbB34649e24616AA9ED9E5F4#writeContract or https://etherscan.io/address/0x4a9d6b95459eb9532b7e4d82ca214a3b20fa2358#writeContract
- 2.Connect your wallet by clicking on "Connect to Web3"

- 3.Go to the "13. approve (0x095ea7b3)" function and then: Into the address field, enter
0x47Feae4b320E1b45dCFaa5a9eB9AaDf2bD7dce17
And into the amount field, enter10000000000000000000000000000000000000000000000000000000000000000
Then finally, click on the "Write" button and accept the transaction dialog in your wallet

- 1.Go to one of these sites, depending on where your FEG is (BSC or ETH) https://bscscan.com/token/0xacfc95585d80ab62f67a14c566c1b7a49fe91167#writeContract or https://etherscan.io/address/0x389999216860AB8E0175387A0c90E5c52522C945#writeContract
- 2.Connect your wallet by clicking on "Connect to Web3"

- 3.Go to the "1. approve" function and enter this in the "spender" field:
0x47Feae4b320E1b45dCFaa5a9eB9AaDf2bD7dce17
And enter this into the "amount" field:1000000000000000000000000
1000000000000000

- 1.
- 2.Click 'Access my wallet.'
- 3.Select the wallet type you use
- 4.On the menu on the left, collapse "Contract" and select "Interact with Contract."
- 5.Enter this address into the "Contract Address" field
0x47Feae4b320E1b45dCFaa5a9eB9AaDf2bD7dce17
- 6.Copy and paste this interface and input it into the "ABI/JSON interface" field.
[ { "inputs": [], "name": "migrate", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]
- 7.Click 'Interact'
- 8.Click 'write'

Last modified 1mo ago