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
Hao (Alan) Tang 79eb94d3cd fix ERC20.sol#L174 and ERC20.sol#L187 should be casted to an address type. (#1470) 6 years ago
..
ERC20.sol fix ERC20.sol#L174 and ERC20.sol#L187 should be casted to an address type. (#1470) 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 Deleted unnecessary import. (#1437) 6 years ago
TokenTimelock.sol Turn off blank-lines Solium rule (#1284) 6 years ago