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
thesved e74652415f
Math.sol is not used, not needed
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
ERC20.sol Explicit public visibility on methods 7 years ago
ERC20Basic.sol Explicit public visibility on methods 7 years ago
MintableToken.sol Use address type 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 Moving business logic preconditions to the beginning of the function. 7 years ago
TokenTimelock.sol Explicit public visibility on methods 7 years ago
TokenVesting.sol Math.sol is not used, not needed 7 years ago