StakePoolWEV
Verified contract
Active on
Ethereum with 149 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfb9f…57c8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WEV | ERC-20 | 7.470913M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11766307 | 4 years ago | | | 0 | 0.018280204 | |
| 11430708 | 4 years ago | | | 0 | 0.0075253500 | |
| 11338060 | 4 years ago | | | 0 | 0.0043649460 | |
| 11302410 | 4 years ago | | | 0 | 0.015822100 | |
| 11243906 | 4 years ago | | | 0 | 0.0032857537 | |
| 11196644 | 4 years ago | | | 0 | 0.0041137462 | |
| 11147647 | 4 years ago | | | 0 | 0.0027269739 | |
| 11146265 | 4 years ago | | | 0 | 0.0048049120 | |
| 11138301 | 4 years ago | | | 0 | 0.0036208444 | |
| 11131157 | 4 years ago | | | 0 | 0.0037906110 |
ABI
ABI objects
Getter at block 21304586
DURATION() view returns (uint256)
604800
flashLoanFee() view returns (uint256)
35
initreward() view returns (uint256)
2460937500000000000000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1612734224
lastUpdateTime() view returns (uint256)
1612129424
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1612734224
punishPercent() view returns (uint256)
10
punishPeriod() view returns (uint256)
259200
rewardPerToken() view returns (uint256)
263717332810550174
rewardPerTokenStored() view returns (uint256)
263379260150198305
rewardRate() view returns (uint256)
4069010416666666
starttime() view returns (uint256)
1601568000
timelock() view returns (address)
0x2a31682cc45263505f4eef7110f3c9e058616213
totalSupply() view returns (uint256)
7279315332504643544980663
treasury() view returns (address)
0x2d78100a0dcf8799dc57f0d541e7a91e30b25e61
treasuryTimelock() view returns (address)
0x00cc0e1c488e188922aac9f1703a6f1961c5854b
wev() view returns (address)
0xfb9fc4ccc2538172fe76f7dc231a6969950e57c8
y() view returns (address)
0xfb9fc4ccc2538172fe76f7dc231a6969950e57c8
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
flashLoanWhitelist(address) view returns (bool)
lastStakeTime(address) view returns (uint256)
punishmentCalc(address holder) view returns (uint256 punishPaid, uint256 rewardWithPunishPaid)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events claimAndStake()
exit() returns (uint256)
flashLoan(address _receiver, address _reserve, uint256 _amount, bytes _params)
getReward() returns (uint256)
notifyRewardAmount(uint256 reward)
renounceOwnership()
setFlashLoanFee(uint256 newFee)
setFlashLoanWhitelist(address borrower, bool status)
setPunishPercent(uint256 newPunishPercent)
setPunishPeriod(uint256 newPunishPeriod)
setRewardDistribution(address _rewardDistribution)
setTreasury(address newTreasury)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
FlashLoan(address indexed _target, address indexed _reserve, uint256 _amount, uint256 _totalFee, uint256 _timestamp)
NewFlashLoanFee(uint256 oldFee, uint256 newFee)
NewPunishPercent(uint256 oldPunishPercent, uint256 newPunishPercent)
NewPunishPeriod(uint256 oldPunishPeriod, uint256 newPunishPeriod)
NewTreasury(address oldTreasury, address newTreasury)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PunishPaid(address indexed user, uint256 punish)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
SetFlashLoanWhitelist(address flasher, bool status)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.