HDTWETHPool
Verified contract
Active on
Ethereum with 471 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1cc9…d5d3
Balances ($0.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000075 | $3,931.68 |
$0.29 | |
HDT | ERC-20 | 5.150015K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12192843 | 4 years ago | | | 0 | 0.016271112 | |
| 11829249 | 4 years ago | | | 0 | 0.013684802 | |
| 11742302 | 4 years ago | | | 0 | 0.0036410880 | |
| 11692183 | 4 years ago | | | 0 | 0.0091027200 | |
| 11647152 | 4 years ago | | | 0 | 0.0045513601 | |
| 11600946 | 4 years ago | | | 0 | 0.0055071462 | |
| 11560435 | 4 years ago | | | 0 | 0.0094086919 | |
| 11555286 | 4 years ago | | | 0 | 0.0075097440 | |
| 11509698 | 4 years ago | | | 0 | 0.0060077952 | |
| 11464060 | 4 years ago | | | 0 | 0.0037928000 |
ABI
ABI objects
Getter at block 21399125
DURATION() view returns (uint256)
604800
getPeriodFinish() view returns (uint256)
1618401600
hdt() view returns (address)
0x1cc945be7d0d2c852d0096a8b5714b44ed21d5d3
isOpen() view returns (bool)
true
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1618401600
lastUpdateTime() view returns (uint256)
1617800609
owner() view returns (address)
0x1a41310d0e7d943624e745fcbfa69cd3b958628d
periodFinish() view returns (uint256)
1618401600
rewardPerToken() view returns (uint256)
105364691905799289053229
rewardPerTokenStored() view returns (uint256)
92031358572473829826563
rewardRate() view returns (uint256)
1663918428062
stakeToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
startTime() view returns (uint256)
1600862400
totalSupply() view returns (uint256)
75000000000000
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setOpen(bool _open)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
SetOpen(bool _open)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.