Commit Graph

30 Commits (46736da489d4252ea2adf05468b33b8c44beab72)

Author SHA1 Message Date
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
Francisco Giordano f507a0ea29 fix references to SafeMath in crowdsale contracts 8 years ago
Francisco Giordano b961eea89d fix claimRefund precondition 8 years ago
Francisco Giordano 070bcbcdbd rename purchaseValid to validPurchase 8 years ago
Francisco Giordano 46fe7ee76d guard against beneficiary == 0x0 8 years ago
Francisco Giordano 54d74b1c26 rename canBuy to purchaseValid 8 years ago
Francisco Giordano 657c56c650 remove unecessary whitespace 8 years ago
Manuel Araoz cd47fbe953 Improve `Crowdsale#rate` documentation 8 years ago
Manuel Araoz de92a02127 Add Crowdsale contracts 8 years ago