PathRewards
Verified contract
Active on
Ethereum with 12,775 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2a25…7588
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PATH | ERC-20 | 13.392879M | -- | -- | |
PATH | ERC-20 | 11.967482M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21054372 | a month ago | | | 0 | 0.00031964316 | |
| 21054280 | a month ago | | | 0 | 0.00028024408 | |
| 21054262 | a month ago | | | 0 | 0.00036151364 | |
| 20975705 | a month ago | | | 0 | 0.00086649766 | |
| 20401361 | 4 months ago | | | 0 | 0.00034333854 | |
| 20401358 | 4 months ago | | | 0 | 0.00040815619 | |
| 20401355 | 4 months ago | | | 0 | 0.00033450967 | |
| 20401353 | 4 months ago | | | 0 | 0.00038340180 | |
| 18851342 | a year ago | | | 0 | 0.0020999681 | |
| 18841080 | a year ago | | | 0 | 0.0034021888 |
ABI
ABI objects
Getter at block 21249885
lastRewardTimestamp() view returns (uint256)
1641895510
lastUpdateTime() view returns (uint256)
1641895510
owner() view returns (address)
0x96ff39b9cce8ae3a7e8d4e0e562ca53e70cf9a59
rewardPerToken() view returns (uint256)
442732358134178122
rewardPerTokenStored() view returns (uint256)
442732358134178122
rewardRate() view returns (uint256)
2662037037037037037
rewardsDuration() view returns (uint256)
259200
startRewardsTime() view returns (uint256)
1638982800
token() view returns (address)
0x2a2550e0a75acec6d811ae3930732f7f3ad67588
totalClaimed() view returns (uint256)
14778517296143198433857636
totalStaked() view returns (uint256)
3745998994160000010524861
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()
renounceOwnership()
setRewardAmount(uint256 reward, uint256 _rewardsDuration)
stake(uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAmountSet(uint256 rewardRate, uint256 duration)
RewardsClaimed(address indexed user, uint256 rewardsClaimed)
Staked(address indexed user, uint256 amountStaked)
Withdrawn(address indexed user, uint256 amountWithdrawn)
constructor(address _tokenAddress, uint256 _startRewards)
This contract contains no fallback and receive objects.
This contract contains no error objects.