ETHGMELPTokenSharePool
Verified contract
Active on
Ethereum with 1,712 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9eb6…5590
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GME | ERC-20 | 2.15984K | -- | -- | |
UNI-V2 | ERC-20 | 25.918266 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12354833 | 4 years ago | | | 0 | 0.0012027960 | |
| 12354824 | 4 years ago | | | 0 | 0.0015063930 | |
| 12324442 | 4 years ago | | | 0 | 0.0050863350 | |
| 12324439 | 4 years ago | | | 0 | 0.0061572280 | |
| 12316610 | 4 years ago | | | 0 | 0.0049161841 | |
| 12184247 | 4 years ago | | | 0 | 0.0058651325 | |
| 12174846 | 4 years ago | | | 0 | 0.0075224240 | |
| 12022284 | 4 years ago | | | 0 | 0.010535800 | |
| 12019279 | 4 years ago | | | 0 | 0.010343229 | |
| 12019265 | 4 years ago | | | 0 | 0.016401046 |
ABI
ABI objects
Getter at block 21211481
DURATION() view returns (uint256)
1209600
gmeToken() view returns (address)
0x9eb6be354d88fd88795a04de899a57a77c545590
lastTimeRewardApplicable() view returns (uint256)
1613275200
lastUpdateTime() view returns (uint256)
1613275200
lpt() view returns (address)
0x806e128faea66172e77ceb86821e0a1fcaf5a669
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1613275200
rewardDistribution() view returns (address)
0x07d235323b3682377da78b96a081a14d40362763
rewardPerToken() view returns (uint256)
286947050633349160746
rewardPerTokenStored() view returns (uint256)
286947050633349160746
rewardRate() view returns (uint256)
165343915343915343
starttime() view returns (uint256)
1612065600
totalSupply() view returns (uint256)
25918266054923769459
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 exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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 gmeToken_, address lptoken_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.