ETH Price: $3,779.35 (+6.62%)

Transaction Decoder

Block:
21937235 at Feb-27-2025 11:00:35 AM +UTC
Transaction Fee:
0.000186841037651751 ETH $0.71
Gas Used:
148,953 Gas / 1.254362367 Gwei

Emitted Events:

174 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 000000000000000000000000000000000000000000000000003499c393e507c1 )
175 WETH9.Transfer( src=UniswapV3Pool, dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=3244389203619640 )
176 Contract.Transfer( from=[Sender] 0x19f334f9ff4e6fec21601c46b22e96ad040edcec, to=UniswapV3Pool, value=93329656577143357 )
177 Contract.Approval( owner=[Sender] 0x19f334f9ff4e6fec21601c46b22e96ad040edcec, spender=TokenApprove, value=0 )
178 UniswapV3Pool.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, recipient=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0=93329656577143357, amount1=-3244389203619640, sqrtPriceX96=14837788301157955569918655191, liquidity=15071431490599230858, tick=-33505 )
179 WETH9.Withdrawal( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=3244389203619640 )
180 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000bb6a5db8d0ea0a3d5da7ca6a53f801e4698df8f6, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 00000000000000000000000019f334f9ff4e6fec21601c46b22e96ad040edcec, 000000000000000000000000000000000000000000000000014b92d4034a323d, 000000000000000000000000000000000000000000000000000b86c139feaf38 )

Account State Difference:

  Address   Before After State Difference Code
0x16560854...C0b0648af
(Uniswap V3: SHOKO)
0x19F334F9...d040EdcEc
0.012436512823742285 Eth
Nonce: 257
0.015494060989710174 Eth
Nonce: 258
0.003057548165967889
(Titan Builder)
8.614693638551058389 Eth8.614768115051058389 Eth0.0000744765
0xbB6a5DB8...4698df8f6
0xC02aaA39...83C756Cc2 2,923,543.932158923233863251 Eth2,923,543.928914534030243611 Eth0.00324438920361964

Execution Trace

0xf3de3c0d654fda23dad170f0f320a92172509127.0d5f0e3b( )
  • UniswapV3Pool.swap( recipient=0xF3dE3C0d654FDa23daD170f0f320a92172509127, zeroForOne=True, amountSpecified=93329656577143357, sqrtPriceLimitX96=4295128740, data=0x00000000000000000000000019F334F9FF4E6FEC21601C46B22E96AD040EDCEC ) => ( amount0=93329656577143357, amount1=-3244389203619640 )
    • WETH9.transfer( dst=0xF3dE3C0d654FDa23daD170f0f320a92172509127, wad=3244389203619640 ) => ( True )
    • Contract.balanceOf( account=0x16560854Dcc2904F6d49A1f5C462cefC0b0648af ) => ( 80694487038779491646 )
    • 0xf3de3c0d654fda23dad170f0f320a92172509127.fa461e33( )
      • UniswapV3Pool.STATICCALL( )
      • UniswapV3Pool.STATICCALL( )
      • UniswapV3Pool.STATICCALL( )
      • OKX: Dex Aggregator.0a5ea466( )
        • TokenApprove.claimTokens( _token=0xbB6a5DB8d0Ea0a3d5da7CA6a53F801e4698df8f6, _who=0x19F334F9Ff4e6Fec21601C46b22E96ad040EdcEc, _dest=0x16560854Dcc2904F6d49A1f5C462cefC0b0648af, _amount=93329656577143357 )
          • Contract.transferFrom( sender=0x19F334F9Ff4e6Fec21601C46b22E96ad040EdcEc, recipient=0x16560854Dcc2904F6d49A1f5C462cefC0b0648af, amount=93329656577143357 ) => ( True )
          • Contract.balanceOf( account=0x16560854Dcc2904F6d49A1f5C462cefC0b0648af ) => ( 80787816695356635003 )
          • WETH9.withdraw( wad=3244389203619640 )
            • ETH 0.00324438920361964 0xf3de3c0d654fda23dad170f0f320a92172509127.CALL( )
            • ETH 0.00324438920361964 0x19f334f9ff4e6fec21601c46b22e96ad040edcec.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: Contract
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              /**
              *Submitted for verification at Etherscan.io on 2024-10-06
              */
              // SPDX-License-Identifier: MIT
              /*
              VERIFIED BY @JOSHCRYPTO03
              YOU'RE WELCOME
              IDK SOCIALS SORRY
              */
              pragma solidity 0.8.27;
              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