Author

Topic: Question about swapping tokens (Read 143 times)

legendary
Activity: 2394
Merit: 2223
Signature space for rent
August 26, 2018, 01:17:29 PM
#5
sup bitcointalk. Have a question about swapping. I have situation like this: i've deployed token in ethereum network and for example some people bought it through ICO smart-contract  aaaand for example now i have to swap their tokens - with the same rate, same name, same supply but let's say with different functions in token's contract. Any materials that can help me understand how does i do it?  Huh

I am not sure, because I am not developer. Perhaps there is no any automatic  system for swap your token. You should deploy new token but you can use same symbols, decimal, name whatever on your previous token. Then you should transfer token manually to your existing token holders. You can keep everything same as before, only contract address will change by default. For transactions may be there is any script you use for transfer (Not sure ). Mostly ICO used script for distribute airdrop token.

You can move this topic on Project Development , may be some one can help you there.
jr. member
Activity: 116
Merit: 1
August 26, 2018, 11:38:00 AM
#4
Every project`s team using different type of methods for token swapping.Some tokens automatically swapped in your wallet.Some times you have to send them specified ex changer.
newbie
Activity: 32
Merit: 0
August 26, 2018, 08:05:00 AM
#3
sup bitcointalk. Have a question about swapping. I have situation like this: i've deployed token in ethereum network and for example some people bought it through ICO smart-contract  aaaand for example now i have to swap their tokens - with the same rate, same name, same supply but let's say with different functions in token's contract. Any materials that can help me understand how does i do it?  Huh

You mean something like this?

https://ethereum.stackexchange.com/questions/30996/how-to-receive-swap-tokens-on-a-new-solidity-contract

The scenario here though is that the user needs to swap their tokens manually. Not sure if that's something you want.



Ok, manual way is ok, but i prefer to do it without users involvement. Any way to do it automatically?
legendary
Activity: 1946
Merit: 1427
August 26, 2018, 08:01:15 AM
#2
sup bitcointalk. Have a question about swapping. I have situation like this: i've deployed token in ethereum network and for example some people bought it through ICO smart-contract  aaaand for example now i have to swap their tokens - with the same rate, same name, same supply but let's say with different functions in token's contract. Any materials that can help me understand how does i do it?  Huh

You mean something like this?

https://ethereum.stackexchange.com/questions/30996/how-to-receive-swap-tokens-on-a-new-solidity-contract

The scenario here though is that the user needs to swap their tokens manually. Not sure if that's something you want.

newbie
Activity: 32
Merit: 0
August 26, 2018, 07:56:53 AM
#1
sup bitcointalk. Have a question about swapping. I have situation like this: i've deployed token in ethereum network and for example some people bought it through ICO smart-contract  aaaand for example now i have to swap their tokens - with the same rate, same name, same supply but let's say with different functions in token's contract. Any materials that can help me understand how does i do it?  Huh
Jump to: