|
|
bb1736e376
|
Change visibility of fallbacks to external
|
2017-11-23 12:28:46 -03:00 |
|
|
|
b50391862c
|
Changes to remove warnings
|
2017-11-23 10:41:18 -03:00 |
|
|
|
815d9e1f45
|
Replace constant with view/pure
|
2017-11-22 18:59:54 -03:00 |
|
|
|
e6213767fa
|
Update all solidity versions to 0.4.18
|
2017-11-22 18:52:52 -03:00 |
|
|
|
9001ce9d3a
|
Merge pull request #515 from cwhinfrey/master
Create CappedToken, a capped MintableToken
|
2017-11-22 15:25:12 -03:00 |
|
|
|
492ef4a419
|
Merge pull request #571 from quantum13/patch-1
Small code style change
|
2017-11-22 14:33:01 -03:00 |
|
|
|
3c5a268da4
|
fixes #572
|
2017-11-22 12:55:11 +00:00 |
|
|
|
03ad0efd29
|
Small code style change
http://solidity.readthedocs.io/en/develop/style-guide.html#other-recommendations
The visibility modifiers for a function should come before any custom modifiers.
|
2017-11-20 23:13:32 +03:00 |
|
|
|
8765e2a53f
|
Use instead of directly calling on
|
2017-11-15 16:14:28 -05: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 |
|
|
|
088897150e
|
Merge pull request #526 from amazingandyyy/patch-1
Update RefundVault.sol
|
2017-11-15 11:56:03 -03:00 |
|
|
|
34be16d939
|
Merge pull request #522 from emn178/feature/improve_mul
improve mul performance and reduce gas cost
|
2017-11-14 17:49:09 -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 |
|
|
|
e72c7ce91b
|
Merge pull request #417 from abarmat/feature-splitpayment-contract
Feature SplitPayment contract
|
2017-11-10 18:45:56 -03:00 |
|
|
|
9be77ddd54
|
Merge pull request #469 from nedodn/patch-2
Update TokenTimelock.sol: Issue #464
|
2017-11-10 17:44:20 -03:00 |
|
|
|
be692e59eb
|
Update RefundVault.sol
|
2017-10-31 00:13:27 -07: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 |
|
|
|
5ad07e1892
|
improve mum performance and reduce gas cost
|
2017-10-30 09:58:52 +08:00 |
|
|
|
7a26a0ecf1
|
Add capped token contract
|
2017-10-25 23:57:21 -04:00 |
|
|
|
8e01dd14f9
|
Merge pull request #510 from doraemondrian/master
Use address(0) instead of 0x0
|
2017-10-24 16:46:05 -03:00 |
|
|
|
ac4a19dd7d
|
Use address type
|
2017-10-23 03:11:14 -07:00 |
|
|
|
09b1926c41
|
Use address type
|
2017-10-23 03:10:40 -07: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 |
|
|
|
ca1babe1f7
|
Use address type
|
2017-10-23 03:06:51 -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 |
|