SmartRouter
Verified contract
Active on
Base with 130,370 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 19K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.304074K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22735294 | a minute ago | | | 0 | 0.0000014558650 | |
| 22734994 | 11 minutes ago | | | 0.0015 | 3.9287627e-7 | |
| 22734843 | 16 minutes ago | | | 0.05 | 0.000027029840 | |
| 22734787 | 18 minutes ago | | | 0.015 | 0.000013940170 | |
| 22734769 | 18 minutes ago | | | 0.015 | 0.000027029840 | |
| 22734743 | 19 minutes ago | | | 0 | 0.000045256476 | |
| 22734679 | 21 minutes ago | | | 0 | 0.0000016396180 | |
| 22734652 | 22 minutes ago | | | 0 | 0.0000013758265 | |
| 22734612 | 24 minutes ago | | | 0 | 0.000026888976 | |
| 22734544 | 26 minutes ago | | | 0 | 0.000022099616 |
ABI
ABI objects
Getter at block 22735315
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
factory() view returns (address)
0x0fd83557b2be93617c9c1c1b6fd549401c74558c
factoryV2() view returns (address)
0x3e84d913803b02a4a7f027165e8ca42c14c0fde7
owner() view returns (address)
0xdd3705a1c50fc84b6d31394aa8f4d568b98a8ad5
positionManager() view returns (address)
0xb7996d1ecd07fb227e8dca8cd5214bdfb04534e5
stableSwapFactory() view returns (address)
0x3db0bc1987427a3ac34518c8968efdd4f9c28d29
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)
exactInputStableSwap(address[] path, uint256[] flag, uint256 amountIn, uint256 amountOutMin, address to) payable returns (uint256 amountOut)
exactOutput(struct IV3SwapRouterExactOutputParams params) payable returns (uint256 amountIn)
exactOutputSingle(struct IV3SwapRouterExactOutputSingleParams params) payable returns (uint256 amountIn)
exactOutputStableSwap(address[] path, uint256[] flag, uint256 amountOut, uint256 amountInMax, address to) 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
renounceOwnership()
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
setStableSwap(address _factory, address _info)
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
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
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
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetStableSwap(address indexed factory)
constructor(address _factoryV2, address _factoryV3, address _positionManager, address _stableFactory, address _WETH9)
receive()
This contract contains no error objects.