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
thesved e74652415f
Math.sol is not used, not needed
7 years ago
..
crowdsale Use address type 7 years ago
examples fix typo. 7 years ago
lifecycle Explicit public visibility on methods 7 years ago
math Added Constant to SafeMath functions as they don't modify storage 8 years ago
ownership Use address type 7 years ago
payment Explicit public visibility on methods 7 years ago
token Math.sol is not used, not needed 7 years ago
Bounty.sol fix typo. 7 years ago
DayLimit.sol fix typo. 7 years ago
ECRecovery.sol Explicit public visibility on methods 7 years ago
LimitBalance.sol converted if() throw convention to require()/assert()/revert() 8 years ago
MerkleProof.sol Check proof length multiple of 32. Use keccak256 instead of sha3 8 years ago
ReentrancyGuard.sol converted if() throw convention to require()/assert()/revert() 8 years ago