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/token
Francisco Giordano fac580d1a9 remove indexed declaration of uint event parameter 8 years ago
..
BasicToken.sol add comment making explicit that SafeMath.sub can throw 8 years ago
BurnableToken.sol remove indexed declaration of uint event parameter 8 years ago
ERC20.sol fix ERC20 to conform to standard 8 years ago
ERC20Basic.sol fix ERC20 to conform to standard 8 years ago
LimitedTransferToken.sol converted if() throw convention to require()/assert()/revert() 8 years ago
MintableToken.sol Fixed typo 8 years ago
PausableToken.sol fix PausableToken documentation 8 years ago
SafeERC20.sol explain how to use SafeERC20 8 years ago
StandardToken.sol Fix docblock syntax 8 years ago
TokenTimelock.sol use SafeERC20#safeTransfer 8 years ago
VestedToken.sol Fix missing storage keyword warnings 8 years ago