GOFETHPool
Verified contract
Active on
Ethereum with 4,029 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x488e…801c
Balances ($2,569,052.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 720.2248 | $3,566.96 |
$2,569,013.05 | |
GOF | ERC-20 | 4.038692K | $0.009739 |
$39.33 | |
ETHMNY | ERC-20 | 30K | -- | -- | |
COW | ERC-20 | 1.001 | -- | -- | |
FAN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17043208 | 2 years ago | | | 0 | 0.0038307879 | |
| 14330523 | 3 years ago | | | 0 | 0.0022914360 | |
| 14330518 | 3 years ago | | | 0 | 0.0030372420 | |
| 13551350 | 3 years ago | | | 0 | 0.012385492 | |
| 13551350 | 3 years ago | | | 0 | 0.014511352 | |
| 13070663 | 3 years ago | | | 0 | 0.0046004348 | |
| 13070663 | 3 years ago | | | 0 | 0.0043777019 | |
| 11806226 | 4 years ago | | | 0 | 0.0081643100 | |
| 11652485 | 4 years ago | | | 0 | 0.0030434851 | |
| 11321799 | 4 years ago | | | 0 | 0.0055885901 |
ABI
ABI objects
Getter at block 21280347
DURATION() view returns (uint256)
604800
getPeriodFinish() view returns (uint256)
1602676800
gof() view returns (address)
0x488e0369f9bc5c40c002ea7c1fe4fd01a198801c
isOpen() view returns (bool)
true
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1602676800
lastUpdateTime() view returns (uint256)
1602676800
owner() view returns (address)
0xfdefab1926f04bf988e3ffe2a325c657bea39dfb
periodFinish() view returns (uint256)
1602676800
rewardPerToken() view returns (uint256)
6115081686108324712
rewardPerTokenStored() view returns (uint256)
6115081686108324712
rewardRate() view returns (uint256)
57879270456601296
stakeToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
startTime() view returns (uint256)
1599652800
totalSupply() view returns (uint256)
720224799999999630002
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()
setOpen(bool _open)
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)
SetOpen(bool _open)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.