mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts
Francisco Giordano 07b688a0e6 Merge pull request #430 from frangio/fix-unchecked-transfer 8 years ago
..
crowdsale Remove confusing comment left from FinalizableCrowdsale 8 years ago
examples changed decimal to be uint8 so that it matches the ERC20 specification. 8 years ago
lifecycle fix Pausable documentation 8 years ago
math Added Constant to SafeMath functions as they don't modify storage 8 years ago
ownership Merge pull request #430 from frangio/fix-unchecked-transfer 8 years ago
payment converted if() throw convention to require()/assert()/revert() 8 years ago
token Merge pull request #430 from frangio/fix-unchecked-transfer 8 years ago
Bounty.sol converted if() throw convention to require()/assert()/revert() 8 years ago
DayLimit.sol converted if() throw convention to require()/assert()/revert() 8 years ago
ECRecovery.sol Added function helper, few changes on ECRecover lib 8 years ago
LimitBalance.sol converted if() throw convention to require()/assert()/revert() 8 years ago
ReentrancyGuard.sol converted if() throw convention to require()/assert()/revert() 8 years ago