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
e86ac90853649808b56ee675d8399cbb61c007a0
openzeppelin-contracts
/
contracts
/
token
History
Francisco Giordano
b972f43513
Merge pull request
#345
from SylTi/master
...
Add Transfer event when token is minted
2017-08-11 14:47:43 -03:00
..
BasicToken.sol
…
BurnableToken.sol
fixed typos XP
2017-07-28 16:11:27 -07:00
ERC20.sol
…
ERC20Basic.sol
…
LimitedTransferToken.sol
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00
MintableToken.sol
Add Transfer event when token is minted to be fully ERC20 compliant &
2017-08-05 00:14:01 +02:00
PausableToken.sol
changed instances of uint to uint256; fixes issue
#226
2017-07-19 09:59:46 -04:00
StandardToken.sol
Merge with upstream/master
2017-07-20 07:01:58 -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