Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.055202 | $3,726.77 |
$205.72 | |
PRTC | ERC-20 | 420.192507K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250333 | 8 days ago | | | 0 | 0.00048928880 | |
| 20385750 | 4 months ago | | | 0 | 0.00028713802 | |
| 20273685 | 5 months ago | | | 0 | 0.00023690538 | |
| 20227930 | 5 months ago | | | 0 | 0.00037270432 | |
| 20145015 | 5 months ago | | | 0 | 0.000063556000 | |
| 20065625 | 6 months ago | | | 0 | 0.0015217633 | |
| 20011949 | 6 months ago | | | 0 | 0.00097949921 | |
| 20005779 | 6 months ago | | | 0 | 0.00064940219 | |
| 20005776 | 6 months ago | | | 0 | 0.00092873231 | |
| 19984833 | 6 months ago | | | 0 | 0.00077999437 |
ABI
ABI objects
Getter at block 21309318
prtc() view returns (address)
0xb9098d3669a78e9afe8b94a97290407400d9da31
rewardsPerStakedToken() view returns (uint256)
9906598451184
totalStaked() view returns (uint256)
420192507250000000000000
treasury() view returns (address)
0x2a1aa732fe04494be2a24e90b120ba1864da3b17
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
balanceOf(address user) view returns (uint256)
previewRewards(address user) view returns (uint256)
stakingRecords(address) view returns (uint256 stakedAmount, uint256 rewardsPerStakedTokenSnapshot)
State-modifying
Events claimRewards()
distribute(uint256 amount)
stake(uint256 amount)
unstake()
unstake(uint256 _amount)
CapturedRewards(address indexed from, uint256 amount)
RewardsPayout(address indexed to, uint256 amount)
RewardsToTreasury(uint256 amount)
UserStaked(address indexed who, uint256 amount)
UserUnstaked(address indexed who, uint256 amount)
constructor(address _prtc, address _weth, address _treasury)
This contract contains no fallback and receive objects.
CannotStakeZeroTokens()
NoStakers()
NotStaked()