ETH Price: $3,586.33 (+1.73%)

Transaction Decoder

Block:
21936690 at Feb-27-2025 09:11:23 AM +UTC
Transaction Fee:
0.000151003353381436 ETH $0.54
Gas Used:
131,342 Gas / 1.149695858 Gwei

Emitted Events:

372 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
373 WETH9.Transfer( src=UniswapV3Pool, dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=1744206205227001 )
374 TetherToken.Transfer( from=[Sender] 0xdc899f18cb018f9eb12f904c80d8ce029e4b7e6c, to=UniswapV3Pool, value=4110000 )
375 UniswapV3Pool.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, recipient=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0=-1744206205227001, amount1=4110000, sqrtPriceX96=3845740006920838404875539, liquidity=334591412088572740, tick=-198673 )
376 WETH9.Withdrawal( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=1744206205227001 )
377 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 000000000000000000000000dc899f18cb018f9eb12f904c80d8ce029e4b7e6c, 00000000000000000000000000000000000000000000000000000000003eb6b0, 00000000000000000000000000000000000000000000000000063258a7470ff9 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
8.288634800000581527 Eth8.288700471000581527 Eth0.000065671
0xC02aaA39...83C756Cc2 2,921,693.411146100999489143 Eth2,921,693.409401894794262142 Eth0.001744206205227001
0xc7bBeC68...9bA1b0e9b
(Uniswap V3: USDT 9)
0xdAC17F95...13D831ec7
0xdc899f18...29E4b7e6C
0.003313278609291941 Eth
Nonce: 3
0.004906481461137506 Eth
Nonce: 4
0.001593202851845565

Execution Trace

0xf3de3c0d654fda23dad170f0f320a92172509127.0d5f0e3b( )
  • UniswapV3Pool.swap( recipient=0xF3dE3C0d654FDa23daD170f0f320a92172509127, zeroForOne=False, amountSpecified=4110000, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x000000000000000000000000DC899F18CB018F9EB12F904C80D8CE029E4B7E6C ) => ( amount0=-1744206205227001, amount1=4110000 )
    • WETH9.transfer( dst=0xF3dE3C0d654FDa23daD170f0f320a92172509127, wad=1744206205227001 ) => ( True )
    • TetherToken.balanceOf( who=0xc7bBeC68d12a0d1830360F8Ec58fA599bA1b0e9b ) => ( 1504093759489 )
    • 0xf3de3c0d654fda23dad170f0f320a92172509127.fa461e33( )
      • UniswapV3Pool.STATICCALL( )
      • UniswapV3Pool.STATICCALL( )
      • UniswapV3Pool.STATICCALL( )
      • OKX: Dex Aggregator.0a5ea466( )
        • TokenApprove.claimTokens( _token=0xdAC17F958D2ee523a2206206994597C13D831ec7, _who=0xdc899f18Cb018f9EB12f904c80d8Ce029E4b7e6C, _dest=0xc7bBeC68d12a0d1830360F8Ec58fA599bA1b0e9b, _amount=4110000 )
          • TetherToken.transferFrom( _from=0xdc899f18Cb018f9EB12f904c80d8Ce029E4b7e6C, _to=0xc7bBeC68d12a0d1830360F8Ec58fA599bA1b0e9b, _value=4110000 )
          • TetherToken.balanceOf( who=0xc7bBeC68d12a0d1830360F8Ec58fA599bA1b0e9b ) => ( 1504097869489 )
          • WETH9.withdraw( wad=1744206205227001 )
            • ETH 0.001744206205227001 0xf3de3c0d654fda23dad170f0f320a92172509127.CALL( )
            • ETH 0.001744206205227001 0xdc899f18cb018f9eb12f904c80d8ce029e4b7e6c.CALL( )
            • UniswapV3Pool.STATICCALL( )
              File 1 of 4: UniswapV3Pool
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // SPDX-License-Identifier: BUSL-1.1
              pragma 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';
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 2 of 4: WETH9
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // 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;
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 3 of 4: TetherToken
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              pragma 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;
              }
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 4 of 4: TokenApprove
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              /**
              *Submitted for verification at BscScan.com on 2023-06-26
              */
              // SPDX-License-Identifier: MIT
              pragma 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)
              /**
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX