RewardPool
Verified contract
Active on
Ethereum with 728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe56…624f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAYERX | ERC-20 | 309.068628 | -- | -- | |
UNI-V2 | ERC-20 | 21.851 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20369371 | 4 months ago | | | 0 | 0.00047762821 | |
| 20369359 | 4 months ago | | | 0 | 0.00052486372 | |
| 19376460 | 8 months ago | | | 0 | 0.0051189295 | |
| 19221124 | 9 months ago | | | 0 | 0.0041723863 | |
| 18781997 | a year ago | | | 0 | 0.0028020052 | |
| 18781980 | a year ago | | | 0 | 0.0027428348 | |
| 18712863 | a year ago | | | 0 | 0.0036102067 | |
| 18712762 | a year ago | | | 0 | 0.0032647869 | |
| 18712717 | a year ago | | | 0 | 0.0042169846 | |
| 17666301 | a year ago | | | 0 | 0.0018068221 |
ABI
ABI objects
Getter at block 21163476
_owner() view returns (address)
0x1b770abca3d81dc516512c8961530194e09040be
depositToken() view returns (address)
0x768d5c16a34e11e8383ec294e989a8d704545b61
duration() view returns (uint256)
31536000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1651368716
lastUpdateTime() view returns (uint256)
1651368716
layerx() view returns (address)
0xfe56e974c1c85e9351325fb2d62963a022ad624f
owner() view returns (address)
0x1b770abca3d81dc516512c8961530194e09040be
periodFinish() view returns (uint256)
1651368716
rewardDistribution() view returns (address)
0x1b770abca3d81dc516512c8961530194e09040be
rewardPerToken() view returns (uint256)
70213056158850753837
rewardPerTokenStored() view returns (uint256)
70213056158850753837
rewardRate() view returns (uint256)
312500000000000
totalSupply() view returns (uint256)
21851000000000000370
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 destroyContract()
exit()
getReward()
notifyRewardAmount(uint256 reward, uint256 _duration)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawLAYERx(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 owner, address _rewardDistribution)
This contract contains no fallback and receive objects.
This contract contains no error objects.