|
|
4d263b7fc3
|
fix: the result of 'npm run lint:sol:fix'
|
2018-01-15 16:11:45 -05:00 |
|
|
|
e6213767fa
|
Update all solidity versions to 0.4.18
|
2017-11-22 18:52:52 -03: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 |
|
|
|
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 |
|
|
|
b395b06b65
|
Explicit public visibility on methods
|
2017-09-18 12:57:46 -03:00 |
|
|
|
b12db57f34
|
Fixed typo
recieve -> receive
|
2017-08-18 15:25:15 +03:00 |
|
|
|
4fe837704b
|
Add Transfer event when token is minted to be fully ERC20 compliant &
tests
|
2017-08-05 00:14:01 +02:00 |
|
|
|
18581f138f
|
converted if() throw convention to require()/assert()/revert()
|
2017-07-17 15:35:09 -03:00 |
|
|
|
b1e504d6c6
|
change uint to uint256
|
2017-06-19 18:55:09 -07:00 |
|
|
|
ffe464a43e
|
Refactors the Mintable Token contract
|
2017-06-14 10:38:32 -06:00 |
|
|
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
2017-06-06 21:41:54 -06:00 |
|
|
|
d08185fc3e
|
Edit natspec documentation typos
|
2017-05-26 00:29:15 +03:00 |
|
|
|
c4796bb918
|
Fix comments again
|
2017-05-24 17:27:05 -04:00 |
|
|
|
d357cf3a2e
|
Minor changes to doc comments for token and other contracts
|
2017-05-24 16:51:01 -04:00 |
|
|
|
f6f91298f0
|
Add natspec to all remaing contracts, except for vestedToken.sol
|
2017-05-24 16:47:21 -04:00 |
|
|
|
609869f087
|
change safe* to *
|
2017-04-19 16:19:22 -03:00 |
|
|
|
37c6782f95
|
Add MintFinished event to MintableToken #191
|
2017-04-13 14:23:41 +08:00 |
|
|
|
a605f66972
|
Create and test MintableToken contract
|
2017-04-07 14:51:33 -06:00 |
|