Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Farm"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15362895 | 6 months ago | | | 0 | 0.0000066424100 | |
| 15362863 | 6 months ago | | | 0 | 0.0000074658338 | |
| 15362849 | 6 months ago | | | 0 | 0.0000066901705 | |
| 15362818 | 6 months ago | | | 0 | 0.0000065893617 | |
| 15362796 | 6 months ago | | | 0 | 0.0000071892728 | |
| 15362774 | 6 months ago | | | 0 | 0.0000071150884 | |
| 15362759 | 6 months ago | | | 0 | 0.0000070904013 | |
| 15362738 | 6 months ago | | | 0 | 0.0000070981958 | |
| 15362703 | 6 months ago | | | 0 | 0.0000069569548 | |
| 15362678 | 6 months ago | | | 0 | 0.0000062419607 |
ABI
ABI objects
Getter at block 23568253
This contract contains no getter function objects.
Read-only
getEstimatedUsedDepositToken(address _strategyContract, uint256 _depositAmount0, uint256 _depositAmount1) view returns (uint256 estimatedUsedAmount0, uint256 estimatedUsedAmount1)
getUserShare(address _strategyContract, address _userAddress) view returns (uint256 userShare)
State-modifying
Events claimReward(address _strategyContract)
depositLiquidity(address _strategyContract, bool _isETH, address _inputToken, uint256 _inputAmount, uint256 _swapInAmount, uint256 _minimumSwapOutAmount) payable
withdrawLiquidity(address _strategyContract, uint256 _withdrawShares)
ClaimReward(address indexed strategyContract, address indexed userAddress, uint256 indexed liquidityNftId, uint256 claimedRewardAmount)
DepositLiquidity(address indexed strategyContract, address indexed userAddress, uint256 indexed liquidityNftId, bool isETH, address inputToken, uint256 inputAmount, uint256 increasedShare, uint256 userShareAfterDeposit, uint256 increasedToken0Amount, uint256 increasedToken1Amount, uint256 sendBackToken0Amount, uint256 sendBackToken1Amount)
WithdrawLiquidity(address indexed strategyContract, address indexed userAddress, uint256 indexed liquidityNftId, uint256 decreasedShare, uint256 userShareAfterWithdraw, uint256 userReceivedToken0Amount, uint256 userReceivedToken1Amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.