OZKStakeV2
Verified contract
Active on
Ethereum with 159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OZK | ERC-20 | 17.680902M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19368362 | 9 months ago | | | 0 | 0.0017727283 | |
| 19357349 | 9 months ago | | | 0 | 0.0035602515 | |
| 19357336 | 9 months ago | | | 0 | 0.0037950380 | |
| 19349759 | 9 months ago | | | 0 | 0.0058320123 | |
| 19339802 | 9 months ago | | | 0 | 0.0035464894 | |
| 19335206 | 9 months ago | | | 0 | 0.0068736453 | |
| 19333168 | 9 months ago | | | 0 | 0.0083949347 | |
| 19332722 | 9 months ago | | | 0 | 0.0072688451 | |
| 19331360 | 9 months ago | | | 0 | 0.0052272196 | |
| 19330447 | 9 months ago | | | 0 | 0.0034033364 |
ABI
ABI objects
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 addr) view returns (uint256)
depositedAmount(uint256) view returns (uint256)
totalStakedToken(uint256) view returns (uint256)
userStakedAmountMap(uint256, address) view returns (uint256)
userWithdrawnAmountMap(uint256, address) view returns (uint256)
State-modifying
Events deposit() payable
emergencyTokenWithdraw(uint256 cycle_)
emergencyWithdraw()
open() payable
renounceOwnership()
setAllowTokenWithdrawal(bool allow_)
stake(uint256 amount_)
syncDepositedAmount(uint256 amount, uint256 cycle_)
unstake(uint256 cycle_)
withdraw(uint256 cycle_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address sender, uint256 cycle, uint256 amount)
Unstake(address sender, uint256 cycle, uint256 amount)
constructor(address token_, uint256 stakingDuration_, uint256 startingCycle)
receive()
InsufficientBalance()
NotAllowed()
NotOwner()
NothingStaked()
StakingInProgress()
StakingNotInProgress()
StakingWindowClosed()