Add notice about deprecated Crowdsales (#2116)
* Remove crowdsales from sidebar documentation, add links to old version * Remove mentions of Crowdsales from the documentation
This commit is contained in:
@ -7,9 +7,9 @@ import "../../lifecycle/Pausable.sol";
|
||||
* @title Pausable token
|
||||
* @dev ERC20 with pausable transfers and allowances.
|
||||
*
|
||||
* Useful if you want to stop trades until the end of a crowdsale, or have
|
||||
* an emergency switch for freezing all token transfers in the event of a large
|
||||
* bug.
|
||||
* Useful for scenarios such as preventing trades until the end of an evaluation
|
||||
* period, or having an emergency switch for freezing all token transfers in the
|
||||
* event of a large bug.
|
||||
*/
|
||||
contract ERC20Pausable is ERC20, Pausable {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user