Skip to content

clonable FathomToken

dju requested to merge clonableToken into master

Feature Merge Request

Related Issue

closes #50 (closed)

Description of Feature

Strips away many of the minime-features. To illustrate that i left them around in the comments.

only actual changes where

  • turning a generateTokens from onlyController to internal
  • adding parameters to the constructor such that new tokens can be mined whenever a token is cloned

Motivation and Context

I prefer making the contract simpler over making complicated approveAndCall() invocations to fit it to our needs.

  • dedicated test

What's Next?

eventually updating it to the new solidity features (get rid of 'var' keyword) and such (see comment)


Edited by dju

Merge request reports