zkGUNVesting
Verified contract
Active on
Ethereum with 450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6873…c9e4
Balances ($11,225.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKGUN | ERC-20 | 16.552918M | $0.000678 |
$11,225.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202663 | 2 days ago | | | 0 | 0.0011229902 | |
| 21169761 | 7 days ago | | | 0 | 0.0024224395 | |
| 21016306 | a month ago | | | 0 | 0.0011383257 | |
| 20670538 | 2 months ago | | | 0 | 0.0010220998 | |
| 20626442 | 3 months ago | | | 0 | 0.00021275775 | |
| 20626428 | 3 months ago | | | 0 | 0.00027349111 | |
| 20530733 | 3 months ago | | | 0 | 0.00017956852 | |
| 20515277 | 3 months ago | | | 0 | 0.00032878891 | |
| 20515260 | 3 months ago | | | 0 | 0.00098549762 | |
| 20512963 | 3 months ago | | | 0 | 0.00092986988 |
ABI
ABI objects
Getter at block 21218195
owner() view returns (address)
0x1851174428f842028ff69774a674f3a9209ccb54
token() view returns (address)
0x6873c95307e13beb58fb8fcddf9a99667655c9e4
vestingStartTime() view returns (uint256)
1717612223
Read-only
checkAllocation(address investor) view returns (uint256 totalAllocated, uint256 withdrawn)
investors(address) view returns (uint256 totalAllocated, uint256 withdrawn)
State-modifying
Events emergencyWithdraw(uint256 amount)
initializeVesting()
renounceOwnership()
setAllocation(address[] addresses, uint256[] amounts)
setTokenAddressToVest(address tokenAdd)
transferOwnership(address newOwner)
updateAllocation(address investor, uint256 newAmount)
withdrawStuckETH()
withdrawTokens()
EmergencyWithdrawal(uint256 amountWithdrawn)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensAllocated(address indexed investor, uint256 amount)
TokensUpdated(address indexed investor, uint256 newAmount)
TokensWithdrawn(address indexed investor, uint256 amount)
VestingInitialized(uint256 vestingStartTime)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)