WPawFlexibleStake
Verified contract
Active on
Ethereum with 1,047 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff9e…6dd0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wPAW | ERC-20 | 59.766519T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140616 | 15 days ago | | | 0 | 0.00068103692 | |
| 21088367 | 22 days ago | | | 0 | 0.00075359660 | |
| 20717934 | 2 months ago | | | 0 | 0.00032201578 | |
| 20590168 | 3 months ago | | | 0 | 0.00064533838 | |
| 20507128 | 3 months ago | | | 0 | 0.00018793302 | |
| 20487559 | 3 months ago | | | 0 | 0.00092243154 | |
| 20431885 | 4 months ago | | | 0 | 0.0013155413 | |
| 20399919 | 4 months ago | | | 0 | 0.00038191276 | |
| 20332691 | 4 months ago | | | 0 | 0.0014454766 | |
| 20292741 | 4 months ago | | | 0 | 0.00046991322 |
ABI
ABI objects
Getter at block 21246444
PRECISION_FACTOR() view returns (uint256)
1000000000000
accTokenPerShare() view returns (uint256)
89165022287
apy() view returns (uint256)
6
lastRewardTimeStamp() view returns (uint256)
1731041087
listMainStakingsLength() view returns (uint256)
8
owner() view returns (address)
0x149a03fe3536f2f86260a69380f756acb9e16617
rewardAllocated() view returns (uint256)
254105336576191248609527944104
rewardTreasure() view returns (uint256)
59745894663423808751390472055896
totalStaked() view returns (uint256)
19383515684580777943068299915
wPAWToken() view returns (address)
0xff9e32aaf15953ec3f69fe899d220a705ce06dd0
Read-only
isStakable(address _user) view returns (bool)
listMainStakings(uint256) view returns (address)
pendingReward(address _user) view returns (uint256)
stakingAmount(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addRewardTreasure(uint256 _amount)
addToListMainStakingAddress(address _stakingAddress)
claim()
deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
forceWithdraw(address _user)
recoverToken(address _token)
removeFromListMainStakingAddress(address _stakingAddress)
renounceOwnership()
transferOwnership(address newOwner)
updateNewAPY(uint256 _newAPY)
withdraw(uint256 _amount)
Claim(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewAPY(uint256 apy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRecovery(address indexed token, uint256 amount)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.