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 9001ce9d3a Merge pull request #515 from cwhinfrey/master 7 years ago
..
BasicToken.sol Moving business logic preconditions to the beginning of the function. 7 years ago
BurnableToken.sol Moving business logic preconditions to the beginning of the function. 7 years ago
CappedToken.sol Use instead of directly calling on 7 years ago
DetailedERC20.sol Create detailed ERC20 interface 7 years ago
ERC20.sol Explicit public visibility on methods 7 years ago
ERC20Basic.sol Explicit public visibility on methods 7 years ago
MintableToken.sol Merge pull request #505 from ZumZoom/patch-1 7 years ago
PausableToken.sol add whenNotPaused modifier to all of PausableToken functions that modify it's state. Fix #401 7 years ago
SafeERC20.sol explain how to use SafeERC20 8 years ago
StandardToken.sol fixes #572 7 years ago
TokenTimelock.sol Update TokenTimelock.sol: Issue #464 7 years ago
TokenVesting.sol Math.sol is not used, not needed 7 years ago