This website requires JavaScript.
Explore
Help
Sign In
NoBey
/
openzeppelin-contracts
Watch
1
Star
0
Fork
0
You've already forked openzeppelin-contracts
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e7b1c339557a4153edc0774512aa311a10ff2877
openzeppelin-contracts
/
contracts
History
pipaman
e7b1c33955
Update StandardToken.sol
...
Added increaseApproval and decreaseApproval to increase / decrease the approval in 1 transaction.
2017-08-20 23:10:28 -05:00
..
crowdsale
remove token.finishMinting() from default finalization
2017-08-12 22:02:44 -03:00
examples
Change crowdsales to use timestamps instead of block numbers
#350
update example
2017-08-06 16:42:16 +02:00
lifecycle
Merge pull request
#340
from abarmat/style-1
2017-08-07 17:25:01 -03:00
math
Added Constant to SafeMath functions as they don't modify storage
2017-07-15 11:37:35 -07:00
ownership
remove MultisigWallet in favor of ConsenSys/MultiSigWallet
2017-07-24 13:26:48 -03:00
payment
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00
token
Update StandardToken.sol
2017-08-20 23:10:28 -05:00
Bounty.sol
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00
DayLimit.sol
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00
ECRecovery.sol
Added function helper, few changes on ECRecover lib
2017-07-18 11:31:30 -03:00
LimitBalance.sol
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00
ReentrancyGuard.sol
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00