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 4be30dc3ae
Merge branch 'master' into feature/implement_erc721_standard
7 years ago
..
ERC20 ERC20 totalSupply changed from public property to a function (#666) 7 years ago
ERC827 Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
BasicToken.sol ERC20 totalSupply changed from public property to a function (#666) 7 years ago
BurnableToken.sol ERC20 totalSupply changed from public property to a function (#666) 7 years ago
CappedToken.sol ERC20 totalSupply changed from public property to a function (#666) 7 years ago
ERC721.sol Provide ERC721 required functionality interface 7 years ago
ERC721Token.sol Address feedback comments for ERC721 7 years ago
MintableToken.sol ERC20 totalSupply changed from public property to a function (#666) 7 years ago
PausableToken.sol fix: solium errors - blank-line only 7 years ago
StandardToken.sol Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
TokenTimelock.sol Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
TokenVesting.sol Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago