Transaction Hash:
Block:
21845500 at Feb-14-2025 03:09:11 PM +UTC
Transaction Fee:
0.000406103970875682 ETH
$1.29
Gas Used:
142,342 Gas / 2.853015771 Gwei
Emitted Events:
272 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
|
273 |
WETH9.Transfer( src=UniswapV3Pool, dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=53393598622489422 )
|
274 |
TetherToken.Transfer( from=[Sender] 0x2fe6cb077c615959fc848bcc8aa52fff1db29204, to=UniswapV3Pool, value=145000000 )
|
275 |
UniswapV3Pool.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, recipient=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0=-53393598622489422, amount1=145000000, sqrtPriceX96=4127723066764887559907044, liquidity=3673030282470967350, tick=-197258 )
|
276 |
WETH9.Withdrawal( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=53393598622489422 )
|
277 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 0000000000000000000000002fe6cb077c615959fc848bcc8aa52fff1db29204, 0000000000000000000000000000000000000000000000000000000008a48640, 00000000000000000000000000000000000000000000000000bdb131ef2c5b4e )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x11b815ef...14B7697F6 | (Uniswap V3: USDT 3) | ||||
0x2FE6CB07...f1DB29204 |
0.008941363886616359 Eth
Nonce: 6
|
0.061928858538230099 Eth
Nonce: 7
| 0.05298749465161374 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 11.201849916963965997 Eth | 11.201964926857804303 Eth | 0.000115009893838306 | |
0xC02aaA39...83C756Cc2 | 2,988,348.165203535095535289 Eth | 2,988,348.111809936473045867 Eth | 0.053393598622489422 | ||
0xdAC17F95...13D831ec7 |
Execution Trace
0xf3de3c0d654fda23dad170f0f320a92172509127.0d5f0e3b( )
UniswapV3Pool.swap( recipient=0xF3dE3C0d654FDa23daD170f0f320a92172509127, zeroForOne=False, amountSpecified=145000000, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x0000000000000000000000002FE6CB077C615959FC848BCC8AA52FFF1DB29204 ) => ( amount0=-53393598622489422, amount1=145000000 )
-
WETH9.transfer( dst=0xF3dE3C0d654FDa23daD170f0f320a92172509127, wad=53393598622489422 ) => ( True )
-
TetherToken.balanceOf( who=0x11b815efB8f581194ae79006d24E0d814B7697F6 ) => ( 17855479098840 )
0xf3de3c0d654fda23dad170f0f320a92172509127.fa461e33( )
-
UniswapV3Pool.STATICCALL( )
-
UniswapV3Pool.STATICCALL( )
-
UniswapV3Pool.STATICCALL( )
OKX: Dex Aggregator.0a5ea466( )
TokenApprove.claimTokens( _token=0xdAC17F958D2ee523a2206206994597C13D831ec7, _who=0x2FE6CB077c615959fc848bcC8aA52fFf1DB29204, _dest=0x11b815efB8f581194ae79006d24E0d814B7697F6, _amount=145000000 )
-
TetherToken.transferFrom( _from=0x2FE6CB077c615959fc848bcC8aA52fFf1DB29204, _to=0x11b815efB8f581194ae79006d24E0d814B7697F6, _value=145000000 )
-
-
-
TetherToken.balanceOf( who=0x11b815efB8f581194ae79006d24E0d814B7697F6 ) => ( 17855624098840 )
-
WETH9.withdraw( wad=53393598622489422 )
- ETH 0.053393598622489422
0xf3de3c0d654fda23dad170f0f320a92172509127.CALL( )
- ETH 0.053393598622489422
- ETH 0.053393598622489422
0x2fe6cb077c615959fc848bcc8aa52fff1db29204.CALL( )
-
UniswapV3Pool.STATICCALL( )
File 1 of 4: UniswapV3Pool
File 2 of 4: WETH9
File 3 of 4: TetherToken
File 4 of 4: TokenApprove
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 2 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;
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: TokenApprove
12345678910111213141516/***Submitted for verification at BscScan.com on 2023-06-26*/// SPDX-License-Identifier: MITpragma solidity ^0.8.0;// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)// OpenZeppelin Contracts v4.4.1 (proxy/utils/Initializable.sol)// OpenZeppelin Contracts v4.4.1 (utils/Address.sol)/**