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/ERC20
Nicolás Venturo c8220aeea8
ERC20Capped now capps _all_ minting, even internal calls. (#1443)
6 years ago
..
ERC20.sol Replaces `amount` with `value` for consistency (#1378) 6 years ago
ERC20Burnable.sol Removing unrequired `_burn()` override (#1373) 6 years ago
ERC20Capped.sol ERC20Capped now capps _all_ minting, even internal calls. (#1443) 6 years ago
ERC20Detailed.sol Turn off blank-lines Solium rule (#1284) 6 years ago
ERC20Mintable.sol Replaces `amount` with `value` for consistency (#1378) 6 years ago
ERC20Pausable.sol Turn off blank-lines Solium rule (#1284) 6 years ago
IERC20.sol Turn off blank-lines Solium rule (#1284) 6 years ago
SafeERC20.sol Improved SafeERC20 allowance handling (#1407) 6 years ago
TokenTimelock.sol Turn off blank-lines Solium rule (#1284) 6 years ago