AugustoL
f446f5c5cd
Use uint256 in TokenTimeLock contract
7 years ago
Tal Ater
687dc19a4a
Documented increaseApproval() and decreaseApproval()
7 years ago
astudnev
8375b6085f
Burnable Token should be inherited from Basic Token issue#596
7 years ago
Jesse Busman
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.
7 years ago
Dave Hoover
11349835e9
Minor formatting change
7 years ago
Alejandro Santander
b50391862c
Changes to remove warnings
7 years ago
Alejandro Santander
815d9e1f45
Replace constant with view/pure
7 years ago
Alejandro Santander
e6213767fa
Update all solidity versions to 0.4.18
7 years ago
Georgios Konstantopoulos
3c5a268da4
fixes #572
7 years ago
Chris Whinfrey
8765e2a53f
Use instead of directly calling on
7 years ago
Facundo Spagnuolo
365c875ced
Create detailed ERC20 interface
7 years ago
thesved
e74652415f
Math.sol is not used, not needed
...
Small thing, but the Math.sol is not really needed, since it is not used.
7 years ago
Chris Whinfrey
7a26a0ecf1
Add capped token contract
7 years ago
Dora E. Mondrian
d7b67eca52
Use address type
7 years ago
Dora E. Mondrian
e4427befbb
Use address type
7 years ago
Mikhail Melnik
2d83c557b1
Finish minting should me called only once
...
Multiple calls to `finishMinting` will emit multiple `MintFinished` events which may be surprising if one rely on `MintFinished` event.
7 years ago
Martín Triay
b60e434e0b
[TokenVesting] Add missing safemath ops
7 years ago
Martín Triay
eb9f88bafc
[TokenVesting] Remove unused variable
7 years ago
Martín Triay
aa431dfb20
[TokenVesting] Increase released amount before transfer
7 years ago
Martín Triay
fff8e040b7
[TokenVesting] vestedAmount returns the historical vested amount
7 years ago
Martín Triay
74636b7333
[TokenVesting] Use SafeMath
7 years ago
Francisco Giordano
d5e0714faf
use safeTransfer
7 years ago
Francisco Giordano
a184013d1e
explicitly mark functions public
7 years ago
Francisco Giordano
7d08c4da7f
make TokenVesting variables public
7 years ago
Francisco Giordano
01b92d1d56
fix a problem when revoke is called twice
7 years ago
Martín Triay
22b9263674
[TokenVesting] Remove VestedToken and LimitedTranferToken
7 years ago
Martín Triay
9e0e80e820
[TokenVesting] Allow instantiation of already started vesting contracts. Improve comments' wording.
7 years ago
Martín Triay
562fb6945f
[TokenVesting] Rename events according to convention
7 years ago
Martín Triay
822de45bfc
[TokenVesting] Add a start parameter to constructor to defer vesting
7 years ago
Martín Triay
bd56163900
[TokenVesting] Fix vestedAmount calculation. Linearity test watches beneficiary balance over vestedAmount
7 years ago
Martín Triay
c11265e694
[TokenVesting] Add events
7 years ago
Francisco Giordano
3da7c31484
add revocable flag
7 years ago
Francisco Giordano
998c72ab5b
add preconditions to constructor
7 years ago
Francisco Giordano
00f323d132
add shortcut for vestedAmount after vesting end
7 years ago
Francisco Giordano
80e591f487
add TokenVesting contract
7 years ago
nedodn
27f8609ac9
Update TokenTimelock.sol: Issue #464
...
Removed deprecated function claim() as per Issue #464 .
7 years ago
Dan Phifer
e70dd18734
Moving business logic preconditions to the beginning of the function.
7 years ago
Jack Bauer
3733c069c9
Add explicit visibility
7 years ago
jakub-wojciechowski
adfd8fb6a9
Warning in approve method documentation.
7 years ago
jakub-wojciechowski
98f672b534
Make approve method compliant with ERC20
7 years ago
SylTi
1203a2473d
add whenNotPaused modifier to all of PausableToken functions that modify it's state. Fix #401
7 years ago
SylTi
4a1ff913ab
replace var by uint256 in StandardToken. Fix #432
7 years ago
SylTi
83918cad4b
change approve() to conform to ERC20. Fix #438
7 years ago
sot528
b069827bad
fix typo.
7 years ago
dmx374
b395b06b65
Explicit public visibility on methods
7 years ago
benjyz
2438557255
explain cliff
7 years ago
benjyz
9f1826d83e
vesting: more corrections on comments
7 years ago
benjyz
676f5f6931
comments on vesting
7 years ago
Roy Blankman
6d8bb497c8
removing trailing whitespace
7 years ago
Francisco Giordano
f96ebfca31
cosmetic changes to BurnableToken
8 years ago