SmartRouter
Verified contract
Active on
Ethereum with 77,471 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 |
---|---|---|---|---|---|
HDSF | ERC-20 | 44 | -- | -- | |
AUS | ERC-20 | 4 | -- | -- | |
HQG | ERC-20 | 1.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265200 | 19 minutes ago | | | 0 | 0.0073990750 | |
| 21258654 | a day ago | | | 0 | 0.0016989889 | |
| 21257051 | a day ago | | | 0 | 0.0018732968 | |
| 21255845 | a day ago | | | 0.096613946 | 0.0015230346 | |
| 21252771 | 2 days ago | | | 0.01 | 0.0024550276 | |
| 21249245 | 2 days ago | | | 0.081 | 0.0021326820 | |
| 21232780 | 5 days ago | | | 0 | 0.0073957250 | |
| 21232779 | 5 days ago | | | 0 | 0.0073957250 | |
| 21232002 | 5 days ago | | | 0 | 0.0073990750 | |
| 21231825 | 5 days ago | | | 0 | 0.0066679968 |
ABI
ABI objects
Getter at block 21265294
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
deployer() view returns (address)
0x41ff9aa7e16b8b1a8a8dc4f0efacd93d02d071c9
factory() view returns (address)
0x0bfbcf9fa4f9c56b0f40a671ad40e0805a091865
factoryV2() view returns (address)
0x1097053fd2ea711dad45caccc45eff7548fcb362
owner() view returns (address)
0x3af75af6f056d4d72c1675da919aebf908a109d6
positionManager() view returns (address)
0x46a15b0b27311cedf172ab29e4f4766fbe7f4364
stableSwapFactory() view returns (address)
0x0000000000000000000000000000000000000000
stableSwapInfo() view returns (address)
0x0000000000000000000000000000000000000000
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[])
pancakeV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
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)
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.