Commit Graph

779 Commits (2769d0d2c7877dabbc03e11e03f1d801193bbc49)

Author SHA1 Message Date
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
Santiago Palladino 61f62eb3c7 Fix INITIAL_SUPPLY in SimpleToken example 8 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
Ariel Barmat dc1017c929 Simplify implementation using similar interface as PullPayment contract 8 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
Ariel Barmat 69e83e5086 Add a SplitPullPayment contract that combines distribution of funds and delayed withdrawal from each party 8 years ago
Ariel Barmat 8336785a9b Add a SplitPayment contract to distribute funds among multiple beneficiaries 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
SylTi 51906bae6c refactor 8 years ago
SylTi 406004a99a refactor HasNoTokens.sol 8 years ago
Andrew Redden 1827cbfd2a changed decimal to be uint8 so that it matches the ERC20 specification. 8 years ago
Roman Storm a0c0cb66c5 Remove confusing comment left from FinalizableCrowdsale 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
Francisco Giordano 4fc6bb7977 remove token.finishMinting() from default finalization 8 years ago
Jakub Wojciechowski c6e055689b Change crowdsales to use timestamps instead of block numbers #350 update example 8 years ago
Jakub Wojciechowski 77dfcb6e23 Change crowdsales to use timestamps instead of block numbers #350 8 years ago
SylTi 4fe837704b Add Transfer event when token is minted to be fully ERC20 compliant & 8 years ago
Jakub Wojciechowski a9e1fcd623 Add complex crowdsale example #331 requested changes 8 years ago