Week1ETHGMELPTokenSharePool
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
0x9eb6…5590
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GME | ERC-20 | 396.870377 | -- | -- | |
UNI-V2 | ERC-20 | 1.286693 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14385628 | 3 years ago | | | 0 | 0.0025997170 | |
| 13900240 | 3 years ago | | | 0 | 0.0059271896 | |
| 13900235 | 3 years ago | | | 0 | 0.0096734844 | |
| 13220697 | 3 years ago | | | 0 | 0.0032943556 | |
| 13199533 | 3 years ago | | | 0 | 0.0049183365 | |
| 13037687 | 3 years ago | | | 0 | 0.0037493810 | |
| 13030375 | 3 years ago | | | 0 | 0.0031887700 | |
| 13030373 | 3 years ago | | | 0 | 0.0034271440 | |
| 12972753 | 3 years ago | | | 0 | 0.0033493829 | |
| 12844843 | 3 years ago | | | 0 | 0.0013746240 |
ABI
ABI objects
Getter at block 21323924
DURATION() view returns (uint256)
604800
gmeToken() view returns (address)
0x9eb6be354d88fd88795a04de899a57a77c545590
lastTimeRewardApplicable() view returns (uint256)
1615179523
lastUpdateTime() view returns (uint256)
1615179523
lpt() view returns (address)
0x806e128faea66172e77ceb86821e0a1fcaf5a669
owner() view returns (address)
0xb6d320ee25b334070aad806638cb493fdbf30dc4
periodFinish() view returns (uint256)
1615179523
rewardDistribution() view returns (address)
0xafcec82e292e79a9910df07fbd3178bf3b002325
rewardPerToken() view returns (uint256)
465811366835417819548
rewardPerTokenStored() view returns (uint256)
465811366835417819548
rewardRate() view returns (uint256)
103339947089947089
starttime() view returns (uint256)
1613421000
totalSupply() view returns (uint256)
1286692603048825307
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.