ZKTWhiteListUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,039 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x07c5…b232
0xc53d…cdb2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKTR | ERC-20 | 2.977587M | -- | -- | |
ZKT | ERC-20 | 0.03033 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453230 | 4 months ago | | | 0 | 0.000090179000 | |
| 15247434 | 2 years ago | | | 0 | 0.00029442300 | |
| 15177178 | 2 years ago | | | 0 | 0.0026207790 | |
| 15153455 | 2 years ago | | | 0 | 0.00045005500 | |
| 14967543 | 2 years ago | | | 0 | 0.0032615640 | |
| 14959696 | 2 years ago | | | 0 | 0.0041675540 | |
| 14937175 | 2 years ago | | | 0 | 0.0040504950 | |
| 14929382 | 2 years ago | | | 0 | 0.0032615640 | |
| 14924246 | 2 years ago | | | 0 | 0.0056159550 | |
| 14923537 | 2 years ago | | | 0 | 0.0049919600 |
ABI
ABI objects
Getter at block 21249960
ONE_DAY() view returns (uint256)
86400
getCurrentTime() view returns (uint256)
1732359107
owner() view returns (address)
0x376f9f609f387d227f2f506165043805779d1013
paused() view returns (bool)
true
timerAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalDeposits() view returns (uint256)
2977257497590000000000000
totalWithdrawals() view returns (uint256)
249999969670000000000000
zktToken() view returns (address)
0x07c52c2537d84e532a9f15d32e152c8b94d2b232
zktrToken() view returns (address)
0xc53d46fd66edeb5d6f36e53ba22eee4647e2cdb2
Read-only
available(address account) view returns (uint256)
depositAmounts(address, uint256) view returns (uint256 value, uint256 released, uint256 startDay)
deposits(address) view returns (uint256)
withdrawals(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deposit(uint256 amount)
initialize(address zktToken_, address zktrToken_, address timerAddress_, address owner_)
pause()
renounceOwnership()
setCurrentTime(uint256 time)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.