GroveCoinStaking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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.00)
No balances found for "GroveCoinStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GroveCoinStaking"
ABI
ABI objects
Getter at block 21325390
compoundRewardSwitch() view returns (bool)
true
description() view returns (string)
discord() view returns (string)
duration() view returns (uint256)
0
facebook() view returns (string)
fixedAnnualInterestRate() view returns (uint256)
500
frozenStakingTime() view returns (uint256)
0
getRewardSwitch() view returns (bool)
true
github() view returns (string)
instagram() view returns (string)
isLpToken() view returns (bool)
false
logoUrl() view returns (string)
lpToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
percent() view returns (uint256)
0
reddit() view returns (string)
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
stakeSwitch() view returns (bool)
true
startTime() view returns (uint256)
0
telegram() view returns (string)
totalAccumulatedReward() view returns (uint256)
0
totalSupply() view returns (uint256)
0
twitter() view returns (string)
website() view returns (string)
withdrawFeeRate() view returns (uint256)
50
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.