SmartRouter
Verified contract
Active on
Base with 13,407 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 |
---|---|---|---|---|---|
Cheems | ERC-20 | 10.134582M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17775617 | 4 months ago | | | 0 | 3.9853160e-7 | |
| 17561667 | 4 months ago | | | 0.00002 | 3.6748150e-7 | |
| 17261169 | 4 months ago | | | 0 | 4.3282787e-7 | |
| 17063326 | 4 months ago | | | 0 | 0.0000015869430 | |
| 16910786 | 4 months ago | | | 0 | 4.8010669e-7 | |
| 16882348 | 4 months ago | | | 0 | 0.0000015869250 | |
| 16496767 | 5 months ago | | | 0 | 0.0000022054620 | |
| 16275267 | 5 months ago | | | 0.000007 | 9.7300638e-7 | |
| 16240458 | 5 months ago | | | 0 | 0.0000012335890 | |
| 16154820 | 5 months ago | | | 0 | 6.1150200e-7 |
ABI
ABI objects
Getter at block 22723867
VERSION() view returns (uint8)
1
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
deployer() view returns (address)
0x9b5fa2c42713f7fd4201d5f12dd49962d1a64b6b
factory() view returns (address)
0xe8839bf8175812691c6578c0fc80e721bc3e00fb
factoryV2() view returns (address)
0xe4806bdd8e010828324928d25587721f6b58bea2
owner() view returns (address)
0x6d14bdae774042d0ad862b8d1f23ce9f35036844
positionManager() view returns (address)
0x2cdca0a5e8c0133dc8e3677b4022817c6c7dc40b
stableSwapFactory() view returns (address)
0x46026509328e4611c372fca54ceb99c4aad5426a
stableSwapInfo() view returns (address)
0x7cd85d8e06ac51d1bfa115d22d94ef9e4a8a0948
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
throneV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
transferOwnership(address newOwner)
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, address indexed info)
constructor(address _factoryV2, address _deployer, address _factoryV3, address _positionManager, address _stableFactory, address _stableInfo, address _WETH9)
receive()
This contract contains no error objects.