OperaStakingV2
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3bd8…ec3a
0x3bd8…ec3a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPERA | ERC-20 | 122.597928M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19273335 | 9 months ago | | | 0 | 0.0016520563 | |
| 19016086 | 10 months ago | | | 0 | 0.00084784346 | |
| 18122498 | a year ago | | | 0 | 0.0022936311 | |
| 18070879 | a year ago | | | 0 | 0.0051646180 | |
| 18070859 | a year ago | | | 0 | 0.0027132454 | |
| 18067360 | a year ago | | | 0 | 0.0013272097 | |
| 18067282 | a year ago | | | 0 | 0.0015110302 | |
| 18060442 | a year ago | | | 0 | 0.0013239516 | |
| 18060414 | a year ago | | | 0 | 0.0016622612 | |
| 18058389 | a year ago | | | 0 | 0.0020606161 |
ABI
ABI objects
Getter at block 21228453
MAX_UNSTAKE_FEE() view returns (uint256)
2000
PoolInfo() view returns (uint256 _periodFinish, uint256 _rewardRate, uint256 _rewardsDuration, uint256 _lastUpdateTime, uint256 _rewardPerToken, uint256 _getRewardForDuration, uint256 _lockDuration, uint256 _earlyUnstakeFee, uint256 _totSupply)
(_periodFinish=1693058479, _rewardRate=38022813688, _rewardsDuration=2630000, _lastUpdateTime=1693058479, _rewardPerToken=350571633, _getRewardForDuration=99999999999440000, _lockDuration=2630000, _earlyUnstakeFee=1500, _totSupply=115845969634158025)
earlyUnstakeFee() view returns (uint256)
1500
getRewardForDuration() view returns (uint256)
99999999999440000
lastTimeRewardApplicable() view returns (uint256)
1693058479
lastUpdateTime() view returns (uint256)
1693058479
lockDuration() view returns (uint256)
2630000
locked() view returns (bool)
true
owner() view returns (address)
0xd6265ed5fd18904e7d8043d987dfd64f4a7d3851
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1693058479
rewardPerToken() view returns (uint256)
350571633
rewardPerTokenStored() view returns (uint256)
350571633
rewardRate() view returns (uint256)
38022813688
rewardsDuration() view returns (uint256)
2630000
rewardsToken() view returns (address)
0x3bd8268791de798d4ed5d424d49412cf42b8ec3a
stakeAdmin() view returns (address)
0xd6265ed5fd18904e7d8043d987dfd64f4a7d3851
stakingToken() view returns (address)
0x3bd8268791de798d4ed5d424d49412cf42b8ec3a
stakingTokensDecimalRate() view returns (uint256)
1000000000
totalSupply() view returns (uint256)
115845969634158025
Read-only
UserInfo(address account) view returns (uint256 _balanceOf, uint256 _earned, uint256 _rewards)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
min(uint256 a, uint256 b) pure returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events emergencyWithdraw(uint256 amount)
exit()
getReward()
manualUnlock()
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setEarlyUnstakeFee(uint256 _earlyUnstakeFee)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Compounded(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.