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 |
Dora E. Mondrian
|
ac4a19dd7d
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
09b1926c41
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
d7b67eca52
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
e4427befbb
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
ca1babe1f7
|
Use address type
|
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 |
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 |
Santiago Palladino
|
61f62eb3c7
|
Fix INITIAL_SUPPLY in SimpleToken example
Use token decimals
|
7 years ago |
Francisco Giordano
|
f96ebfca31
|
cosmetic changes to BurnableToken
|
7 years ago |
Francisco Giordano
|
fac580d1a9
|
remove indexed declaration of uint event parameter
|
7 years ago |
Francisco Giordano
|
20187f2970
|
use SafeERC20#safeTransfer
|
8 years ago |
Yevhenii Babichenko
|
5035718e4b
|
fixed wrong call order in Ownable.transferOwnership
|
8 years ago |
Francisco Giordano
|
99887da49a
|
fix Pausable documentation
|
8 years ago |
Yevhenii Babichenko
|
7a36a6c92a
|
fix calls to OwnershipTransferred
|
8 years ago |
Yevhenii Babichenko
|
6beac0f215
|
add previousOwner field to OwnershipTransferred event
|
8 years ago |
Yevhenii Babichenko
|
b59469c151
|
fire OwnershipTransferred event when the owner of an Ownable contract instance actually changed
|
8 years ago |
Jesús Flores
|
0bd22e78d3
|
Fix docblock syntax
|
8 years ago |
Francisco Giordano
|
aad25205cd
|
add comment making explicit that SafeMath.sub can throw
|
8 years ago |
Pavel Rubin
|
209e2de93b
|
Fix for #400: Check that destination of token transfers is not 0x
|
8 years ago |