ETH Price: $3,556.13 (+2.02%)

Transaction Decoder

Block:
21845436 at Feb-14-2025 02:56:23 PM +UTC
Transaction Fee:
0.000522876787901478 ETH $1.86
Gas Used:
132,729 Gas / 3.939431382 Gwei

Emitted Events:

273 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
274 WETH9.Transfer( src=UniswapV3Pool, dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=159270683577319545 )
275 TITANX.Transfer( from=[Sender] 0x8569f3bbbdc345ca0120d4253a6c3230567af30c, to=UniswapV3Pool, value=1282033356622744495371696998 )
276 UniswapV3Pool.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, recipient=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0=-159270683577319545, amount1=1282033356622744495371696998, sqrtPriceX96=7073162804644706532681474773800204, liquidity=88889065352108853387799536, tick=228001 )
277 WETH9.Withdrawal( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=159270683577319545 )
278 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000f19308f923582a6f7c465e5ce7a9dc1bec6665b1, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 0000000000000000000000008569f3bbbdc345ca0120d4253a6c3230567af30c, 00000000000000000000000000000000000000000424791f85c025286c25bb66, 0000000000000000000000000000000000000000000000000235d7d7c5c28079 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
10.694766017335676492 Eth10.694897539067334761 Eth0.000131521731658269
0x8569f3bB...0567af30c
0.002136206675330417 Eth
Nonce: 337
0.160884013464748484 Eth
Nonce: 338
0.158747806789418067
0xC02aaA39...83C756Cc2 2,990,894.365665130765281382 Eth2,990,894.206394447187961837 Eth0.159270683577319545
0xc45A81BC...1cdcEEA8b
(Uniswap V3: TITANX)
0xF19308F9...BEC6665B1

Execution Trace

0xf3de3c0d654fda23dad170f0f320a92172509127.0d5f0e3b( )
  • UniswapV3Pool.swap( recipient=0xF3dE3C0d654FDa23daD170f0f320a92172509127, zeroForOne=False, amountSpecified=1282033356622744495371696998, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x0000000000000000000000008569F3BBBDC345CA0120D4253A6C3230567AF30C ) => ( amount0=-159270683577319545, amount1=1282033356622744495371696998 )
    • WETH9.transfer( dst=0xF3dE3C0d654FDa23daD170f0f320a92172509127, wad=159270683577319545 ) => ( True )
    • TITANX.balanceOf( account=0xc45A81BC23A64eA556ab4CdF08A86B61cdcEEA8b ) => ( 5025053692844268241672297730526 )
    • 0xf3de3c0d654fda23dad170f0f320a92172509127.fa461e33( )
      • UniswapV3Pool.STATICCALL( )
      • UniswapV3Pool.STATICCALL( )
      • UniswapV3Pool.STATICCALL( )
      • OKX: Dex Aggregator.0a5ea466( )
        • TokenApprove.claimTokens( _token=0xF19308F923582A6f7c465e5CE7a9Dc1BEC6665B1, _who=0x8569f3bBBdc345ca0120D4253A6c3230567af30c, _dest=0xc45A81BC23A64eA556ab4CdF08A86B61cdcEEA8b, _amount=1282033356622744495371696998 )
          • TITANX.transferFrom( from=0x8569f3bBBdc345ca0120D4253A6c3230567af30c, to=0xc45A81BC23A64eA556ab4CdF08A86B61cdcEEA8b, amount=1282033356622744495371696998 ) => ( True )
          • TITANX.balanceOf( account=0xc45A81BC23A64eA556ab4CdF08A86B61cdcEEA8b ) => ( 5026335726200890986167669427524 )
          • WETH9.withdraw( wad=159270683577319545 )
            • ETH 0.159270683577319545 0xf3de3c0d654fda23dad170f0f320a92172509127.CALL( )
            • ETH 0.159270683577319545 0x8569f3bbbdc345ca0120d4253a6c3230567af30c.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: TITANX
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // SPDX-License-Identifier: UNLICENSED
              pragma solidity ^0.8.10;
              import "./openzeppelin/security/ReentrancyGuard.sol";
              import "./openzeppelin/token/ERC20/ERC20.sol";
              import "./openzeppelin/interfaces/IERC165.sol";
              import "../interfaces/ITitanOnBurn.sol";
              import "../interfaces/ITITANX.sol";
              import "../libs/calcFunctions.sol";
              import "./GlobalInfo.sol";
              import "./MintInfo.sol";
              import "./StakeInfo.sol";
              import "./BurnInfo.sol";
              import "./OwnerInfo.sol";
              //custom errors
              error TitanX_InvalidAmount();
              error TitanX_InsufficientBalance();
              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