UniswapV2Router02
Verified contract
Active on
Ethereum with 134 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "UniswapV2Router02"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158585 | a month ago | | | 0 | 0.0047798586 | |
| 21158578 | a month ago | | | 0 | 0.0049631269 | |
| 21152039 | a month ago | | | 0.1 | 0.0017121178 | |
| 21146381 | a month ago | | | 0.03 | 0.0022310450 | |
| 21146374 | a month ago | | | 0.05 | 0.0021995909 | |
| 21146201 | a month ago | | | 0.05 | 0.00094403478 | |
| 21146102 | a month ago | | | 0 | 0.0016902161 | |
| 21146070 | a month ago | | | 0 | 0.0021690714 | |
| 21146064 | a month ago | | | 0 | 0.0023533566 | |
| 21146058 | a month ago | | | 0 | 0.0023963532 |
ABI
ABI objects
Getter at block 21389731
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0xa70efd1379af1dcc35859f3ed8ef6387a75b75ca
Read-only
getAmountIn(address[] path, uint256 amountOut, uint112 reserveIn, uint112 reserveOut) view returns (uint256 amountIn)
getAmountOut(address[] path, uint256 amountIn, uint112 reserveIn, uint112 reserveOut) view 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)
State-modifying
Events swapExactETHForTokensSupportingFeeOnTransferTokens(uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
swapExactTokensForETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline)
This contract contains no event objects.
constructor(address _factory, address _WETH)
This contract contains no fallback and receive objects.
ErrorExpired()
ErrorInsufficientAmount()
ErrorInsufficientAmountIn()
ErrorInsufficientAmountOut()
ErrorInsufficientLiquidity()
ErrorInvalidPath()
ErrorTransfer(address to, uint256 amount)