NftFarmStrategy
Verified contract
Active on
Base with 649 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000766 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15008372 | 6 months ago | | | 0 | 0.000020111552 | |
| 15007588 | 6 months ago | | | 0 | 0.000024606121 | |
| 15007519 | 6 months ago | | | 0 | 0.000037181296 | |
| 15007510 | 6 months ago | | | 0 | 0.000030977120 | |
| 15007469 | 6 months ago | | | 0 | 0.000025075439 | |
| 15007219 | 6 months ago | | | 0 | 0.000026195375 | |
| 15006913 | 6 months ago | | | 0 | 0.000026781237 | |
| 15005432 | 6 months ago | | | 0 | 0.000035067205 | |
| 15005147 | 6 months ago | | | 0 | 0.000029662406 | |
| 15003013 | 6 months ago | | | 0 | 0.000028422861 |
ABI
ABI objects
Getter at block 22748450
connectorRegistry() view returns (address)
0xb7b53ae25fd776b4eebd2808ca92b61720d8b8a8
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_erc1155_from_user(address nftContractAddress, uint256 tokenId, uint256 amount)
_sickle_transfer_erc1155_to_user(address nftContractAddress, uint256 tokenId, uint256 amount)
_sickle_transfer_nft_from_user(address nftContractAddress, uint256 tokenId)
_sickle_transfer_nft_to_user(address nftContractAddress, uint256 tokenId)
_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
depositErc721(address nftContractAddress, uint256 tokenId, address stakingContractAddress, bytes extraData, address approved, bytes32 referralCode)
withdrawErc721(address nftContractAddress, uint256 tokenId, address stakingContractAddress, bytes extraData, address[] sweepTokens)
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()