BunniLpZapIn
Verified contract
Active on
Ethereum with 2,310 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "BunniLpZapIn"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271990 | 2 days ago | | | 0 | 0.0046945647 | |
| 21253602 | 4 days ago | | | 0 | 0.0057084002 | |
| 21229319 | 8 days ago | | | 0 | 0.014139521 | |
| 21205543 | 11 days ago | | | 0 | 0.0042063964 | |
| 21200416 | 12 days ago | | | 0 | 0.0034732342 | |
| 21160414 | 17 days ago | | | 0 | 0.0073142324 | |
| 21147136 | 19 days ago | | | 0 | 0.0076966294 | |
| 21140626 | 20 days ago | | | 0 | 0.0040573918 | |
| 21112848 | 24 days ago | | | 0 | 0.0015116304 | |
| 21100482 | a month ago | | | 0 | 0.0037932518 |
ABI
ABI objects
Getter at block 21283502
bunniHub() view returns (address)
0xb5087f95643a9a4069471a28d32c569d9bd57fe4
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
zeroExProxy() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
Read-only
This contract contains no read-only function objects.
State-modifying
Events doZeroExSwap(address tokenIn, uint256 tokenAmountIn, address tokenOut, uint256 minAmountOut, address recipient, address refundRecipient, bool useContractBalance, uint256 deadline, bytes swapData) payable returns (uint256 tokenAmountOut)
enterWithUnderlying(address gate, address nytRecipient, address pytRecipient, address vault, address xPYT, uint256 underlyingAmount, bool useContractBalance) payable returns (uint256 mintAmount)
enterWithVaultShares(address gate, address nytRecipient, address pytRecipient, address vault, address xPYT, uint256 vaultSharesAmount, bool useContractBalance) payable returns (uint256 mintAmount)
multicall(bytes[] data) payable returns (bytes[] results)
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowed(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowedIfNecessary(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
uniswapV3PoolState(address pool) payable returns (uint160 sqrtPriceX96, int24 tick, uint128 liquidity)
wrapEthInput() payable
zapIn(struct IBunniHubDepositParams depositParams, address gauge, address token0, address token1, address recipient, uint256 sharesMin, bool useContractBalance0, bool useContractBalance1, bool compound) payable returns (uint256 shares, uint128 addedLiquidity, uint256 amount0, uint256 amount1)
zapInNoStake(struct IBunniHubDepositParams depositParams, address token0, address token1, address recipient, uint256 sharesMin, bool useContractBalance0, bool useContractBalance1, bool compound) payable returns (uint256 shares, uint128 addedLiquidity, uint256 amount0, uint256 amount1)
This contract contains no event objects.
constructor(address zeroExProxy_, address weth_, address bunniHub_)
This contract contains no fallback and receive objects.
BunniLpZapIn__InsufficientOutput()
BunniLpZapIn__PastDeadline()
BunniLpZapIn__SameToken()
BunniLpZapIn__ZeroExSwapFailed()