PloutoRewards
Verified contract
Active on
Ethereum with 86 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1052…2267
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLU | ERC-20 | 4.710334K | -- | -- | |
pUNI-V2 | ERC-20 | 0.000346 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11228925 | 4 years ago | | | 0 | 0.0088770240 | |
| 11156734 | 4 years ago | | | 0 | 0.0073184640 | |
| 11148938 | 4 years ago | | | 0 | 0.0062284800 | |
| 11142609 | 4 years ago | | | 0 | 0.0039062860 | |
| 11140140 | 4 years ago | | | 0 | 0.0035849520 | |
| 11138715 | 4 years ago | | | 0 | 0.0032889600 | |
| 11136125 | 4 years ago | | | 0 | 0.0029811130 | |
| 11129701 | 4 years ago | | | 0 | 0.0026727220 | |
| 11128919 | 4 years ago | | | 0 | 0.0020559400 | |
| 11122954 | 4 years ago | | | 0 | 0.0022615340 |
ABI
ABI objects
Getter at block 21330148
DURATION() view returns (uint256)
5184000
controller() view returns (address)
0xbd74255ca2226f11ccedb5977e25876be50bf603
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1606309812
lastUpdateTime() view returns (uint256)
1604999422
lp() view returns (address)
0xd301fd38d2944559fce493e68949ca3adb6e0ae1
owner() view returns (address)
0x192b3d54100e59d55393aca4ae818aaa3369679f
performanceFee() view returns (uint256)
600
performanceMax() view returns (uint256)
10000
periodFinish() view returns (uint256)
1606309812
plu() view returns (address)
0x1052620f0cb7247b8622b85d04180e25f49d2267
rewardPerToken() view returns (uint256)
13759843332415885549942594
rewardPerTokenStored() view returns (uint256)
6448732810276112758852056
rewardRate() view returns (uint256)
1929012345679012
totalSupply() view returns (uint256)
345742070236754
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()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setPerformanceFee(uint256 _performanceFee)
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 _lp, address _plu, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.