FarmStrategy
Verified contract
Active on
Base with 3,389 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000745 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14530773 | 6 months ago | | | 0.08 | 0.000014989788 | |
| 14530754 | 6 months ago | | | 0 | 0.00013900672 | |
| 14530747 | 6 months ago | | | 0 | 0.00013175944 | |
| 14530665 | 6 months ago | | | 0 | 0.000020509718 | |
| 14530529 | 6 months ago | | | 0 | 0.0000057674241 | |
| 14530524 | 6 months ago | | | 0 | 0.000027752272 | |
| 14530206 | 6 months ago | | | 0 | 0.00017452527 | |
| 14530051 | 6 months ago | | | 0 | 0.0000086918320 | |
| 14530002 | 6 months ago | | | 0 | 0.00013452746 | |
| 14529763 | 6 months ago | | | 5 | 0.00010816201 |
ABI
ABI objects
Getter at block 22760403
factory() view returns (address)
0x71d234a3e1dfc161cc1d081e6496e76627baac31
feesLib() view returns (address)
0x50f3c65c6b2c754fd1a3c86c61284c631e6f493f
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_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
compound(struct FarmStrategyCompoundParams params, address[] sweepTokens)
compoundFor(address sickleAddress, struct FarmStrategyCompoundParams params, address[] sweepTokens, struct ZapModuleZapInData feeZapData, uint256 estimateCost)
deposit(struct FarmStrategyDepositParams params, address[] sweepTokens, address approved, bytes32 referralCode) payable
exit(struct FarmStrategyHarvestParams harvestParams, struct FarmStrategyWithdrawParams withdrawParams, address[] sweepTokens)
harvest(struct FarmStrategyHarvestParams params, address[] sweepTokens)
rebalance(struct FarmStrategyHarvestParams harvestParams, struct FarmStrategyWithdrawParams withdrawParams, struct FarmStrategyDepositParams depositParams, address[] sweepTokens)
withdraw(struct FarmStrategyWithdrawParams params, address[] sweepTokens)
zapIn(struct ZapModuleZapInData zapData) payable
zapOut(struct ZapModuleZapOutData zapData)
This contract contains no event objects.
constructor(address factory_, address feesLib_, address connectorRegistry_, address wrappedNativeAddress_)
This contract contains no fallback and receive objects.
ApproveFailed()
ArrayLengthMismatch()
ETHTransferFailed()
GasCostExceedsEstimate()
IncorrectMsgValue()
LiquidityAmountError()
NotOwner(address sender)
NotOwnerOrApproved()
NotOwnerOrApprovedOrInternal()
NotOwnerOrInternal()
NotRegisteredSickle()
SickleNotDeployed()
SwapAmountZero()
TokenInRequired()
TokenOutRequired()
TransferFailed()
TransferFromFailed()