GMEFRAXPool
Verified contract
Active on
Ethereum with 226 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 | 26.080213 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11945645 | 4 years ago | | | 0 | 0.0031319100 | |
| 11945645 | 4 years ago | | | 0 | 0.0062716520 | |
| 11862111 | 4 years ago | | | 0 | 0.017892399 | |
| 11857902 | 4 years ago | | | 0 | 0.014727757 | |
| 11855867 | 4 years ago | | | 0 | 0.0071288000 | |
| 11854935 | 4 years ago | | | 0 | 0.0082680480 | |
| 11853227 | 4 years ago | | | 0 | 0.017321255 | |
| 11846877 | 4 years ago | | | 0 | 0.010003400 | |
| 11839405 | 4 years ago | | | 0 | 0.010003400 | |
| 11836644 | 4 years ago | | | 0 | 0.018146256 |
ABI
ABI objects
Getter at block 21293991
DURATION() view returns (uint256)
1209600
frax() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
gmeToken() view returns (address)
0x9eb6be354d88fd88795a04de899a57a77c545590
lastTimeRewardApplicable() view returns (uint256)
1613275200
lastUpdateTime() view returns (uint256)
1613275200
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1613275200
rewardDistribution() view returns (address)
0x889f61b3685d6ba3a06f352f51e212a2211f08b5
rewardPerToken() view returns (uint256)
22378658276660062
rewardPerTokenStored() view returns (uint256)
22378658276660062
rewardRate() view returns (uint256)
12400793650793650
starttime() view returns (uint256)
1612065600
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account) view returns (uint256)
deposits(address) 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 frax_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.