Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LVRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18011183 | a year ago | | | 0 | 0.00052922502 | |
| 18002366 | a year ago | | | 0 | 0.0019520193 | |
| 18000277 | a year ago | | | 0 | 0.0031527826 | |
| 18000252 | a year ago | | | 0.060632974 | 0.0048399685 | |
| 18000248 | a year ago | | | 0 | 0.0077421206 | |
| 18000130 | a year ago | | | 0.04 | 0.0028179905 | |
| 18000072 | a year ago | | | 0.092783118 | 0.0043450624 | |
| 18000004 | a year ago | | | 0 | 0.0038031510 | |
| 17999998 | a year ago | | | 0.07 | 0.0049827730 | |
| 17999976 | a year ago | | | 0 | 0.0043872817 |
ABI
ABI objects
Getter at block 21187478
_DEV() view returns (address)
0x2c018229856a6703c26b07f9af4b5515728ab941
_ETH_FEE() view returns (uint256)
1
_ETH_FEE_AMOUNT() view returns (uint256)
0
_WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getAmountsIn(struct RouterV2DEX dex, uint256 amountOut, address[] path, address[] pairs) view returns (uint256[] amounts)
getAmountsOut(struct RouterV2DEX dex, uint256 amountIn, address[] path, address[] pairs) view returns (uint256[] amounts)
getPairs(address factory, address[] path) view returns (address[] pairs)
getPool(address factory, address tokenA, address tokenB, uint24 fee) view returns (address pool)
getReserves(address pair, address tokenA, address tokenB) view returns (uint256 reserveA, uint256 reserveB)
State-modifying
Events claimEthFee()
eth2weth() payable
exactInputV2(struct RouterV2DEX dex, address[] path, uint256 amountIn, uint256 amountOut, address to) payable returns (uint256[] amounts, uint256 amount)
exactInputV3(address factory, bytes path, uint256 _amountIn, uint256 _amountOut, address to) payable returns (uint256 amountOut)
exactOutputV2(struct RouterV2DEX dex, address[] path, uint256 amountIn, uint256 amountOut, address to) payable returns (uint256[] amounts, uint256 amount)
exactOutputV3(address factory, bytes path, uint256 _amountIn, uint256 _amountOut, address to) payable returns (uint256 amountIn)
multicall(bytes[] data) payable returns (bytes[] results)
setEthFee(uint256 fee)
sniper_exactInputV2(struct RouterV2DEX dex, address[] path1, uint256 amountIn, uint256 amountOut, address to, uint256 buyfeemax, uint256 sellfeemax) payable
sniper_exactOutputV2(struct RouterV2DEX dex, address[] path1, uint256 amountIn, uint256 amountOut, address to, uint256 buyfeemax, uint256 sellfeemax) payable
swap(address tokenA, address tokenB, uint256 amountOut, address lp, address to)
sweepETH(address to) payable
sweepTokens(address[] tokens, address to) payable
sweepWETH(address to) payable
This contract contains no event objects.
constructor(address WETH_)
fallback()
receive()
This contract contains no error objects.