Transaction Hash:
Block:
22551131 at May-24-2025 07:10:47 AM +UTC
Transaction Fee:
0.002148084946333755 ETH
$8.04
Gas Used:
172,341 Gas / 12.464155055 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 13.247658069647314757 Eth | 13.249726161647314757 Eth | 0.002068092 | |
0x5F939de0...82412459a |
3.745507306130341681 Eth
Nonce: 5488
|
3.743359221184007926 Eth
Nonce: 5489
| 0.002148084946333755 |
Execution Trace
SwapRouter02.multicall( deadline=1748072433, data=[BORarwAAAAAAAAAAAAAAAMAqqjmyI/6NCg5cTyfq2Qg8dWzCAAAAAAAAAAAAAAAAgACLzXE8OK+QqZMCiNRGvDvS5oQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALuAAAAAAAAAAAAAAAAF2q9e3tXMjauoxaKPe7h+/Cp5FuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADitSFyusgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQrfYbVPm3nZppBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] )
SwapRouter02.exactInputSingle( params=[{name:tokenIn, type:address, order:1, indexed:false, value:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, valueString:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2}, {name:tokenOut, type:address, order:2, indexed:false, value:0x80008BCD713c38AF90a9930288D446bc3bD2E684, valueString:0x80008BCD713c38AF90a9930288D446bc3bD2E684}, {name:fee, type:uint24, order:3, indexed:false, value:3000, valueString:3000}, {name:recipient, type:address, order:4, indexed:false, value:0x5daAf5EDED5cC8DABA8c5a28F7Bb87eFC2A7916e, valueString:0x5daAf5EDED5cC8DABA8c5a28F7Bb87eFC2A7916e}, {name:amountIn, type:uint256, order:5, indexed:false, value:1021000000000000000, valueString:1021000000000000000}, {name:amountOutMinimum, type:uint256, order:6, indexed:false, value:20164322383886152053188870, valueString:20164322383886152053188870}, {name:sqrtPriceLimitX96, type:uint160, order:7, indexed:false, value:0, valueString:0}] ) => ( amountOut=3963877391197344453575983046348115674221700746820753546331534351508065746944 )
UniswapV3Pool.swap( recipient=0x5daAf5EDED5cC8DABA8c5a28F7Bb87eFC2A7916e, zeroForOne=False, amountSpecified=1021000000000000000, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000400000000000000000000000005F939DE0E81A199A34E50615F34CBAB82412459A000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000BB880008BCD713C38AF90A9930288D446BC3BD2E684000000000000000000000000000000000000000000 ) => ( amount0=-17915569775370550821512989, amount1=1021000000000000000 )
-
KarateERC20.transfer( to=0x5daAf5EDED5cC8DABA8c5a28F7Bb87eFC2A7916e, amount=17915569775370550821512989 ) => ( True )
-
WETH9.balanceOf( 0xED6b5FB20322C2822CD97845261422f9d581b9C4 ) => ( 72344853229610552638 )
SwapRouter02.uniswapV3SwapCallback( amount0Delta=-17915569775370550821512989, amount1Delta=1021000000000000000, _data=0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000400000000000000000000000005F939DE0E81A199A34E50615F34CBAB82412459A000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000BB880008BCD713C38AF90A9930288D446BC3BD2E684000000000000000000000000000000000000000000 )
-
WETH9.transferFrom( src=0x5F939de0E81a199a34e50615F34cBAb82412459a, dst=0xED6b5FB20322C2822CD97845261422f9d581b9C4, wad=1021000000000000000 ) => ( True )
-
-
WETH9.balanceOf( 0xED6b5FB20322C2822CD97845261422f9d581b9C4 ) => ( 73365853229610552638 )
-
multicall[MulticallExtended (ln:508)]
multicall[MulticallExtended (ln:515)]
multicall[MulticallExtended (ln:515)]
File 1 of 4: SwapRouter02
File 2 of 4: UniswapV3Pool
File 3 of 4: KarateERC20
File 4 of 4: WETH9
12345678910111213141516// SPDX-License-Identifier: GPL-2.0-or-laterpragma solidity =0.7.6;pragma abicoder v2;import '@uniswap/v3-periphery/contracts/base/SelfPermit.sol';import '@uniswap/v3-periphery/contracts/base/PeripheryImmutableState.sol';import './interfaces/ISwapRouter02.sol';import './V2SwapRouter.sol';import './V3SwapRouter.sol';import './base/ApproveAndCall.sol';import './base/MulticallExtended.sol';/// @title Uniswap V2 and V3 Swap Routercontract SwapRouter02 is ISwapRouter02, V2SwapRouter, V3SwapRouter, ApproveAndCall, MulticallExtended, SelfPermit {constructor(address _factoryV2,address factoryV3,address _positionManager,
File 2 of 4: UniswapV3Pool
12345678910111213141516// SPDX-License-Identifier: BUSL-1.1pragma solidity =0.7.6;import './interfaces/IUniswapV3Pool.sol';import './NoDelegateCall.sol';import './libraries/LowGasSafeMath.sol';import './libraries/SafeCast.sol';import './libraries/Tick.sol';import './libraries/TickBitmap.sol';import './libraries/Position.sol';import './libraries/Oracle.sol';import './libraries/FullMath.sol';import './libraries/FixedPoint128.sol';import './libraries/TransferHelper.sol';import './libraries/TickMath.sol';import './libraries/LiquidityMath.sol';import './libraries/SqrtPriceMath.sol';
File 3 of 4: KarateERC20
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.8.0) (access/AccessControl.sol)pragma solidity ^0.8.0;import "./IAccessControl.sol";import "../utils/Context.sol";import "../utils/Strings.sol";import "../utils/introspection/ERC165.sol";/*** @dev Contract module that allows children to implement role-based access* control mechanisms. This is a lightweight version that doesn't allow enumerating role* members except through off-chain means by accessing the contract event logs. Some* applications may benefit from on-chain enumerability, for those cases see* {AccessControlEnumerable}.** Roles are referred to by their `bytes32` identifier. These should be exposed* in the external API and be unique. The best way to achieve this is by
File 4 of 4: WETH9
12345678910111213141516// Copyright (C) 2015, 2016, 2017 Dapphub// This program is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License, or// (at your option) any later version.// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.// You should have received a copy of the GNU General Public License// along with this program. If not, see <http://www.gnu.org/licenses/>.pragma solidity ^0.4.18;