GenesisWethPool
Verified contract
Active on
Ethereum with 924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($126,487.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 49.275724 | $2,566.93 |
$126,487.33 | |
POP! | ERC-20 | 7.596268K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13621749 | 3 years ago | | | 0 | 0.015193080 | |
| 12542061 | 3 years ago | | | 0 | 0.0023365980 | |
| 12438789 | 3 years ago | | | 0 | 0.0052800900 | |
| 12393551 | 3 years ago | | | 0 | 0.0072222120 | |
| 12375281 | 3 years ago | | | 0 | 0.0062647830 | |
| 12370447 | 3 years ago | | | 0 | 0.0029466500 | |
| 12370294 | 3 years ago | | | 0 | 0.0066163830 | |
| 12365920 | 3 years ago | | | 0 | 0.0024393960 | |
| 12361980 | 3 years ago | | | 0 | 0.0057082520 | |
| 12361523 | 3 years ago | | | 0 | 0.0071287200 |
ABI
ABI objects
Getter at block 21086474
DURATION() view returns (uint256)
864000
lastTimeRewardApplicable() view returns (uint256)
1617967800
lastUpdateTime() view returns (uint256)
1617967800
owner() view returns (address)
0xd0da67f38ea511e795f8f8be97da7b3eca47b3c5
periodFinish() view returns (uint256)
1617967800
popToken() view returns (address)
0x4c44f9183d99df69b1b5fa2484bec6efcffa5c98
rewardDistribution() view returns (address)
0xd0da67f38ea511e795f8f8be97da7b3eca47b3c5
rewardPerToken() view returns (uint256)
159771703244418492014
rewardPerTokenStored() view returns (uint256)
159771703244418492014
rewardRate() view returns (uint256)
578703703703703703
starttime() view returns (uint256)
1617103800
totalSupply() view returns (uint256)
49275723795189197620
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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 popToken_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.