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
Facundo Spagnuolo 7a19bcf6d9
Merge pull request #505 from ZumZoom/patch-1
7 years ago
..
BasicToken.sol Moving business logic preconditions to the beginning of the function. 8 years ago
BurnableToken.sol Moving business logic preconditions to the beginning of the function. 8 years ago
DetailedERC20.sol Create detailed ERC20 interface 7 years ago
ERC20.sol Explicit public visibility on methods 8 years ago
ERC20Basic.sol Explicit public visibility on methods 8 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 8 years ago
SafeERC20.sol explain how to use SafeERC20 8 years ago
StandardToken.sol Moving business logic preconditions to the beginning of the function. 8 years ago
TokenTimelock.sol Update TokenTimelock.sol: Issue #464 7 years ago
TokenVesting.sol Math.sol is not used, not needed 7 years ago