zkGUNVesting

Verified contract

Active on Ethereum with 450 txns
Deployed by via 0x4156a57f at 19935672
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $11,225.86
0x66e78c8329484d488ea46091c7d6760ac48eb8b3cd8d2fdd0e12d108a9c28e47
0x33322524f52afa4c854629f7ae5ab1b5105ef86278161d935f692c3348b5885e
0x7b2046c08ca879cc19de2e9289552b31cdc7dd06fd47ba7fff7865e2c8ef3616
0x5286a02c29bda18da8febaf77870abb1fb6b0df9f6a146fc08f1bc37800d744a
0x141eb0ff72ebe7e8a5923803e95b8b1c7b5418b6beb557f5b1dfe9e466a613a7
0x12f604719d1d2e64148d359de9b5c8472dc2258994c32617bff7373aaa6e9f24
0x1615f87469782a0f8badba969e1faa6bf838c13a2edec91e61845032086da764
0x5f9b438bbfbdd5dc6fad2d83a7574b097c139de3838f2b96dab786170a58b973
0xee25440a0fe27a81e3ecbbd1402f95e43ed26b7052464ab045d57e960c218d3d
0xbb858ec576beea4efb92fc4daf9ef4c037dfc3e26ae7229ad3af18c796bf8973

Functions
Getter at block 21218195
owner(view returns (address)
0x1851174428f842028ff69774a674f3a9209ccb54
token(view returns (address)
0x6873c95307e13beb58fb8fcddf9a99667655c9e4
vestingStartTime(view returns (uint256)
1717612223
Read-only
checkAllocation(address investorview returns (uint256 totalAllocateduint256 withdrawn)
investors(addressview returns (uint256 totalAllocateduint256 withdrawn)
State-modifying
emergencyWithdraw(uint256 amount
initializeVesting(
renounceOwnership(
setAllocation(address[] addressesuint256[] amounts
setTokenAddressToVest(address tokenAdd
transferOwnership(address newOwner
updateAllocation(address investoruint256 newAmount
withdrawStuckETH(
withdrawTokens(
Events
EmergencyWithdrawal(uint256 amountWithdrawn
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokensAllocated(address indexed investoruint256 amount
TokensUpdated(address indexed investoruint256 newAmount
TokensWithdrawn(address indexed investoruint256 amount
VestingInitialized(uint256 vestingStartTime
Constructor
constructor(address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account