|
|
3c5a268da4
|
fixes #572
|
2017-11-22 12:55:11 +00:00 |
|
|
|
7a19bcf6d9
|
Merge pull request #505 from ZumZoom/patch-1
Finish minting should be called only once
|
2017-11-15 11:59:05 -03:00 |
|
|
|
84bffb854a
|
Merge pull request #477 from facuspagnuolo/feaure/create_detailed_erc20_interface
Create detailed ERC20 interface
|
2017-11-13 15:42:09 -03:00 |
|
|
|
365c875ced
|
Create detailed ERC20 interface
|
2017-11-13 15:36:02 -03:00 |
|
|
|
9be77ddd54
|
Merge pull request #469 from nedodn/patch-2
Update TokenTimelock.sol: Issue #464
|
2017-11-10 17:44:20 -03:00 |
|
|
|
e74652415f
|
Math.sol is not used, not needed
Small thing, but the Math.sol is not really needed, since it is not used.
|
2017-10-30 11:07:26 +01:00 |
|
|
|
8e01dd14f9
|
Merge pull request #510 from doraemondrian/master
Use address(0) instead of 0x0
|
2017-10-24 16:46:05 -03:00 |
|
|
|
d7b67eca52
|
Use address type
|
2017-10-23 03:10:00 -07:00 |
|
|
|
e4427befbb
|
Use address type
|
2017-10-23 03:08:30 -07:00 |
|
|
|
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.
|
2017-10-17 16:24:16 +03:00 |
|
|
|
b60e434e0b
|
[TokenVesting] Add missing safemath ops
|
2017-10-16 03:48:32 -03:00 |
|
|
|
eb9f88bafc
|
[TokenVesting] Remove unused variable
|
2017-10-13 16:20:24 -03:00 |
|
|
|
aa431dfb20
|
[TokenVesting] Increase released amount before transfer
|
2017-10-13 16:13:54 -03:00 |
|
|
|
fff8e040b7
|
[TokenVesting] vestedAmount returns the historical vested amount
|
2017-10-13 15:32:44 -03:00 |
|
|
|
74636b7333
|
[TokenVesting] Use SafeMath
|
2017-10-12 00:34:03 -03:00 |
|
|
|
d5e0714faf
|
use safeTransfer
|
2017-10-11 16:31:31 -03:00 |
|
|
|
a184013d1e
|
explicitly mark functions public
|
2017-10-09 19:08:32 -03:00 |
|
|
|
7d08c4da7f
|
make TokenVesting variables public
|
2017-10-09 19:02:57 -03:00 |
|
|
|
01b92d1d56
|
fix a problem when revoke is called twice
|
2017-10-09 19:01:04 -03:00 |
|
|
|
22b9263674
|
[TokenVesting] Remove VestedToken and LimitedTranferToken
|
2017-10-04 14:52:55 -03:00 |
|
|
|
9e0e80e820
|
[TokenVesting] Allow instantiation of already started vesting contracts. Improve comments' wording.
|
2017-10-04 14:52:31 -03:00 |
|
|
|
562fb6945f
|
[TokenVesting] Rename events according to convention
|
2017-10-04 14:52:31 -03:00 |
|
|
|
822de45bfc
|
[TokenVesting] Add a start parameter to constructor to defer vesting
|
2017-10-04 14:52:30 -03:00 |
|
|
|
bd56163900
|
[TokenVesting] Fix vestedAmount calculation. Linearity test watches beneficiary balance over vestedAmount
|
2017-10-04 14:52:30 -03:00 |
|
|
|
c11265e694
|
[TokenVesting] Add events
|
2017-10-04 14:52:30 -03:00 |
|
|
|
3da7c31484
|
add revocable flag
|
2017-10-04 14:52:30 -03:00 |
|
|
|
998c72ab5b
|
add preconditions to constructor
|
2017-10-04 14:52:30 -03:00 |
|
|
|
00f323d132
|
add shortcut for vestedAmount after vesting end
|
2017-10-04 14:52:30 -03:00 |
|
|
|
80e591f487
|
add TokenVesting contract
|
2017-10-04 14:52:30 -03:00 |
|
|
|
27f8609ac9
|
Update TokenTimelock.sol: Issue #464
Removed deprecated function claim() as per Issue #464.
|
2017-09-27 14:07:08 -05:00 |
|
|
|
e70dd18734
|
Moving business logic preconditions to the beginning of the function.
|
2017-09-23 11:57:29 +08:00 |
|
|
|
3733c069c9
|
Add explicit visibility
|
2017-09-19 08:29:03 +02:00 |
|
|
|
adfd8fb6a9
|
Warning in approve method documentation.
|
2017-09-18 18:38:05 -03:00 |
|
|
|
98f672b534
|
Make approve method compliant with ERC20
|
2017-09-18 18:38:05 -03:00 |
|
|
|
1203a2473d
|
add whenNotPaused modifier to all of PausableToken functions that modify it's state. Fix #401
|
2017-09-18 22:49:22 +02:00 |
|
|
|
4a1ff913ab
|
replace var by uint256 in StandardToken. Fix #432
|
2017-09-18 22:46:52 +02:00 |
|
|
|
83918cad4b
|
change approve() to conform to ERC20. Fix #438
|
2017-09-18 22:46:52 +02:00 |
|
|
|
b069827bad
|
fix typo.
|
2017-09-19 01:57:50 +09:00 |
|
|
|
b395b06b65
|
Explicit public visibility on methods
|
2017-09-18 12:57:46 -03:00 |
|
|
|
bd84db735d
|
Merge pull request #450 from aupiff/master
removing trailing whitespace
|
2017-09-18 12:01:22 -03:00 |
|
|
|
2438557255
|
explain cliff
|
2017-09-18 12:41:54 +07:00 |
|
|
|
9f1826d83e
|
vesting: more corrections on comments
|
2017-09-18 12:22:23 +07:00 |
|
|
|
676f5f6931
|
comments on vesting
|
2017-09-18 12:18:10 +07:00 |
|
|
|
6d8bb497c8
|
removing trailing whitespace
|
2017-09-16 10:20:06 -04: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 |
|
|
|
07b688a0e6
|
Merge pull request #430 from frangio/fix-unchecked-transfer
Use SafeERC20 to transfer tokens safely
|
2017-09-07 20:33:43 -03:00 |
|
|
|
20187f2970
|
use SafeERC20#safeTransfer
|
2017-09-07 20:04:48 -03:00 |
|
|
|
0bd22e78d3
|
Fix docblock syntax
|
2017-09-01 14:03:31 +01:00 |
|
|
|
aad25205cd
|
add comment making explicit that SafeMath.sub can throw
|
2017-08-29 11:51:41 -03:00 |
|