EtherVistaRouter
Verified contract
Active on
Ethereum with 53,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($3.47)
Native
Value
$3.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001023 | $3,392.37 |
$3.47 | |
VISTAFROG | ERC-20 | 0 | -- | -- | |
vistaPEPE | ERC-20 | 0 | -- | -- | |
VistaNeiro | ERC-20 | 0 | -- | -- | |
VBOY | ERC-20 | 0 | -- | -- | |
vistaPEPE | ERC-20 | 0 | -- | -- | |
VISTADOG | ERC-20 | 0 | -- | -- | |
VistaPEPE | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112137 | 18 days ago | | | 0.018932076 | 0.00078118200 | |
| 21096116 | 20 days ago | | | 0.031579873 | 0.0012357090 | |
| 21096115 | 20 days ago | | | 0.031723473 | 0.0012947476 | |
| 21095938 | 20 days ago | | | 0.031584986 | 0.0012741240 | |
| 21095937 | 20 days ago | | | 0.031728586 | 0.0012960934 | |
| 21095934 | 20 days ago | | | 0.054728586 | 0.0012978227 | |
| 21095933 | 20 days ago | | | 0.031728586 | 0.0013011334 | |
| 21094374 | 21 days ago | | | 0.0046021694 | 0.0014623203 | |
| 21090291 | 21 days ago | | | 0.084618797 | 0.0013397067 | |
| 21090015 | 21 days ago | | | 0.024604239 | 0.0014070382 |
ABI
ABI objects
Getter at block 21241293
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x9a27cb5ae0b2cee0bb71f9a85c0d60f3920757b4
treasury() view returns (address)
0xca90d843288e35beeadfce14e5f906e3f1afc7cb
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.