format code
This commit is contained in:
parent
bcc049abff
commit
24ee9282e9
@ -66,9 +66,7 @@ contract CECDistributor is ReentrancyGuard, Pausable, Ownable {
|
||||
cecToken.safeTransfer(to, amount);
|
||||
}
|
||||
|
||||
function claim(
|
||||
address to
|
||||
) external nonReentrant whenNotPaused {
|
||||
function claim(address to) external nonReentrant whenNotPaused {
|
||||
require(block.timestamp > unlockTime, "CECDistributor: not unlock time");
|
||||
require(to != address(0), "CECDistributor: invalid address");
|
||||
address _user = _msgSender();
|
||||
|
Loading…
x
Reference in New Issue
Block a user