GrowEthGrow
Verified contract
Active on
Ethereum with 120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xab2e…218f
0x9755…b697
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 38.077808 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11107428 | 4 years ago | | | 0 | 0.0085522800 | |
| 11106640 | 4 years ago | | | 0 | 0.010652840 | |
| 11098879 | 4 years ago | | | 0 | 0.0044453200 | |
| 11098860 | 4 years ago | | | 0 | 0.0063238400 | |
| 11093179 | 4 years ago | | | 0 | 0.0082520000 | |
| 11093125 | 4 years ago | | | 0 | 0.0053080320 | |
| 11092137 | 4 years ago | | | 0 | 0.0059282510 | |
| 11089588 | 4 years ago | | | 0 | 0.0044560800 | |
| 11089007 | 4 years ago | | | 0 | 0.0032181100 | |
| 11087893 | 4 years ago | | | 0 | 0.0039010400 |
ABI
ABI objects
Getter at block 21322879
DURATION() view returns (uint256)
604800
FivePercentBonus() view returns (uint256)
50000000000000000
FourtyPercentBonus() view returns (uint256)
400000000000000000
HundredPercentBonus() view returns (uint256)
1000000000000000000
TwentyPercentBonus() view returns (uint256)
200000000000000000
_totalSupply() view returns (uint256)
0
_totalSupplyAccounting() view returns (uint256)
0
boostLevelFourCost() view returns (uint256)
2000000000000000000
boostLevelOneCost() view returns (uint256)
250000000000000000
boostLevelThreeCost() view returns (uint256)
1000000000000000000
boostLevelTwoCost() view returns (uint256)
500000000000000000
calculateTax() view returns (uint256)
1
deployedTime() view returns (uint256)
1602693232
devCount() view returns (uint256)
8
devFund() view returns (uint256)
38077808477143044669
lastTimeRewardApplicable() view returns (uint256)
1603389596
lastUpdateTime() view returns (uint256)
1603388318
multiplierToken() view returns (address)
0x9755ac42520e22c1de4f711b736a340f7c04b697
multiplierTokenDevFund() view returns (uint256)
0
owner() view returns (address)
0x60c0009551c8f41b85836b3ddd84760306bfb9b1
periodFinish() view returns (uint256)
1603389596
rewardPerToken() view returns (uint256)
7313467437510279641307
rewardPerTokenStored() view returns (uint256)
7313467437510279641307
rewardRate() view returns (uint256)
3542857142857142857
rewardToken() view returns (address)
0xab2efe93fbe4426f54c3d678279e3033c0f3218f
stakingToken() view returns (address)
0x3eb09d108d1f61f10860b8bb1b13b5b4abc3f49d
startTime() view returns (uint256)
1602784800
totalSupply() view returns (uint256)
0
Read-only
_balances(address) view returns (uint256)
_balancesAccounting(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
boostLevel(address) view returns (uint256)
calculateCost(uint256 level) pure returns (uint256)
devAllocations(address) view returns (uint256)
devIDs(uint256) view returns (address)
earned(address account) view returns (uint256)
getLevel(address account) view returns (uint256)
getSpent(address account) view returns (uint256)
getTotalMultiplier(address account) view returns (uint256)
rewards(address) view returns (uint256)
spentMultiplierTokens(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events distributeDevFund()
eject()
exit()
getReward()
kill()
notifyRewardAmount(uint256 reward)
notifyRewardAmountWithoutUpdateTime(uint256 reward)
purchase(uint256 level)
renounceOwnership()
setOwner(address _newOwner)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Boost(uint256 level)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _stakingToken, address _rewardToken, address _multiplierToken, uint256 _startTime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.