0x7732ab41337e0083f06dbe925afc5b1e6e4293d1
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional
variables
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRV | ERC-20 | 10 | $0.010014 |
$0.1 | |
Grove-LP | ERC-20 | 0.000429 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "0x7732ab41337e0083f06dbe925afc5b1e6e4293d1"
ABI
ABI objects
Getter at block 21307672
compoundRewardSwitch() view returns (bool)
true
description() view returns (string)
discord() view returns (string)
duration() view returns (uint256)
315360000
facebook() view returns (string)
fixedAnnualInterestRate() view returns (uint256)
2000
frozenStakingTime() view returns (uint256)
0
getRewardSwitch() view returns (bool)
true
github() view returns (string)
instagram() view returns (string)
isLpToken() view returns (bool)
true
logoUrl() view returns (string)
lpToken() view returns (address)
0xdf8ef8a76c33b4f259bb72241a8697e307548c8b
owner() view returns (address)
0xf20476df95c8c596983d80af0d5106089d4523a0
percent() view returns (uint256)
0
reddit() view returns (string)
rewardToken() view returns (address)
0xf33893de6eb6ae9a67442e066ae9abd228f5290c
stakeSwitch() view returns (bool)
true
startTime() view returns (uint256)
1706868628
telegram() view returns (string)
totalAccumulatedReward() view returns (uint256)
1000000000
totalSupply() view returns (uint256)
428859110420366
twitter() view returns (string)
website() view returns (string)
withdrawFeeRate() view returns (uint256)
0
withdrawFeeTo() view returns (address)
0x0000000000000000000000000000000000000000
withdrawSwitch() view returns (bool)
true
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
inviter(address) view returns (address)
inviterAddress(address, uint256) view returns (address)
inviterSize(address) view returns (uint256)
lastGetRewardTime(address) view returns (uint256)
lastStakeTime(address) view returns (uint256)
receivedReward(address) view returns (uint256)
rewards(address) view returns (uint256)
unfrozenStakeTime(address account) view returns (uint256)
State-modifying
Events appendRewardAmount(uint256 additionalReward)
compoundReward()
exit()
getReward()
initialize(uint256 _percent, address _rewardToken, address _lpToken, bool _isLpToken, uint256 _startTime, uint256 _duration, address _owner, uint256 _reward, uint256 _frozenStakingTime, uint256 _fixedAnnualInterestRate, uint256 _withdrawFeeRate, address _withdrawFeeTo)
renounceOwnership()
setCompoundRewardSwitch()
setDuration(uint256 _duration)
setFixedAnnualInterestRate(uint256 _rate)
setFrozenStakingTime(uint256 _frozenStakingTime)
setGetRewardSwitch()
setLpToken(bool _isLpToken)
setPercent(uint256 _percent)
setStakeSwitch()
setStartTime(uint256 _startTime)
setWithdrawFeeRate(uint256 _rate)
setWithdrawFeeTo(address _to)
setWithdrawSwitch()
stake(uint256 amount, address from)
transferOwnership(address newOwner)
updateIntroduction(struct GroveCoinStakingPoolDataInfo _dataInfo)
withdraw(uint256 amount)
withdrawAllReward()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ParameterUpdatedAddress(string parameter, address value)
ParameterUpdatedBool(string parameter, bool value)
ParameterUpdatedUint(string parameter, uint256 value)
RewardAdded(uint256 reward)
RewardCompounded(address indexed user, uint256 amount)
RewardPaid(address indexed user, uint256 reward, bool isDevFund)
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.