GUMLPTokenPool
Verified contract
Active on
Ethereum with 423 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4f5f…0f24
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 24 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12871237 | 3 years ago | | | 0 | 0.00062590500 | |
| 12824107 | 3 years ago | | | 0 | 0.0037685360 | |
| 12818198 | 3 years ago | | | 0 | 0.0015867520 | |
| 12813573 | 3 years ago | | | 0 | 0.0018107320 | |
| 12813251 | 3 years ago | | | 0 | 0.00053748000 | |
| 12799352 | 3 years ago | | | 0 | 0.0011627200 | |
| 12789092 | 3 years ago | | | 0 | 0.0019636056 | |
| 12784482 | 3 years ago | | | 0 | 0.0027768160 | |
| 12781784 | 3 years ago | | | 0 | 0.0041652240 | |
| 12780690 | 3 years ago | | | 0 | 0.0026961320 |
ABI
ABI objects
Getter at block 21121453
DURATION() view returns (uint256)
2592000
bonusFinish() view returns (uint256)
1617462037
gum() view returns (address)
0x4f5fa8f2d12e5eb780f6082dd656c565c48e0f24
initreward() view returns (uint256)
1000000000000000000
isOperator() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1626268593
lastUpdateTime() view returns (uint256)
1626251549
lpt() view returns (address)
0x93488e502f6b3df0c438b5c4705efe54303ff054
operator() view returns (address)
0x986d0ef7fe813b05a0fb169b80058cc4b3cbae45
owner() view returns (address)
0x986d0ef7fe813b05a0fb169b80058cc4b3cbae45
periodFinish() view returns (uint256)
1626268593
rewardPerToken() view returns (uint256)
984423642495075923978
rewardPerTokenStored() view returns (uint256)
954537048109439565092
rewardRate() view returns (uint256)
42083916055812756
starttime() view returns (uint256)
1617289237
stop() view returns (bool)
false
totalSupply() view returns (uint256)
24000000000000000000
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events emergencyWithdraw()
exit()
getReward()
notifyRewardAmount(uint256 reward)
poolStop(bool _stake)
renounceOwnership()
setInitReward(uint256 amount)
stake(uint256 amount)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
withdraw(uint256 amount)
EmergencyWithdraw(address indexed user)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
SetInitReward(uint256 reward)
Staked(address indexed user, uint256 amount)
Stopped(bool stake)
Withdrawn(address indexed user, uint256 amount)
constructor(address gum_, address lptoken_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.