Commit Graph

437 Commits (e60aee61f20d25bffa0a1f651247810a8bc8a660)

Author SHA1 Message Date
Francisco Giordano 01b92d1d56 fix a problem when revoke is called twice 7 years ago
Dmitry Dudin 790833e5d4 Update SimpleToken.sol 7 years ago
Martín Triay 22b9263674 [TokenVesting] Remove VestedToken and LimitedTranferToken 7 years ago
Martín Triay 9e0e80e820 [TokenVesting] Allow instantiation of already started vesting contracts. Improve comments' wording. 7 years ago
Martín Triay 562fb6945f [TokenVesting] Rename events according to convention 7 years ago
Martín Triay 822de45bfc [TokenVesting] Add a start parameter to constructor to defer vesting 7 years ago
Martín Triay bd56163900 [TokenVesting] Fix vestedAmount calculation. Linearity test watches beneficiary balance over vestedAmount 7 years ago
Martín Triay c11265e694 [TokenVesting] Add events 7 years ago
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
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