Prestaking
Verified contract
Active on
Ethereum with 1,688 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x940a…a551
Balances ($123.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUSK | ERC-20 | 640.876325 | $0.19287 |
$123.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11700175 | 4 years ago | | | 0 | 0.0018224700 | |
| 11700159 | 4 years ago | | | 0 | 0.11812450 | |
| 11699118 | 4 years ago | | | 0 | 0.36016626 | |
| 11699014 | 4 years ago | | | 0 | 0.0035692800 | |
| 11698918 | 4 years ago | | | 0 | 0.0055949400 | |
| 11692797 | 4 years ago | | | 0 | 0.072741048 | |
| 11687779 | 4 years ago | | | 0 | 0.0018224700 | |
| 11687732 | 4 years ago | | | 0 | 0.011903980 | |
| 11687705 | 4 years ago | | | 0 | 0.011000000 | |
| 11687694 | 4 years ago | | | 0 | 0.0030085000 |
ABI
ABI objects
Getter at block 21246146
active() view returns (bool)
false
cap() view returns (uint256)
348
dailyReward() view returns (uint256)
51125400000000000000000000
maximumStake() view returns (uint256)
100000000000000000000000
minimumStake() view returns (uint256)
100000000000000000000000
owner() view returns (address)
0x60d4f4e4c9909fac0cf4d13a5ab79318e66aa9ff
stakersAmount() view returns (uint256)
348
stakingPool() view returns (uint256)
28300000000000000000000000
Read-only
allStakers(uint256) view returns (address)
stakersMap(address) view returns (uint256 startTime, uint256 endTime, uint256 amount, uint256 accumulatedReward, uint256 cooldownTime, bool active, uint256 pendingReward)
State-modifying
Events adjustCap(uint256 newCap)
renounceOwnership()
returnStake(address _staker)
stake()
startWithdrawReward()
startWithdrawStake()
toggleActive()
transferOwnership(address newOwner)
updateDailyReward(uint256 amount)
updateDistribution()
updateMaximumStake(uint256 amount)
updateMinimumStake(uint256 amount)
withdrawReward()
withdrawStake()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token, uint256 min, uint256 max, uint256 reward, uint256 userCap, uint256 timestamp)
receive()
This contract contains no error objects.