PostFarmGMEOGNPool
Verified contract
Active on
Ethereum with 44 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9eb6…5590
Balances ($24.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OGN | ERC-20 | 300.58068 | $0.080531 |
$24.21 | |
GME | ERC-20 | 16.732437 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11970636 | 4 years ago | | | 0 | 0.012847602 | |
| 11950562 | 4 years ago | | | 0 | 0.010525892 | |
| 11941799 | 4 years ago | | | 0 | 0.0087029580 | |
| 11933752 | 4 years ago | | | 0 | 0.017005780 | |
| 11933173 | 4 years ago | | | 0 | 0.017485476 | |
| 11926997 | 4 years ago | | | 0 | 0.011193420 | |
| 11926994 | 4 years ago | | | 0 | 0.012896184 | |
| 11923538 | 4 years ago | | | 0 | 0.014104794 | |
| 11908451 | 4 years ago | | | 0 | 0.023856014 | |
| 11905905 | 4 years ago | | | 0 | 0.016072752 |
ABI
ABI objects
Getter at block 21096052
DURATION() view returns (uint256)
604800
gmeToken() view returns (address)
0x9eb6be354d88fd88795a04de899a57a77c545590
lastTimeRewardApplicable() view returns (uint256)
1614573439
lastUpdateTime() view returns (uint256)
1614573439
ogn() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
owner() view returns (address)
0xb6d320ee25b334070aad806638cb493fdbf30dc4
periodFinish() view returns (uint256)
1614573439
rewardDistribution() view returns (address)
0x493082cb8f0e9bb6ce6aa4fec2ed07991511568b
rewardPerToken() view returns (uint256)
46886338542354448
rewardPerTokenStored() view returns (uint256)
46886338542354448
rewardRate() view returns (uint256)
25834986772486772
starttime() view returns (uint256)
1613361600
totalSupply() view returns (uint256)
300580680475233304000
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 ogn_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.