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 de0e6ba222 Merge pull request #333 from frangio/examples 8 years ago
..
BasicToken.sol fix ERC20 to conform to standard 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 converted if() throw convention to require()/assert()/revert() 8 years ago
PausableToken.sol changed instances of uint to uint256; fixes issue #226 8 years ago
StandardToken.sol Merge with upstream/master 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