OZKStakeV2

Verified contract

Active on Ethereum with 159 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x885edb6284d66d5364d4e4995ea9a41e83fc49b24c17338cbfdb5493cadf5003
0xf086279cef633ffee2817c8aecd7920c34e226538319043e1fcce05188b0b279
0xca0c9c76ca8531e7d87d95804216a4bc45ed946bb66c7b018126ae5dd9899cea
0x961234660266f02c04bd639cd92ff1ae8fbee1d62f30e85faff954ff93f2f272
0xd2b95b41a05a5ceeb172bf17ce1741707b7dd3d517d96decc0ba4814dfe86c66
0xa3d39c01971db78694d002750bb7b8f181ee940d5896c1efc4353e406ba0ecfe
0x24fd610bf8612c9de4739578bbbc1dbceb82a53e7c90e2ba68742f348ceaa3ae
0x628f33cad1f6c3d75aabd4641a344a695127c8d6b20fea52a61f8fe8f98b8cc4
0x0fe51afd14b9eb780b0a3876dc716eb8cd6db8e4ce0da264dd235b5e3ded4b56
0xb95c67e343484c0dce0edba2da817270172ad983076ff92a2ad42e5e86fef237

Functions
Getter at block 21304359
STAKING_DURATION(view returns (uint256)
1209600
STAKING_OPEN_WINDOW(view returns (uint256)
259200
TOKEN(view returns (address)
0xb4fc1fc74effa5dc15a031eb8159302cfa4f1288
allowEmergencyTokenWithdraw(view returns (bool)
false
cycle(view returns (uint256)
6
isInProgress(view returns (bool)
false
isOpen(view returns (bool)
false
openTime(view returns (uint256)
1709174687
owner(view returns (address)
0x0404c04d1d1f8e9f4901260097aece438a252d5e
Read-only
claimable(uint256 cycle_address addrview returns (uint256)
depositedAmount(uint256view returns (uint256)
totalStakedToken(uint256view returns (uint256)
userStakedAmountMap(uint256addressview returns (uint256)
userWithdrawnAmountMap(uint256addressview returns (uint256)
State-modifying
deposit(payable 
emergencyTokenWithdraw(uint256 cycle_
emergencyWithdraw(
open(payable 
renounceOwnership(
setAllowTokenWithdrawal(bool allow_
stake(uint256 amount_
syncDepositedAmount(uint256 amountuint256 cycle_
unstake(uint256 cycle_
withdraw(uint256 cycle_
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Stake(address senderuint256 cycleuint256 amount
Unstake(address senderuint256 cycleuint256 amount
Constructor
constructor(address token_uint256 stakingDuration_uint256 startingCycle
Fallback and receive
receive(
Errors
InsufficientBalance(
NotAllowed(
NotOwner(
NothingStaked(
StakingInProgress(
StakingNotInProgress(
StakingWindowClosed(