Paw Stake Tracker
Verified contract
Active on
Ethereum with 835 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff9e…6dd0
0xdc63…1b01
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wPAW | ERC-20 | 29.394875T | -- | -- | |
PAW | ERC-20 | 463.471137B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276080 | 8 hours ago | | | 0 | 0.00064700909 | |
| 21158286 | 17 days ago | | | 0 | 0.0023622417 | |
| 21158134 | 17 days ago | | | 0 | 0.0022791252 | |
| 21140613 | 19 days ago | | | 0 | 0.0012699831 | |
| 21140607 | 19 days ago | | | 0 | 0.00062014446 | |
| 20460675 | 4 months ago | | | 0 | 0.018272183 | |
| 20410366 | 4 months ago | | | 0 | 0.00050045350 | |
| 20409982 | 4 months ago | | | 0 | 0.00051092200 | |
| 20409980 | 4 months ago | | | 0 | 0.00036684875 | |
| 20407477 | 4 months ago | | | 0 | 0.00049056153 |
ABI
ABI objects
Getter at block 21278545
PAWToken() view returns (address)
0xdc63269ea166b70d4780b3a11f5c825c2b761b01
PRECISION_FACTOR() view returns (uint256)
1000000000000
WPAWStaking() view returns (address)
0x89aa5b06afe74cdfce53e0f1831364fd39e81d7d
accTokenPerShare() view returns (uint256)
46022762165
apy() view returns (uint256)
3
decimals() view returns (uint8)
18
lastRewardTimeStamp() view returns (uint256)
1731253931
name() view returns (string)
Paw Stake Tracker
owner() view returns (address)
0x1d8ba59405fdb67d2f73b48e31296e00f2d5d339
rewardAllocated() view returns (uint256)
619535056799871426095863403448
rewardTreasure() view returns (uint256)
29380464943200128573904136596552
symbol() view returns (string)
stPAWflex
totalStaked() view returns (uint256)
463471137202000000000000000000
totalSupply() view returns (uint256)
463471137202000000000000000000
wPAWToken() view returns (address)
0xff9e32aaf15953ec3f69fe899d220a705ce06dd0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addRewardTreasure(uint256 _amount)
approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverToken(address _token)
renounceOwnership()
setWPAWStakingContract(address _wPAWStaking)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateNewAPY(uint256 _newAPY)
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.