Staking

Verified contract

Active on Ethereum with 33 txns
Deployed by via 0x510c5f33 at 19660847
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $327.65
0x23373dcfc2cc97b8a0fb40f5f3c1d0035d46de84c2831977652e024bacebb50b
0xc99e01bd2674f92728d67528db2b59080e2c944174ee4f67f4caf8dafcc63077
0xad76c2c5216e8e4e85223d8f93ed748da3138bf6f954b151f032738f050aaec9
0xcebfd314ac4388f9b848bf93f8049e5e49b3918906472fd19820134d0495498b
0xa8e34caf9a781e200793e7dca67f0199a42711772bf0af1ffb5aa717f79a5262
0xa634129cb1b31ddbe45d9a1fc2195551ffc26ee08c8a9449732570077cdb18ac
0xf1befd907c03650070f35d5b10c3cc26e3b402c5988ec13b0527b1f0dda0d560
0x575fa7a527f9307d8fe672ff9c8b91f0fca96d6bd6752a3f24e67dae9805ec4b
0x553072b37b3d62ca01c8ad51637973b29817beca9f634ea47d53ea61f03614fa
0xff658d94fe3e91638b931df78940c8096aaa95325d9a72fc430c75c948b6ae7b

Functions
Getter at block 21211993
DEXED_TOKEN(view returns (address)
0x6dd5f0038474dc29a0adc6ad34d37b0ba53e5435
EPOCH_DURATION(view returns (uint24)
604800
EPOCH_STARTS(view returns (uint32)
1712574000
currentEpoch(view returns (uint8)
21
divider(view returns (uint24)
40000
epochEnds(view returns (uint32)
1725274800
period(view returns (uint24)
2592000
totalEpochs(view returns (uint8)
21
Read-only
claimed(addressview returns (uint128)
deposited(addressview returns (uint128)
lastActionAt(addressview returns (uint32)
totalPoints(address userview returns (uint128)
State-modifying
deposit(uint128 amount
withdraw(uint128 amount
Events
Deposit(address indexed useruint128 amountuint128 claimed
Withdraw(address indexed useruint128 amountuint128 claimed
Constructor
constructor(uint24 _divideruint8 _totalEpochsuint24 _period
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AmountTooBig(
FailedInnerCall(
SafeERC20FailedOperation(address token
StakingEnded(
StakingIsNotStartedYet(
StakingPeriodIsNotOver(
ZeroAmount(