This commit is contained in:
Thrilok kumar 2024-02-06 02:02:20 +05:30
parent bc3d1868ad
commit b3ce82421b

View File

@ -2,7 +2,7 @@ pragma solidity ^0.7.0;
import "./SafeMath.sol";
contract InstaTimelockV2 {
contract InstaTimelock {
using SafeMath for uint;
event NewAdmin(address indexed newAdmin);