StakingPool
Verified contract
Active on
Ethereum with 74 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5775…0fbe
0x46bf…dc15
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFST | ERC-20 | 1.527892 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11507554 | 4 years ago | | | 0 | 0.0054715237 | |
| 11479038 | 4 years ago | | | 0 | 0.0043718527 | |
| 11474942 | 4 years ago | | | 0 | 0.0043718527 | |
| 11473728 | 4 years ago | | | 0 | 0.0038255077 | |
| 11473636 | 4 years ago | | | 0 | 0.0017097499 | |
| 11470321 | 4 years ago | | | 0 | 0.0054874800 | |
| 11467137 | 4 years ago | | | 0 | 0.011382615 | |
| 11445513 | 4 years ago | | | 0 | 0.0021152640 | |
| 11445474 | 4 years ago | | | 0 | 0.0097426300 | |
| 11444058 | 4 years ago | | | 0 | 0.0029126720 |
ABI
ABI objects
Getter at block 21168882
CALC_PRECISION() view returns (uint256)
1000000000000000000
closeTime() view returns (uint256)
1610462866
currentPeriod() view returns (uint256)
30
endTime() view returns (uint256)
1607870866
fee() view returns (uint256)
0
feeBeneficiary() view returns (address)
0x7317fd9bf44e6a4acbf1602327c2112b5b827a52
gracePeriodTime() view returns (uint256)
2592000
holdTime() view returns (uint256)
0
lpToken() view returns (address)
0x57755f7dec33320bca83159c26e93751bfd30fbe
owner() view returns (address)
0x7317fd9bf44e6a4acbf1602327c2112b5b827a52
period() view returns (uint256)
30
periodTime() view returns (uint256)
86400
rewardsPerPeriodCap() view returns (uint256)
334000000000000000000
rewardsToken() view returns (address)
0x46bfa3bb807b5c3b3ce7f7e0e667397020b6dc15
rewardsTotalCap() view returns (uint256)
10020000000000000000000
startTime() view returns (uint256)
1605278866
status() view returns (uint8)
2
totalPeriods() view returns (uint256)
30
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address _address) view returns (uint256)
calculateReward(address _address) view returns (uint256)
estimateReward(address _address) view returns (uint256)
historyTotalSupply(uint256 _period) view returns (uint256)
State-modifying
Events adminClose(address _address)
adminEnd()
adminStart(bool _now)
adminStartNow()
adminWithdrawERC20(address _tokenAddress)
claimReward()
exit()
stake(uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
WithdrawnERC20(address indexed user, address token, uint256 amount)
constructor(address _lpToken, address _rewardsToken, uint256 _rewardsPerPeriodCap, uint256 _periodDays, uint256 _totalPeriods, uint256 _gracePeriodDays, uint256 _holdDays, address _feeBeneficiary, uint256 _fee)
This contract contains no fallback and receive objects.
This contract contains no error objects.