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
Rudy Godoy 6904f12032 Merge with upstream/master 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
SimpleToken.sol change uint to uint256 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 off by one error in VestedToken 8 years ago