SwapRouter
Verified contract
Active on
Ethereum with 1,152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SwapRouter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245610 | an hour ago | | | 0 | 0.0020235508 | |
| 21245283 | 2 hours ago | | | 0 | 0.0022888930 | |
| 21244398 | 5 hours ago | | | 0.28 | 0.0023286900 | |
| 21244372 | 5 hours ago | | | 0.92 | 0.0022249137 | |
| 21243569 | 8 hours ago | | | 1 | 0.0039155198 | |
| 21242821 | 10 hours ago | | | 0 | 0.0041892203 | |
| 21242815 | 10 hours ago | | | 0 | 0.0014007857 | |
| 21242812 | 10 hours ago | | | 0 | 0.0049740817 | |
| 21242809 | 10 hours ago | | | 0 | 0.0027616209 | |
| 21242794 | 10 hours ago | | | 0 | 0.0018672275 |
ABI
ABI objects
Getter at block 21245910
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x129538ee65a692fa041e107921d716c31d186803
Read-only
This contract contains no read-only function objects.
State-modifying
Events exactInput(struct ISwapRouterExactInputParams params) payable returns (uint256 amountOut)
exactInputSingle(struct ISwapRouterExactInputSingleParams params) payable returns (uint256 amountOut)
exactOutput(struct ISwapRouterExactOutputParams params) payable returns (uint256 amountIn)
exactOutputSingle(struct ISwapRouterExactOutputSingleParams params) payable returns (uint256 amountIn)
multicall(bytes[] data) payable returns (bytes[] results)
refundETH() payable
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowed(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowedIfNecessary(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
sweepToken(address token, uint256 amountMinimum, address recipient) payable
sweepTokenWithFee(address token, uint256 amountMinimum, address recipient, uint256 feeBips, address feeRecipient) payable
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
unwrapWETH9(uint256 amountMinimum, address recipient) payable
unwrapWETH9WithFee(uint256 amountMinimum, address recipient, uint256 feeBips, address feeRecipient) payable
This contract contains no event objects.
constructor(address _factory, address _WETH9)
receive()
This contract contains no error objects.