Transaction Hash:
Block:
14756201 at May-11-2022 05:35:45 PM +UTC
Transaction Fee:
0.023886554047253888 ETH
$45.73
Gas Used:
144,512 Gas / 165.291145699 Gwei
Emitted Events:
213 |
TetherToken.Transfer( from=UniswapV3Pool, to=[Sender] 0xe141876c5684a29074ed24e1494703b2d3e11285, value=4377637877 )
|
214 |
WETH9.Deposit( dst=[Receiver] SwapRouter02, wad=2000000000000000000 )
|
215 |
WETH9.Transfer( src=[Receiver] SwapRouter02, dst=UniswapV3Pool, wad=2000000000000000000 )
|
216 |
UniswapV3Pool.Swap( sender=[Receiver] SwapRouter02, recipient=[Sender] 0xe141876c5684a29074ed24e1494703b2d3e11285, amount0=2000000000000000000, amount1=-4377637877, sqrtPriceX96=3707161724908951319198858, liquidity=393891136011054892, tick=-199407 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x11b815ef...14B7697F6 | (Uniswap V3: USDT 3) | ||||
0xC02aaA39...83C756Cc2 | 5,752,711.503288525145598604 Eth | 5,752,713.503288525145598604 Eth | 2 | ||
0xdAC17F95...13D831ec7 | |||||
0xE141876c...2D3e11285 |
2.103858910008396 Eth
Nonce: 1
|
0.079972355961142112 Eth
Nonce: 2
| 2.023886554047253888 | ||
0xEA674fdD...16B898ec8
Miner
| (Ethermine) | 2,988.630748125528958083 Eth | 2,988.630892637528958083 Eth | 0.000144512 |
Execution Trace
ETH 2
SwapRouter02.multicall( deadline=1652292311, data=[BORarwAAAAAAAAAAAAAAAMAqqjmyI/6NCg5cTyfq2Qg8dWzCAAAAAAAAAAAAAAAA2sF/lY0u5SOiIGIGmUWXwT2DHscAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAOFBh2xWhKKQdO0k4UlHA7LT4RKFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG8FtZ07IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBO1z9QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] ) => ( [AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQTtc/U=] )
ETH 2
SwapRouter02.exactInputSingle( params=[{name:tokenIn, type:address, order:1, indexed:false, value:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, valueString:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2}, {name:tokenOut, type:address, order:2, indexed:false, value:0xdAC17F958D2ee523a2206206994597C13D831ec7, valueString:0xdAC17F958D2ee523a2206206994597C13D831ec7}, {name:fee, type:uint24, order:3, indexed:false, value:500, valueString:500}, {name:recipient, type:address, order:4, indexed:false, value:0xE141876c5684a29074eD24e1494703B2D3e11285, valueString:0xE141876c5684a29074eD24e1494703B2D3e11285}, {name:amountIn, type:uint256, order:5, indexed:false, value:2000000000000000000, valueString:2000000000000000000}, {name:amountOutMinimum, type:uint256, order:6, indexed:false, value:4377637877, valueString:4377637877}, {name:sqrtPriceLimitX96, type:uint160, order:7, indexed:false, value:0, valueString:0}] ) => ( amountOut=4377637877 )
UniswapV3Pool.swap( recipient=0xE141876c5684a29074eD24e1494703B2D3e11285, zeroForOne=True, amountSpecified=2000000000000000000, sqrtPriceLimitX96=4295128740, data=0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000040000000000000000000000000E141876C5684A29074ED24E1494703B2D3E11285000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC20001F4DAC17F958D2EE523A2206206994597C13D831EC7000000000000000000000000000000000000000000 ) => ( amount0=2000000000000000000, amount1=-4377637877 )
-
TetherToken.transfer( _to=0xE141876c5684a29074eD24e1494703B2D3e11285, _value=4377637877 )
-
WETH9.balanceOf( 0x11b815efB8f581194ae79006d24E0d814B7697F6 ) => ( 6452715418300770935384 )
SwapRouter02.uniswapV3SwapCallback( amount0Delta=2000000000000000000, amount1Delta=-4377637877, _data=0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000040000000000000000000000000E141876C5684A29074ED24E1494703B2D3E11285000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC20001F4DAC17F958D2EE523A2206206994597C13D831EC7000000000000000000000000000000000000000000 )
-
WETH9.balanceOf( 0x11b815efB8f581194ae79006d24E0d814B7697F6 ) => ( 6454715418300770935384 )
-
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: TetherToken
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: TetherToken
12345678910111213141516pragma solidity ^0.4.17;/*** @title SafeMath* @dev Math operations with safety checks that throw on error*/library SafeMath {function mul(uint256 a, uint256 b) internal pure returns (uint256) {if (a == 0) {return 0;}uint256 c = a * b;assert(c / a == b);return c;}
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;