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
Martín Triay 22b9263674 [TokenVesting] Remove VestedToken and LimitedTranferToken 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 Explicit public visibility on methods 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 [TokenVesting] Allow instantiation of already started vesting contracts. Improve comments' wording. 7 years ago