StakingRewards
Verified contract
Active on
Ethereum with 233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4859…889c
0x4859…889c
0xf089…bd0a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POLP | ERC-20 | 714.391351K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14562903 | 3 years ago | | | 0 | 0.0030533644 | |
| 14521191 | 3 years ago | | | 0 | 0.011348889 | |
| 14453939 | 3 years ago | | | 0 | 0.0034860163 | |
| 14448633 | 3 years ago | | | 0 | 0.0042464789 | |
| 14375887 | 3 years ago | | | 0 | 0.0053225795 | |
| 14344850 | 3 years ago | | | 0 | 0.0025823260 | |
| 14328640 | 3 years ago | | | 0 | 0.0047949813 | |
| 14311489 | 3 years ago | | | 0 | 0.0024701086 | |
| 14311464 | 3 years ago | | | 0 | 0.0017062717 | |
| 14311453 | 3 years ago | | | 0 | 0.0019090070 |
ABI
ABI objects
Getter at block 21322806
CollectorAddress() view returns (address)
0xf0898fdb39b4110f59959ce5fa10767579f4bd0a
collectionAddress() view returns (address)
0xf0898fdb39b4110f59959ce5fa10767579f4bd0a
getRewardForDuration() view returns (uint256)
999999999999999994464000
id() view returns (uint256)
1
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1638289528
lastUpdateTime() view returns (uint256)
1638289528
minStakingTime() view returns (uint256)
7776000
owner() view returns (address)
0x8f8a99c60b581ba6ca38dcf139840e29fa24c1c4
periodFinish() view returns (uint256)
1638289528
rewardPerToken() view returns (uint256)
307666026789394993
rewardPerTokenStored() view returns (uint256)
307666026789394993
rewardRate() view returns (uint256)
128600823045267489
rewardsDistribution() view returns (address)
0x8f8a99c60b581ba6ca38dcf139840e29fa24c1c4
rewardsDuration() view returns (uint256)
7776000
rewardsToken() view returns (address)
0x48592de8cded16f6bb56c896fe1affc37630889c
stakingToken() view returns (address)
0x48592de8cded16f6bb56c896fe1affc37630889c
totalSupply() view returns (uint256)
628278149272354357201463
Read-only
balanceOf(address account) view returns (uint256)
depositTime(address) 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()
stake(uint256 amount) payable
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
transferOwnership(address newOwner)
updateRewardAmount(uint256 newRate)
withdraw(uint256 amount)
withdrawRewardToken(uint256 amount) returns (uint256)
CollectionAddPaid(address collectionAddress, uint256 collectionAddfee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardUpdated(uint256 reward)
StakeTimeUpdated(address indexed user, uint256 depositTime)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken, address _collectionAddress, uint256 _rewardsDuration, uint256 _minStakingTime, uint256 _id)
This contract contains no fallback and receive objects.
This contract contains no error objects.