ZKTDeposit
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x07c5…b232
Balances ($0.00)
No balances found for "ZKTDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZKTDeposit"
ABI
ABI objects
Getter at block 20866393
ONE_DAY() view returns (uint256)
86400
getCurrentTime() view returns (uint256)
1727734487
lockTime() view returns (uint256)
365
owner() view returns (address)
0x9a40b86c17b1bc271c4681d2ead10325c5e493bd
timerAddress() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x07c52c2537d84e532a9f15d32e152c8b94d2b232
totalDeposits() view returns (uint256)
0
Read-only
available(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
depositAmounts(address, uint256) view returns (uint256 value, uint256 startDay)
State-modifying
Events deposit(uint256 amount)
initialize(address token_, address timer_, address owner_)
renounceOwnership()
setCurrentTime(uint256 time)
transferOwnership(address newOwner)
updateLockTime(uint256 lockTime_)
withdraw(uint256 amount)
Deposit(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateLockTime(address indexed owner, uint256 lockTime)
Withdraw(address indexed user, uint256 amount)
constructor(address token_, address timer_)
This contract contains no fallback and receive objects.
This contract contains no error objects.