RewardPool
Verified contract
Active on
Ethereum with 115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x616b…af75
0x532b…1101
0xc148…b262
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PXT | ERC-20 | 2.579234K | -- | -- | |
PTUSD | ERC-20 | 2.381K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14428669 | 3 years ago | | | 0 | 0.0041341619 | |
| 13344663 | 3 years ago | | | 0 | 0.060163139 | |
| 13342353 | 3 years ago | | | 0 | 0.0085279873 | |
| 13116356 | 3 years ago | | | 0 | 0.0079643352 | |
| 12938225 | 3 years ago | | | 0 | 0.0024417800 | |
| 12914250 | 3 years ago | | | 0 | 0.0066115040 | |
| 12914240 | 3 years ago | | | 0 | 0.0046296330 | |
| 12914238 | 3 years ago | | | 0 | 0.0039084800 | |
| 12900503 | 3 years ago | | | 0 | 0.0032573400 | |
| 12875924 | 3 years ago | | | 0 | 0.0016516480 |
ABI
ABI objects
Getter at block 21171721 rewardPerToken() view returns (uint256)
core() view returns (address)
0x616b43fc44dd94d236b92d3d04d35d496903af75
duration() view returns (uint256)
604800
getTotalDeposit() view returns (uint256)
2381000000000000000000
getTotalRewardPaid() view returns (uint256)
44742076562832
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1626883747
lastUpdateTime() view returns (uint256)
1626883747
owner() view returns (address)
0x70393b06d018e148b593a91e022ea73071c17007
pToken() view returns (address)
0x532b953f04a11446206e8808b1fd373ad18e1101
periodFinish() view returns (uint256)
1626883747
rewardPerTokenStored() view returns (uint256)
178123152040
rewardRate() view returns (uint256)
24801587
rewardToken() view returns (address)
0xc14830e53aa344e8c14603a91229a0b925b0b262
totalDeposit() view returns (uint256)
2381000000000000000000
totalRewardPaid() view returns (uint256)
44742076562832
Read-only
earned(address account) view returns (uint256)
getuserinfo(address _user) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
pushReward(address recipient)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
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 _core, address _rewardToken, address _reserve, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.