Author

Topic: Smart contracts for tokens (Read 106 times)

member
Activity: 157
Merit: 13
February 10, 2018, 03:44:09 PM
#4
So there is no way to edit the contract after it's deployed?  What if you want to add a new rule down the road to the contract?
Every smart contract has a predefined list of methods. Once it deployed that list of methods can't be supplemented by new ones. Like it is often stated 'code is a law'. Although it's not possible to modify a contract code after deploy, it is still possible to use it's predefined methods to change some variables even after deploy. If you are developing an ICO contract you can for example add a method which will allow you to mint coins infinitely after ICO ends or add a method which will allow you to change hard cap at any time. That's the reason is so important for ICO contract to be public so everyone could check by himself whether contract doesn't have hidden methods and whether developers are not trying to scam investors. The same situation is with another kind of contracts.
copper member
Activity: 183
Merit: 10
February 10, 2018, 02:22:36 PM
#3
So there is no way to edit the contract after it's deployed?  What if you want to add a new rule down the road to the contract?
newbie
Activity: 117
Merit: 0
February 09, 2018, 04:59:05 PM
#2
Once a token is released to the general public, is there a way to add to the smart contract different features afterwards?



Yes, but it has to be written into the contract before you deploy it.
copper member
Activity: 183
Merit: 10
February 09, 2018, 04:14:42 PM
#1
Once a token is released to the general public, is there a way to add to the smart contract different features afterwards?
Jump to: