SimpleFarmStrategy
Verified contract
Active on
Base with 158 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001575 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14530391 | 6 months ago | | | 0 | 0.0000010398794 | |
| 14529336 | 6 months ago | | | 0 | 8.4082919e-7 | |
| 14528439 | 6 months ago | | | 0 | 0.0000013313482 | |
| 14516990 | 6 months ago | | | 0 | 0.000000808259464788 | |
| 14516287 | 6 months ago | | | 0 | 0.0000010061696 | |
| 14514927 | 6 months ago | | | 0 | 0.000029005079 | |
| 14513821 | 6 months ago | | | 0 | 0.0000010144574 | |
| 14503185 | 6 months ago | | | 0 | 0.000023315796 | |
| 14499543 | 6 months ago | | | 0 | 9.2017357e-7 | |
| 14499525 | 6 months ago | | | 0 | 9.1871282e-7 |
ABI
ABI objects
Getter at block 21869946
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
deposit(struct SimpleFarmStrategyDepositParams params, address approved, bytes32 referralCode) payable
exit(struct SimpleFarmStrategyHarvestParams harvestParams, struct SimpleFarmStrategyWithdrawParams withdrawParams)
harvest(struct SimpleFarmStrategyHarvestParams params)
withdraw(struct SimpleFarmStrategyWithdrawParams params)
This contract contains no event objects.
constructor(address factory_, address feesLib_, address connectorRegistry_, address wrappedNativeAddress_)
This contract contains no fallback and receive objects.
ArrayLengthMismatch()
ETHTransferFailed()
IncorrectMsgValue()
NotOwner(address sender)
NotOwnerOrApproved()
NotOwnerOrApprovedOrInternal()
NotOwnerOrInternal()
NotRegisteredSickle()
SickleNotDeployed()
TokenInRequired()
TransferFailed()
TransferFromFailed()