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 dcdc453a55 Merge pull request #413 from frangio/add-safe-erc20 8 years ago
..
BasicToken.sol Fix for #400: Check that destination of token transfers is not 0x 8 years ago
BurnableToken.sol fixed typos XP 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 for #400: Check that destination of token transfers is not 0x 8 years ago
TokenTimelock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
VestedToken.sol Fix missing storage keyword warnings 8 years ago