Paw Stake Tracker
Verified contract
Active on
Ethereum with 1,785 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 | 71.744024T | -- | -- | |
PAW | ERC-20 | 14.295262T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140617 | 4 days ago | | | 0 | 0.0013733140 | |
| 21140614 | 4 days ago | | | 0 | 0.0022038762 | |
| 21137357 | 4 days ago | | | 0 | 0.0034185410 | |
| 21112347 | 8 days ago | | | 0 | 0.00081004957 | |
| 21112339 | 8 days ago | | | 0 | 0.00096665779 | |
| 21112338 | 8 days ago | | | 0 | 0.00054316718 | |
| 21112337 | 8 days ago | | | 0 | 0.00099779367 | |
| 21112335 | 8 days ago | | | 0 | 0.00053836922 | |
| 21110119 | 8 days ago | | | 0 | 0.00069848416 | |
| 21110113 | 8 days ago | | | 0 | 0.00060721446 |
ABI
ABI objects
Getter at block 21169361
PAWToken() view returns (address)
0xdc63269ea166b70d4780b3a11f5c825c2b761b01
PRECISION_FACTOR() view returns (uint256)
1000000000000
WPAWStaking() view returns (address)
0x89aa5b06afe74cdfce53e0f1831364fd39e81d7d
accTokenPerShare() view returns (uint256)
118890653683
apy() view returns (uint256)
8
decimals() view returns (uint8)
18
earlyWithdrawPenalty() view returns (uint256)
10
lastRewardTimeStamp() view returns (uint256)
1731041099
lockDuration() view returns (uint256)
7862400
name() view returns (string)
Paw Stake Tracker
numberDeposit() view returns (uint256)
707
owner() view returns (address)
0x149a03fe3536f2f86260a69380f756acb9e16617
rewardAllocated() view returns (uint256)
9287707683609861655068467983428
rewardTreasure() view returns (uint256)
70712292316390138344931532016572
symbol() view returns (string)
stPAWlock
totalPenalty() view returns (uint256)
2489635932622500000000000000000
totalStaked() view returns (uint256)
11801078015771000000000000000000
totalSupply() view returns (uint256)
11801078015771000000000000000000
wPAWToken() view returns (address)
0xff9e32aaf15953ec3f69fe899d220a705ce06dd0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
depositInfoOf(address _account) view returns (struct PawLockedStakeDepositInfo[])
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 totalAmount, 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)
updateEarlyWithdrawPenalty(uint256 _newPenalty)
updateLockingDuration(uint256 _newDuration)
updateNewAPY(uint256 _newAPY)
withdraw(uint256 _id)
withdrawPenalty()
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.