Ethervista20Router
Verified contract
Active on
Ethereum with 545 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($347.35)
Native
Value
$347.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.108714 | $3,195.12 |
$347.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20990947 | 23 days ago | | | 0 | 0.0076386638 | |
| 20850007 | a month ago | | | 0 | 0.0019353764 | |
| 20781814 | 2 months ago | | | 0.0029227006 | 0.0069646496 | |
| 20776078 | 2 months ago | | | 0 | 0.0015305003 | |
| 20750977 | 2 months ago | | | 0 | 0.00072141918 | |
| 20742804 | 2 months ago | | | 0 | 0.0016338741 | |
| 20742800 | 2 months ago | | | 0 | 0.0015322486 | |
| 20731120 | 2 months ago | | | 0 | 0.00045302489 | |
| 20730542 | 2 months ago | | | 0 | 0.00078442048 | |
| 20723021 | 2 months ago | | | 0 | 0.0029838686 |
ABI
ABI objects
Getter at block 21157328
DEV_FEE() view returns (uint8)
1
FULL_PERCENT() view returns (uint256)
100
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x90b3dc788f7fa9cce6f1db71c7e313785004acb7
treasury() view returns (address)
0x90d89e14c4229a63c1f70f7b09116cbf51759fc1
Read-only
getAmountIn(uint256 amountOut, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountIn)
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountOut)
getAmountsIn(uint256 amountOut, address[] path) view returns (uint256[] amounts)
getAmountsOut(uint256 amountIn, address[] path) view returns (uint256[] amounts)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
usdcToEth(uint256 usdcAmount) view returns (uint256)
State-modifying
Events addLiquidityETH(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
launch(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint8 buyLpFee, uint8 sellLpFee, uint8 buyProtocolFee, uint8 sellProtocolFee, address protocolAddress) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
removeLiquidityETHSupportingFeeOnTransferTokens(address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) returns (uint256 amountETH)
swapExactETHForTokensSupportingFeeOnTransferTokens(uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
swapExactTokensForETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
This contract contains no event objects.
constructor(address _factory, address _WETH, address _oracleAddress)
receive()
This contract contains no error objects.