You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am analyzing features in publicly available ICO smart contracts as my Bachelor's thesis. In the thesis I am comparing how features in ICO smart contracts evolve naturally and in ICO libraries.
In my analysis I selected smart contracts labelled with "token sale" and having more then 700 transactions. Total count of such contracts was 161.
I selected 40 smart contracts which do not have token functionality (thesis scope was ICO smart contracts alone). I used selected smart contracts to create a feature model. Also, I created features model of TokenMarket ICO smart contracts. I compared them. One of the missing features is start ICO by calling function.
15% (6 of 40) of ICO smart contracts have start ICO by calling function functionality. I suggest creating StartableCrowdsale smart contract which extends CrowdsaleBase smart contract.
Proposed code for start ICO by calling function feature:
I am analyzing features in publicly available ICO smart contracts as my Bachelor's thesis. In the thesis I am comparing how features in ICO smart contracts evolve naturally and in ICO libraries.
In my analysis I selected smart contracts labelled with "token sale" and having more then 700 transactions. Total count of such contracts was 161.
I selected 40 smart contracts which do not have token functionality (thesis scope was ICO smart contracts alone). I used selected smart contracts to create a feature model. Also, I created features model of TokenMarket ICO smart contracts. I compared them. One of the missing features is start ICO by calling function.
15% (6 of 40) of ICO smart contracts have start ICO by calling function functionality. I suggest creating StartableCrowdsale smart contract which extends CrowdsaleBase smart contract.
Proposed code for start ICO by calling function feature:
The text was updated successfully, but these errors were encountered: