Commit Graph

536 Commits (f6b614a7c5d72fdbb42e3ea0a1a886389e9c265d)

Author SHA1 Message Date
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 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
Francisco Giordano fac580d1a9 remove indexed declaration of uint event parameter 8 years ago
Francisco Giordano 20187f2970 use SafeERC20#safeTransfer 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
Francisco Giordano 7b463769a5 explain how to use SafeERC20 8 years ago
Francisco Giordano c7636bdc4c add safe ERC20 helpers 8 years ago
Rudy Godoy 8b11035b39 Indentation refactoring. 8 years ago
Rudy Godoy 21f251eafb Removed onlyPayloadSize modifier 8 years ago
pipaman e7b1c33955 Update StandardToken.sol 8 years ago
Francisco Giordano 84e3e76bb8 fix PausableToken documentation 8 years ago
Petr Korolev 99efe80c61 fixed typos in standart token doc 8 years ago
Petr Korolev b12db57f34 Fixed typo 8 years ago
Yaron Velner 9333fec5f1 fix to issue 375 8 years ago
Giuseppe Bertone 7c9c0f6538 Fix for mispelled words (#371) 8 years ago
SylTi 4fe837704b Add Transfer event when token is minted to be fully ERC20 compliant & 8 years ago
Logan Saether b414545b6e fixed typos XP 8 years ago
lsaether 3296471bda Added contracts/token/BurnableToken.sol 8 years ago
Santiago Palladino 5e7c168b25 Fix missing storage keyword warnings 8 years ago
Francisco Giordano 9f0cbd3303 move example contract 8 years ago
Brian Guo 93b953fb48 changed instances of uint to uint256; fixes issue #226 8 years ago
Francisco Giordano b8884687df fix off by one error in VestedToken 8 years ago
Peter Murray 18581f138f converted if() throw convention to require()/assert()/revert() 8 years ago
Adam Dossa a56bcbf8fd Correctly call super.transferableTokens 8 years ago
Francisco Giordano 6331dd125d fix ERC20 to conform to standard 8 years ago
Francisco Giordano 5e423bc353 add release function, deprecate claim 8 years ago
Francisco Giordano 421ed4f8ab fix references to max and min functions 8 years ago
Francisco Giordano 759f8de81f fix import directories 8 years ago
Francisco Giordano 5d847ed4d9 tweak TokenTimelock documentation 8 years ago
Francisco Giordano b3ca0c73b3 add a TokenTimelock contract 8 years ago
Francisco Giordano 59e9609926 remove CrowdsaleToken 8 years ago