SwapRouter02
Verified contract
Active on
Base with 84,553 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GTC | ERC-20 | 2.4K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22730336 | 3 minutes ago | | | 0 | 0.0000072222055 | |
| 22730324 | 3 minutes ago | | | 0 | 0.0000075261070 | |
| 22730304 | 4 minutes ago | | | 0 | 0.0000090793470 | |
| 22728965 | an hour ago | | | 0 | 0.0000071710145 | |
| 22728893 | an hour ago | | | 0 | 0.0000076584620 | |
| 22728873 | an hour ago | | | 0 | 0.0000073553845 | |
| 22728789 | an hour ago | | | 0 | 0.0000075262100 | |
| 22728624 | an hour ago | | | 0 | 0.0000073537365 | |
| 22728604 | an hour ago | | | 0 | 0.0000073537365 | |
| 22728578 | an hour ago | | | 0 | 0.0000073567235 |
ABI
ABI objects
Getter at block 22730412
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
factory() view returns (address)
0xe6da85feb3b4e0d6aed95c41a125fba859bb9d24
factoryV2() view returns (address)
0x0000000000000000000000000000000000000000
positionManager() view returns (address)
0x2b52294425a9a229322228de659ede9d146d7c2f
Read-only
checkOracleSlippage(bytes path, uint24 maximumTickDivergence, uint32 secondsAgo) view
checkOracleSlippage(bytes[] paths, uint128[] amounts, uint24 maximumTickDivergence, uint32 secondsAgo) view
State-modifying
Events approveMax(address token) payable
approveMaxMinusOne(address token) payable
approveZeroThenMax(address token) payable
approveZeroThenMaxMinusOne(address token) payable
callPositionManager(bytes data) payable returns (bytes result)
exactInput(struct IV3SwapRouterExactInputParams params) payable returns (uint256 amountOut)
exactInputSingle(struct IV3SwapRouterExactInputSingleParams params) payable returns (uint256 amountOut)
exactOutput(struct IV3SwapRouterExactOutputParams params) payable returns (uint256 amountIn)
exactOutputSingle(struct IV3SwapRouterExactOutputSingleParams params) payable returns (uint256 amountIn)
getApprovalType(address token, uint256 amount) returns (uint8)
increaseLiquidity(struct IApproveAndCallIncreaseLiquidityParams params) payable returns (bytes result)
mint(struct IApproveAndCallMintParams params) payable returns (bytes result)
multicall(bytes32 previousBlockhash, bytes[] data) payable returns (bytes[])
multicall(bytes[] data) payable returns (bytes[] results)
multicall(uint256 deadline, bytes[] data) payable returns (bytes[])
pull(address token, uint256 value) payable
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
swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to) payable returns (uint256 amountOut)
swapTokensForExactTokens(uint256 amountOut, uint256 amountInMax, address[] path, address to) payable returns (uint256 amountIn)
sweepToken(address token, uint256 amountMinimum) payable
sweepToken(address token, uint256 amountMinimum, address recipient) payable
sweepTokenWithFee(address token, uint256 amountMinimum, address recipient, uint256 feeBips, address feeRecipient) payable
sweepTokenWithFee(address token, uint256 amountMinimum, uint256 feeBips, address feeRecipient) payable
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
unwrapWETH9(uint256 amountMinimum) payable
unwrapWETH9(uint256 amountMinimum, address recipient) payable
unwrapWETH9WithFee(uint256 amountMinimum, address recipient, uint256 feeBips, address feeRecipient) payable
unwrapWETH9WithFee(uint256 amountMinimum, uint256 feeBips, address feeRecipient) payable
wrapETH(uint256 value) payable
This contract contains no event objects.
constructor(address _factoryV2, address factoryV3, address _positionManager, address _WETH9)
receive()
This contract contains no error objects.