StakingRewards
Verified contract
Active on
Ethereum with 5,061 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x67b6…b99c
0x67b6…b99c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KYL | ERC-20 | 7.297321M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228089 | 12 days ago | | | 0 | 0.00094690334 | |
| 21176375 | 19 days ago | | | 0 | 0.0019954174 | |
| 21176293 | 19 days ago | | | 0 | 0.0030537194 | |
| 20519628 | 4 months ago | | | 0 | 0.00014056453 | |
| 20297652 | 5 months ago | | | 0 | 0.00021090689 | |
| 20048180 | 6 months ago | | | 0 | 0.00078766789 | |
| 20048001 | 6 months ago | | | 0 | 0.00058437066 | |
| 20023201 | 6 months ago | | | 0 | 0.00081664670 | |
| 20014498 | 6 months ago | | | 0 | 0.00052198264 | |
| 20014496 | 6 months ago | | | 0 | 0.00049197920 |
ABI
ABI objects
Getter at block 21314351
getRewardForDuration() view returns (uint256)
999999999999999999648000
lastTimeRewardApplicable() view returns (uint256)
1662222328
lastUpdateTime() view returns (uint256)
1662222328
owner() view returns (address)
0x23e7cdb2e7dfce0b48312104f8e500d9e8f57b5c
periodFinish() view returns (uint256)
1662222328
rewardPerToken() view returns (uint256)
109963934926639706
rewardPerTokenStored() view returns (uint256)
109963934926639706
rewardRate() view returns (uint256)
385802469135802469
rewardsDistribution() view returns (address)
0x23e7cdb2e7dfce0b48312104f8e500d9e8f57b5c
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c
stakingPoolCap() view returns (uint256)
1000000000000000000000000000
stakingToken() view returns (address)
0x67b6d479c7bb412c54e03dca8e1bc6740ce6b99c
totalSupply() view returns (uint256)
6862936980508926947700000
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()
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
setStakingPoolCap(uint256 newStakingPoolCap)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
StakingPoolCapSet(uint256 stakingPoolCap)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken, uint256 _stakingPoolCapParam)
This contract contains no fallback and receive objects.
This contract contains no error objects.