Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WPONZIO | ERC-20 | 244.490272M | -- | -- | |
UNI-V2 | ERC-20 | 42.080073K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249058 | 3 hours ago | | | 0 | 0.0017231798 | |
| 21248715 | 4 hours ago | | | 0.025 | 0.0026055207 | |
| 21243732 | 20 hours ago | | | 0 | 0.0017446905 | |
| 21241941 | a day ago | | | 0 | 0.0017184333 | |
| 21239400 | a day ago | | | 0 | 0.00086941892 | |
| 21239386 | a day ago | | | 0 | 0.0011842917 | |
| 21239345 | a day ago | | | 0 | 0.0024459690 | |
| 21232911 | 2 days ago | | | 0 | 0.00066617757 | |
| 21232907 | 2 days ago | | | 0 | 0.0012340219 | |
| 21232241 | 2 days ago | | | 0 | 0.0010586625 |
ABI
ABI objects
Getter at block 21249825
LP_TOKEN() view returns (address)
0x90908e414d3525e33733d320798b5681508255ea
PONZIO() view returns (address)
0x873259322be8e50d80a4b868d186cc5ab148543a
PRECISION_FACTOR() view returns (uint256)
1000000000000000000
WRAPPED_PONZIO() view returns (address)
0x80b5340c2cf4a5fc9c5c3ec3cb54921e3d49535b
Read-only
pendingRewards(address userAddr) view returns (uint256 pendingRewards_)
userInfo(address userAddr) view returns (struct IStakeUserInfo)
State-modifying
Events deposit(uint256 amount, address recipient)
emergencyWithdraw()
harvest(address recipient)
reinvest(uint256 amountPonzioMin, uint256 amountEthMin) payable
skim()
sync()
withdraw(uint256 amount, address recipient)
ClaimReward(address indexed user, address recipient, uint256 reward)
Deposit(address indexed recipient, address depositBy, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
Skim(address indexed user, uint256 amount)
Withdraw(address indexed user, address recipient, uint256 amount)
constructor(address lpToken, address wrappedPonzioTheCatAddress)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
MathOverflowedMulDiv()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
Stake_depositZeroAmount()
Stake_noPendingRewards()
Stake_refundFailed()
Stake_valueNeeded()
Stake_withdrawTooHigh(uint256 withdrawAmount, uint256 stakedAmount)
Stake_withdrawZeroAmount()