ValueLiquidRouter
Verified contract
Active on
Ethereum with 6,650 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RSD | ERC-20 | 1.532069K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452838 | 3 months ago | | | 0.000668582 | 0.000030235000 | |
| 18340250 | a year ago | | | 0 | 0.00026333538 | |
| 17788554 | a year ago | | | 0 | 0.0021633472 | |
| 17488789 | a year ago | | | 0 | 0.0017398037 | |
| 16880722 | 2 years ago | | | 0 | 0.0016166293 | |
| 16880695 | 2 years ago | | | 0 | 0.0014972159 | |
| 16491173 | 2 years ago | | | 0 | 0.0016671480 | |
| 16318152 | 2 years ago | | | 0 | 0.0015480660 | |
| 16209285 | 2 years ago | | | 0 | 0.0015193047 | |
| 16037562 | 2 years ago | | | 0 | 0.0012980020 |
ABI
ABI objects
Getter at block 21161584
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
chi() view returns (address)
0x0000000000004946c0e9f43f4dee607b0ef1fa1c
controller() view returns (address)
0xf0159d041db29029ccf285a1043dcaac7088030b
factory() view returns (address)
0x5021470fc598373fba4fe3384745940eab3e653d
formula() view returns (address)
0xd989212c51ba850a1787ce4c666eb44a170cc415
Read-only
This contract contains no read-only function objects.
State-modifying
Events addLiquidity(address pair, address tokenA, address tokenB, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB, uint256 liquidity)
addLiquidityETH(address pair, address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
addStakeLiquidity(address stakePool, address tokenA, address tokenB, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, uint256 deadline) returns (uint256 amountA, uint256 amountB, uint256 liquidity)
addStakeLiquidityETH(address stakePool, address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
multihopBatchSwapExactIn(struct IValueLiquidRouterSwap[][] swapSequences, address tokenIn, address tokenOut, uint256 totalAmountIn, uint256 minTotalAmountOut, uint256 deadline, uint8 flag) payable returns (uint256 totalAmountOut)
multihopBatchSwapExactOut(struct IValueLiquidRouterSwap[][] swapSequences, address tokenIn, address tokenOut, uint256 maxTotalAmountIn, uint256 deadline, uint8 flag) payable returns (uint256 totalAmountIn)
swapETHForExactTokens(address tokenOut, uint256 amountOut, address[] path, address to, uint256 deadline, uint8 flag) payable returns (uint256[] amounts)
swapExactETHForTokens(address tokenOut, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint8 flag) payable returns (uint256[] amounts)
swapExactETHForTokensSupportingFeeOnTransferTokens(address tokenOut, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint8 flag) payable
swapExactTokensForETH(address tokenIn, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint8 flag) returns (uint256[] amounts)
swapExactTokensForETHSupportingFeeOnTransferTokens(address tokenIn, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint8 flag)
swapExactTokensForTokens(address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint8 flag) returns (uint256[] amounts)
swapExactTokensForTokensSupportingFeeOnTransferTokens(address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint8 flag)
swapTokensForExactETH(address tokenIn, uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline, uint8 flag) returns (uint256[] amounts)
swapTokensForExactTokens(address tokenIn, address tokenOut, uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline, uint8 flag) returns (uint256[] amounts)
This contract contains no event objects.
constructor(address _factory, address _controller, address _WETH)
receive()
This contract contains no error objects.