SDvdEthPool
Verified contract
Active on
Ethereum with 1,180 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfc38…b1ec
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,112.77 |
$0 | |
SDVD | ERC-20 | 23.10032K | -- | -- | |
UNI-V2 | ERC-20 | 282.470509 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20404851 | 4 months ago | | | 0 | 0.00067292124 | |
| 19716287 | 7 months ago | | | 0 | 0.0048872909 | |
| 19320329 | 9 months ago | | | 0 | 0.0060456144 | |
| 17405694 | a year ago | | | 0 | 0.0052230205 | |
| 15557069 | 2 years ago | | | 0 | 0.0035674800 | |
| 13783860 | 3 years ago | | | 0 | 0.030794270 | |
| 13783569 | 3 years ago | | | 0 | 0.0080403183 | |
| 13783519 | 3 years ago | | | 0 | 0.015107610 | |
| 13067019 | 3 years ago | | | 0 | 0.0068796366 | |
| 12991243 | 3 years ago | | | 0 | 0.0087477780 |
ABI
ABI objects
Getter at block 21227038
LGE_HARD_CAP() view returns (uint256)
200000000000000000000
LGE_INITIAL_DEPOSIT_CAP() view returns (uint256)
5000000000000000000
LGE_INITIAL_PRICE_MULTIPLIER() view returns (uint256)
2
bonusLastUpdateTime() view returns (uint256)
1723784891
bonusRewardAllocation() view returns (uint256)
53656927966899621898
bonusRewardDuration() view returns (uint256)
86400
bonusRewardFinishTime() view returns (uint256)
1723871291
bonusRewardPerToken() view returns (uint256)
56887829502027909722
bonusRewardPerTokenStored() view returns (uint256)
56697873643513647347
bonusRewardRate() view returns (uint256)
621029258876153
claimRewardTaxDenominator() view returns (uint256)
5
farmOpenTime() view returns (uint256)
1606748400
finishTime() view returns (uint256)
1732892433
fullRewardRate() view returns (uint256)
2522824033102434
isFarmOpen() view returns (bool)
true
isLGEActive() view returns (bool)
false
lastTimeBonusRewardApplicable() view returns (uint256)
1723871291
lastTimeRewardApplicable() view returns (uint256)
1732082627
lastUpdateTime() view returns (uint256)
1722167339
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardAllocation() view returns (uint256)
239900000000000000000000
rewardDuration() view returns (uint256)
126144000
rewardPerToken() view returns (uint256)
845035961570909048567
rewardPerTokenStored() view returns (uint256)
778279106150788320278
rewardRate() view returns (uint256)
1901794774226281
sdvd() view returns (address)
0xfc387cdf684f9276370dfae1f7cc13323dc2b1ec
stakedToken() view returns (address)
0x0eccffa231544eae99576226594a80ae82dca099
totalRewardMinted() view returns (uint256)
23455906126514590870548
totalSupply() view returns (uint256)
282470508604349882700
Read-only
accountInfos(address) view returns (uint256 balance, uint256 reward, uint256 rewardPerTokenPaid, uint256 bonusReward, uint256 bonusRewardPerTokenPaid)
balanceOf(address account) view returns (uint256)
bonusEarned(address account) view returns (uint256)
earned(address account) view returns (uint256)
fullEarned(address account) view returns (uint256)
State-modifying
Events claimReward() returns (uint256, uint256, uint256)
claimRewardAndStake()
claimRewardTo(address recipient) returns (uint256, uint256, uint256)
distributeBonusRewards(uint256 amount)
init(address _controller, address _stakedToken)
renounceOwnership()
stake(uint256 amount)
stakeETH() payable
stakeSDVD(uint256 amountToken) payable
stakeTo(address recipient, uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawTo(address recipient, uint256 amount)
Claimed(address indexed sender, address indexed recipient, uint256 net, uint256 tax, uint256 total)
ClaimedAndStaked(address indexed account, uint256 amount)
Halving(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed sender, address indexed recipient, uint256 amount)
StakedETH(address indexed account, uint256 amount)
Withdrawn(address indexed sender, address indexed recipient, uint256 amount)
constructor(address _poolTreasury, address _uniswapRouter, uint256 _farmOpenTime)
receive()
This contract contains no error objects.