Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEXED | ERC-20 | 69.612132K | $0.004707 |
$327.65 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048683 | 23 days ago | | | 0 | 0.00069977324 | |
| 20426272 | 4 months ago | | | 0 | 0.0011476558 | |
| 20285756 | 4 months ago | | | 0 | 0.0015381599 | |
| 20235774 | 4 months ago | | | 0 | 0.0020848933 | |
| 20163255 | 5 months ago | | | 0 | 0.00091162963 | |
| 20155282 | 5 months ago | | | 0 | 0.00089510859 | |
| 20069738 | 5 months ago | | | 0 | 0.0042673493 | |
| 20068587 | 5 months ago | | | 0 | 0.0017281928 | |
| 20068532 | 5 months ago | | | 0 | 0.0016811924 | |
| 20031621 | 5 months ago | | | 0 | 0.0018625507 |
ABI
ABI objects
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(address) view returns (uint128)
deposited(address) view returns (uint128)
lastActionAt(address) view returns (uint32)
totalPoints(address user) view returns (uint128)
State-modifying
Events deposit(uint128 amount)
withdraw(uint128 amount)
Deposit(address indexed user, uint128 amount, uint128 claimed)
Withdraw(address indexed user, uint128 amount, uint128 claimed)
constructor(uint24 _divider, uint8 _totalEpochs, uint24 _period)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AmountTooBig()
FailedInnerCall()
SafeERC20FailedOperation(address token)
StakingEnded()
StakingIsNotStartedYet()
StakingPeriodIsNotOver()
ZeroAmount()