Remove TokenTimelock, PaymentSplitter, ERC20Snapshot, ERC20VotesComp, GovernorVotesComp (#4276)
This commit is contained in:
@ -11,7 +11,7 @@ import "../../../utils/math/SafeCast.sol";
|
||||
* @dev Extension of ERC20 to support Compound-like voting and delegation. This version is more generic than Compound's,
|
||||
* and supports token supply up to 2^224^ - 1, while COMP is limited to 2^96^ - 1.
|
||||
*
|
||||
* NOTE: If exact COMP compatibility is required, use the {ERC20VotesComp} variant of this module.
|
||||
* NOTE: This contract does not provide interface compatibility with Compound's COMP token.
|
||||
*
|
||||
* This extension keeps a history (checkpoints) of each account's vote power. Vote power can be delegated either
|
||||
* by calling the {delegate} function directly, or by providing a signature to be used with {delegateBySig}. Voting
|
||||
|
||||
Reference in New Issue
Block a user