cclp-project / cclp-contracts-poc0

MIT License
2 stars 2 forks source link

increaseSupply() and decreaseSupply() with fee #13

Open ajunge opened 6 years ago

ajunge commented 6 years ago

Create a contract which has the function increaseSupply(uint value, address to, uint fee) that executes the following: 1.- execute increaseSupply(value-fee, to) on the cCLP token contract 2.-execute increaseSupply(fee, <beneficiaryAddr>) on the cCLP token contract

This contract address will be the supplyController for the cCLP token This contract owner is the cCLPSupplyController multisig address.

Same thing with decreaseSupply()

This will allow us to charge a fee for a increaseSupply/decreaseSupply operation.