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 01b92d1d56 fix a problem when revoke is called twice 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 fix a problem when revoke is called twice 7 years ago