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 bd84db735d Merge pull request #450 from aupiff/master 7 years ago
..
BasicToken.sol removing trailing whitespace 8 years ago
BurnableToken.sol cosmetic changes to BurnableToken 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 removing trailing whitespace 8 years ago
TokenTimelock.sol use SafeERC20#safeTransfer 8 years ago
VestedToken.sol explain cliff 8 years ago