Commit Graph

94 Commits (f5ba7e7f0d4e8fe1a181897a8f08e4e3fb2c2491)

Author SHA1 Message Date
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
Nicolás Venturo 418a6b5791 Crowdsale inheritance order (#1128) 7 years ago
Nicolás Venturo 3d86c58d2c Crowdsale inheritance order (#1128) 7 years ago
Vittorio Minacori ca9e317259 Update Truffle and Solium (#1105) 7 years ago
Doug Crescenzi 23074676c4 Improved documentation for _preValidatePurchase method in Crowdsale (#1101) 7 years ago
Leo Arias 45d6943913 Fix typos (#1082) 7 years ago
Hoon Choi 5f6d511af9 Fix typo in Crowdsale.sol (#1035) 7 years ago
Matt Condon 3318b91697
feat: add AutoIncrementing contract (#1023) 7 years ago
Leonardo 99e4b081dc ECRecover test should revert because of wrong calldata size (#1050) 7 years ago
Nicolás Venturo 8fd072cf8e Escrows (#1014) 7 years ago
Doug Crescenzi 74a62a1314 using SafeERC20 to implement safeTransfer in Crowdsale (#1006) 7 years ago
Matt Condon 92b695f2fb
Fix/whitelisted crowdsale (#981) 7 years ago
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Doug Crescenzi 39385f9f4e Addressed unchecked return value in AllowanceCrowdsale #945 using SafeERC20 (#946) 7 years ago
Vittorio Minacori 512e8218ca Add a comment on Detailed ERC20 token #953 (#960) 7 years ago
Leo Arias 746673a94f
style: use the max-len solidity rule (#944) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Matt Condon 9e1c934ffd
Various fixes and formatting chores (#885) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Matt Condon a6bef44790
fix: remove admin functionality from RBAC.sol fixes #802 (#836) 7 years ago
Leo Arias 82ce197e44 tests: fix most of the static warnings (#844) 7 years ago
Artiya Thinkumpang c3cbdb4599 Fix version error for truffle-flattener. (#794) 7 years ago
Tal Ater 903751ce0d Tiny indentation fix in MintedCrowdsale (#792) 7 years ago
Tal Ater 9fd61177c3 Fixed typo in Crowdsale contract comment (#793) 7 years ago
Alejo Salles c05918c3cc Crowdsale refactor and add new models (#744) 7 years ago
Santiago Palladino 4d7c3cca75 Move token creation outside of crowdsale contract (#690) 7 years ago
Facundo Spagnuolo c5d66183ab Move ERC20 contracts to ERC20 custom folder (#701) 7 years ago
JU HYEONG PARK 9cc55ef2a5 use short circuit (#654) 7 years ago
Matt Condon bd2f1773cd fix: solium errors - function-order only 7 years ago
Matt Condon e60aee61f2 fix: solium errors - blank-line only 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
George Spasov 586c88802d Changed constant to view and more expressive comment 7 years ago
George Spasov 04946211a5 Using the new overridable function 7 years ago
George Spasov ebdba08218 Added overridable getTokenAmount function 7 years ago
Alejandro Santander bb1736e376 Change visibility of fallbacks to external 7 years ago
Alejandro Santander b50391862c Changes to remove warnings 7 years ago
Alejandro Santander 815d9e1f45 Replace constant with view/pure 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
Andy Chen be692e59eb
Update RefundVault.sol 7 years ago
Dora E. Mondrian ca1babe1f7 Use address type 7 years ago
sot528 b069827bad fix typo. 7 years ago
dmx374 b395b06b65 Explicit public visibility on methods 7 years ago
Roy Blankman 6d8bb497c8 removing trailing whitespace 7 years ago
Roman Storm a0c0cb66c5 Remove confusing comment left from FinalizableCrowdsale 8 years ago
Francisco Giordano 4fc6bb7977 remove token.finishMinting() from default finalization 8 years ago
Jakub Wojciechowski 77dfcb6e23 Change crowdsales to use timestamps instead of block numbers #350 8 years ago
Jakub Wojciechowski 67d3a759a7 leave weiAmount after PR comments 8 years ago
Jakub Wojciechowski 950b6a5e56 sanity check for RefundableCrowdsale: goal > 0 8 years ago
Jakub Wojciechowski db40fd314a sanity check for CappedCrowdsale: cap > 0 8 years ago
Jakub Wojciechowski 6035bd522b simplify crowdsale weiRaised update 8 years ago