8375b6085f
Burnable Token should be inherited from Basic Token issue#596
2017-12-06 08:08:42 +03:00
aef0f63aee
There's no need to throw when burning 0 tokens
...
Throwing when trying to burn 0 tokens is an unnecessary special case.
If another contract wants to burn() a variable amount, it should not be forced to deal with this special case of burning 0.
2017-12-03 12:08:53 +01:00
e6213767fa
Update all solidity versions to 0.4.18
2017-11-22 18:52:52 -03:00
e70dd18734
Moving business logic preconditions to the beginning of the function.
2017-09-23 11:57:29 +08:00
f96ebfca31
cosmetic changes to BurnableToken
2017-09-11 12:11:00 -03:00
fac580d1a9
remove indexed declaration of uint event parameter
2017-09-11 12:08:23 -03:00
b414545b6e
fixed typos XP
2017-07-28 16:11:27 -07:00
3296471bda
Added contracts/token/BurnableToken.sol
2017-07-28 16:07:04 -07:00