LPFarmStrategy
Verified contract
Active on
Base with 2,411 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 252.372609 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16093737 | 5 months ago | | | 0 | 0.000012023568 | |
| 16093463 | 5 months ago | | | 0 | 0.0000077466012 | |
| 16093270 | 5 months ago | | | 0 | 0.0000076649936 | |
| 16091628 | 5 months ago | | | 0 | 0.0000065536890 | |
| 16091573 | 5 months ago | | | 0 | 0.0000058819269 | |
| 16090391 | 5 months ago | | | 0.05 | 0.0000079418975 | |
| 16089416 | 5 months ago | | | 0 | 0.0000073048901 | |
| 16088956 | 5 months ago | | | 0.35 | 0.0000093819443 | |
| 16088928 | 5 months ago | | | 0 | 0.0000069810093 | |
| 16088109 | 5 months ago | | | 0 | 0.000013309695 |
ABI
ABI objects
Getter at block 22900670
factory() view returns (address)
0x71d234a3e1dfc161cc1d081e6496e76627baac31
feesLib() view returns (address)
0x6a7bbf6819f41015acacd81d47a553962f7de5cf
wrappedNativeAddress() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
This contract contains no read-only function objects.
State-modifying
Events _sickle_charge_fee(address strategy, bytes4 feeDescriptor, address feeToken)
_sickle_charge_fees(address strategy, bytes4 feeDescriptor, address[] feeTokens)
_sickle_charge_transaction_cost(address recipient, address wrappedNative, uint256 amountToCharge)
_sickle_swap(struct SwapData swapData)
_sickle_swap_multiple(struct SwapData[] swapData)
_sickle_transfer_token_from_user(address tokenIn, uint256 amountIn, address strategy, bytes4 feeSelector) payable
_sickle_transfer_token_to_user(address token) payable
_sickle_transfer_tokens_from_user(address[] tokensIn, uint256[] amountsIn, address strategy, bytes4 feeSelector) payable
_sickle_transfer_tokens_to_user(address[] tokens) payable
_sickle_zap_in(struct ZapModuleZapInData zapData) payable
_sickle_zap_out(struct ZapModuleZapOutData zapData)
deposit(struct LPFarmStrategyDepositParams params, address[] sweepTokens, address approved, bytes32 referralCode) payable
exit(struct LPFarmStrategyHarvestParams harvestParams, struct LPFarmStrategyWithdrawParams withdrawParams, address[] sweepTokens)
withdraw(struct LPFarmStrategyWithdrawParams params, address[] sweepTokens)
This contract contains no event objects.
constructor(address factory, address feesLib, address wrappedNativeAddress, address connectorRegistry)
This contract contains no fallback and receive objects.
ApproveFailed()
ArrayLengthMismatch()
ETHTransferFailed()
IncorrectMsgValue()
LiquidityAmountError()
NotOwner(address sender)
NotOwnerOrApproved()
NotOwnerOrApprovedOrInternal()
NotOwnerOrInternal()
NotRegisteredSickle()
SickleNotDeployed()
SwapAmountZero()
SwapsNotAllowed()
TokenInRequired()
TransferFailed()
TransferFromFailed()