StakingRewardsWbtc
Verified contract
Active on
Ethereum with 3,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66c0…70b7
Balances ($37,755.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.38731 | $97,482.00 |
$37,755.71 | |
Mars | ERC-20 | 153.057M | -- | -- | |
$ Evmosia.com | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293644 | 3 days ago | | | 0 | 0.0012642308 | |
| 21234180 | 11 days ago | | | 0 | 0.00079107567 | |
| 21119346 | a month ago | | | 0 | 0.00025686557 | |
| 21119339 | a month ago | | | 0 | 0.00024398750 | |
| 21113949 | a month ago | | | 0 | 0.00050958257 | |
| 21110335 | a month ago | | | 0 | 0.00048660750 | |
| 21054076 | a month ago | | | 0 | 0.00026236428 | |
| 21034901 | a month ago | | | 0 | 0.00091808811 | |
| 20569110 | 3 months ago | | | 0 | 0.000081825234 | |
| 20569094 | 3 months ago | | | 0 | 0.00013291092 |
ABI
ABI objects
Getter at block 21312119
getRewardForDuration() view returns (uint256)
76390399999296000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1664673815
lastUpdateTime() view returns (uint256)
1664673815
owner() view returns (address)
0x65785917bc751f6506bd4818527b1909d0b1e57a
periodFinish() view returns (uint256)
1664673815
rewardPerToken() view returns (uint256)
358581947251
rewardPerTokenStored() view returns (uint256)
358581947251
rewardRate() view returns (uint256)
88414814814
rewardsDistribution() view returns (address)
0xd77e6bdb5f61bf6d6abb1e8545bcb8ccb2414550
rewardsDuration() view returns (uint256)
864000
rewardsToken() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
stakingToken() view returns (address)
0x66c0dded8433c9ea86c8cf91237b14e10b4d70b7
totalSupply() view returns (uint256)
153056999941547290000000000
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
satoshiToWei(uint256 amount) pure returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
weiToSatoshi(uint256 amount) pure returns (uint256)
State-modifying
Events exit()
getReward()
inCaseTokensGetStuck(address _token, uint256 _amount)
notifyRewardAmount(uint256 reward, uint256 duration)
renounceOwnership()
setRewardsDistribution(address _rewardsDistribution)
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)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.