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
/
token
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
..
BasicToken.sol
fix ERC20 to conform to standard
2017-07-13 12:05:45 -03:00
BurnableToken.sol
fixed typos XP
2017-07-28 16:11:27 -07:00
ERC20.sol
fix ERC20 to conform to standard
2017-07-13 12:05:45 -03:00
ERC20Basic.sol
fix ERC20 to conform to standard
2017-07-13 12:05:45 -03:00
LimitedTransferToken.sol
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00
MintableToken.sol
Fixed typo
2017-08-18 15:25:15 +03:00
PausableToken.sol
fix PausableToken documentation
2017-08-19 16:35:46 -03:00
StandardToken.sol
Update StandardToken.sol
2017-08-20 23:10:28 -05:00
TokenTimelock.sol
changed instances of uint to uint256; fixes issue
#226
2017-07-19 09:59:46 -04:00
VestedToken.sol
Fix missing storage keyword warnings
2017-07-26 17:23:20 -03:00