StakingRewards
Verified contract
Active on
Ethereum with 123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b7a…6eff
0xf360…dfb3
0xbea5…8574
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPRKL | ERC-20 | 13.839095K | -- | -- | |
UNI-V2 | ERC-20 | 0.000949 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12211680 | 4 years ago | | | 0 | 0.011100176 | |
| 12064603 | 4 years ago | | | 0 | 0.024893360 | |
| 11990247 | 4 years ago | | | 0 | 0.012717260 | |
| 11726791 | 4 years ago | | | 0 | 0.0048476000 | |
| 11705142 | 4 years ago | | | 0 | 0.0057366400 | |
| 11694911 | 4 years ago | | | 0 | 0.0041689360 | |
| 11682112 | 4 years ago | | | 0 | 0.0032780800 | |
| 11673393 | 4 years ago | | | 0 | 0.0085232700 | |
| 11668082 | 4 years ago | | | 0 | 0.0089291400 | |
| 11665175 | 4 years ago | | | 0 | 0.0036878400 |
ABI
ABI objects
Getter at block 21388803
CollectorAddress() view returns (address)
0xbea52413e26c38b51cbcb0d3661a25f2097f8574
collectionAddress() view returns (address)
0xbea52413e26c38b51cbcb0d3661a25f2097f8574
getRewardForDuration() view returns (uint256)
99999992448000
lastTimeRewardApplicable() view returns (uint256)
1617451413
lastUpdateTime() view returns (uint256)
1617451413
periodFinish() view returns (uint256)
1617451413
rewardPerToken() view returns (uint256)
137867
rewardPerTokenStored() view returns (uint256)
137867
rewardRate() view returns (uint256)
9645061
rewardsDistribution() view returns (address)
0xa4aff630bdcd5c5c3ca8684799ec263236f3d1df
rewardsDuration() view returns (uint256)
10368000
rewardsToken() view returns (address)
0x4b7ad3a56810032782afce12d7d27122bdb96eff
stakingToken() view returns (address)
0xf360b1156e5969cb78a5b0ecf796fb8a6571dfb3
totalSupply() view returns (uint256)
948812507355144
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)
stake(uint256 amount) payable
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
updateRewardAmount(uint256 newRate)
withdraw(uint256 amount)
CollectionAddPaid(address collectionAddress, uint256 collectionAddfee)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardUpdated(uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken, address _collectionAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.