fluencelabs / dev-rewards

Apache License 2.0
570 stars 374 forks source link

How to exchange FLT-DROP to FLT token? #125

Closed firattale closed 4 months ago

firattale commented 5 months ago

It is not certain how to exchange FLT-DROP for FLT tokens.

https://blog.fluence.network/fluence-developer-community/

Here it just says:

Can I exchange the airdrop tokens?
You can exchange them to FLT after the 2 months lock up period since claiming.

and I can't find anything related to that in your contracts.

could you please explain how to do that?

jonas089 commented 5 months ago

I'd also like to know how to exchange them after the lockup period.

jonas089 commented 5 months ago

Upon reading their smart contract, I think that you can literally just transfer the FLT-DROP tokens once the lock up period has expired. If you attempt to transfer beforehand you'll encounter an error:

    function transfer(address to, uint256 value) external returns (bool) {
        require(value > 0, "Value is 0");
        require(lockedBalances[msg.sender].amount == value, "Invalid amount");
        require(block.timestamp > lockedBalances[msg.sender].unlockTime, "Tokens are locked");

        lockedBalances[msg.sender].amount = 0;
        _totalSupply -= value;
        IERC20(token).safeTransfer(msg.sender, value);
        emit Transfer(msg.sender, address(0x00), value);

        return true;
    }

I'm not 100% confident but maybe the transfer function of FLT-DROP unlocks the tokens if called after the lock up period has expired.

Don't take this for granted and wait for someone to officially confirm it before you attempt anything!

FernNguyen commented 5 months ago

Based on the information in Telegram and reading the contract, I received the following information: The transfer function of FLT-DROP has been rewritten and when the lock expires, you just need to transfer your FLT-DROP to any address, or sent to yourself, the contract will check the validity and transfer $FLT back to your wallet.

justinkb commented 5 months ago

Guessing this transfer will incur gas fee?

agongdai commented 4 months ago

I have tried to transfer the $FLT-DROP to my self address, it does not work: https://etherscan.io/tx/0xe8d6056a9fd12c8a3f34212e75e526db82aac7d4b587580c590c24a4e7906ff0

agongdai commented 4 months ago

Could anybody explain how to transfer? My FLT-DROP has been locked for 61 days: https://etherscan.io/tx/0x70077426125f5c2b5cba9cdbbb3ab1d777ac545f7c536d76ed7d190fb47c0c1d

jonas089 commented 4 months ago

Could anybody explain how to transfer? My FLT-DROP has been locked for 61 days: https://etherscan.io/tx/0x70077426125f5c2b5cba9cdbbb3ab1d777ac545f7c536d76ed7d190fb47c0c1d

You can only transfer 2 Months after you claimed the airdrop. When did you claim

=> If you claimed yesterday then you need to wait for another 59 days

LBruyne commented 4 months ago

See this thread: https://twitter.com/hinsliulovezju/status/1787337498554929384?s=21&t=wxPQiCO5ZzTeh-6r08aBlQ

vedantmgoyal9 commented 4 months ago

https://claim.fluence.network/claim-flt

firattale commented 4 months ago

I'm closing this issue because it has been solved.

https://claim.fluence.network/claim-flt

waruqi commented 4 months ago

https://claim.fluence.network/claim-flt

I tried it and I connected metamask, but I got some errors.

The supported networks are: mainnet. Falling back to default provider.

then I clicked convert button, it got :

Please sign tx in your walletunknown account #0 (operation="getAddress", code=UNSUPPORTED_OPERATION, version=providers/5.7.2)

WALL-E commented 4 months ago

1. Cliam

https://claim.fluence.network/claim-flt

image

2. Error Info

-32000: err: insufficient funds for gas * price + value: address 0xfab...a1 have 11012611675651100 want 5000000000000000000000 (supplied gas 15010499)

bestgopher commented 3 months ago

1. Cliam

https://claim.fluence.network/claim-flt

image

2. Error Info

-32000: err: insufficient funds for gas * price + value: address 0xfab...a1 have 11012611675651100 want 5000000000000000000000 (supplied gas 15010499)

Hi, how to resolve it?

FernNguyen commented 3 months ago

1. Cliam

https://claim.fluence.network/claim-flt

image

2. Error Info

-32000: err: insufficient funds for gas * price + value: address 0xfab...a1 have 11012611675651100 want 5000000000000000000000 (supplied gas 15010499)

Hi, how to resolve it?

You need more ETH for gas fee

bestgopher commented 3 months ago

1. Cliam

https://claim.fluence.network/claim-flt

image

2. Error Info

-32000: err: insufficient funds for gas * price + value: address 0xfab...a1 have 11012611675651100 want 5000000000000000000000 (supplied gas 15010499)

Hi, how to resolve it?

You need more ETH for gas fee

How much fee?

leo-cuellar commented 3 months ago

1. Cliam

https://claim.fluence.network/claim-flt

image

2. Error Info

-32000: err: insufficient funds for gas * price + value: address 0xfab...a1 have 11012611675651100 want 5000000000000000000000 (supplied gas 15010499)

Hi, how to resolve it?

You need more ETH for gas fee

How much fee?

It's literally on the error message. You have less FLT than what you're asking for.

pirate commented 6 days ago

I cant even access claim.fluence.network/claim-flt, I tried on all my devices on a few different wifi networks. Got Cloudflare blocked every time.

image
syvb commented 6 days ago

@pirate They block US IP addresses. You don't really need that page though - it says you can just transfer the FLT-DROP to yourself:

Or just use metamask or another wallet – transfer tokens to yourself