Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,145.84 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
ERC-20 | 29K | -- | -- | ||
GTC | ERC-20 | 4.8K | -- | -- | |
GTC | ERC-20 | 4.8K | -- | -- | |
ERC-20 | 4.2K | -- | -- | ||
ERC-20 | 4.2K | -- | -- | ||
GTC | ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22695484 | a few seconds ago | | | 0.00000001 | 0.0000021944638 | |
| 22695484 | a few seconds ago | | | 0.00000001 | 0.0000021944638 | |
| 22695484 | a few seconds ago | | | <0.00000001 | 0.0000028419548 | |
| 22695484 | a few seconds ago | | | 0.000125 | 0.0000049472389 | |
| 22695484 | a few seconds ago | | | 0.0006 | 0.0000045646103 | |
| 22695484 | a few seconds ago | | | 0.00022 | 0.0000044424529 | |
| 22695484 | a few seconds ago | | | 0.0002 | 0.0000045639152 | |
| 22695484 | a few seconds ago | | | 0.001111 | 0.0000068100265 | |
| 22695483 | a few seconds ago | | | 0.00000001 | 0.0000021944638 | |
| 22695483 | a few seconds ago | | | 0 | 0.0000039537211 |
ABI
ABI objects
Getter at block 22695484
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
factoryV2() view returns (address)
0x0000000000000000000000000000000000000000
positionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
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.