UnderlyingFarmingZapper
Verified contract
Active on
Ethereum with 1,844 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "UnderlyingFarmingZapper"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207093 | 19 hours ago | | | 0 | 0.0015677585 | |
| 21205655 | a day ago | | | 0 | 0.0014575760 | |
| 21185112 | 4 days ago | | | 0 | 0.0045432842 | |
| 21184251 | 4 days ago | | | 0 | 0.0061814177 | |
| 21177678 | 5 days ago | | | 0 | 0.0031180231 | |
| 21176691 | 5 days ago | | | 0 | 0.0034496308 | |
| 21174989 | 5 days ago | | | 0 | 0.0032612246 | |
| 21174132 | 5 days ago | | | 0 | 0.0058086023 | |
| 21172813 | 6 days ago | | | 0 | 0.0083899889 | |
| 21171791 | 6 days ago | | | 0 | 0.0046257443 |
ABI
ABI objects
Getter at block 21212823
pool() view returns (address)
0xda00000035fef4082f78def6a8903bee419fbf8e
tokenIn() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
tokenOut() view returns (address)
0x9ef444a6d7f4a5adcd68fd5329aa5240c90e14d2
underlying() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
previewDeposit(uint256 tokenInAmount) view returns (uint256 tokenOutAmount)
previewRedeem(uint256 tokenOutAmount) view returns (uint256 tokenInAmount)
State-modifying
Events deposit(uint256 tokenInAmount, address receiver) returns (uint256 tokenOutAmount)
depositWithPermit(uint256 tokenInAmount, address receiver, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 tokenOutAmount)
depositWithReferral(uint256 tokenInAmount, address receiver, uint256 referralCode) returns (uint256 tokenOutAmount)
depositWithReferralAndPermit(uint256 tokenInAmount, address receiver, uint256 referralCode, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 tokenOutAmount)
redeem(uint256 tokenOutAmount, address receiver) returns (uint256 tokenInAmount)
redeemWithPermit(uint256 tokenOutAmount, address receiver, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 tokenInAmount)
This contract contains no event objects.
constructor(address pool, address farmingPool)
This contract contains no fallback and receive objects.
ForceApproveFailed()
SafeTransferFailed()
SafeTransferFromFailed()