ETH Price: $3,852.53 (+2.96%)

Transaction Decoder

Block:
21936717 at Feb-27-2025 09:16:47 AM +UTC
Transaction Fee:
0.00013936362977636 ETH $0.54
Gas Used:
121,924 Gas / 1.14303689 Gwei

Emitted Events:

225 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
226 WETH9.Deposit( dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=58900041737252510 )
227 WETH9.Transfer( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, dst=UniswapV2Pair, wad=58900041737252510 )
228 TGCToken.Transfer( from=UniswapV2Pair, to=[Sender] 0xa7432140ac8e6df6b522d0d15424259b332afab5, value=783048028901021052207 )
229 UniswapV2Pair.Sync( reserve0=3241550934888895838454975, reserve1=243153443258283606777 )
230 UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=0, amount1In=58900041737252510, amount0Out=783048028901021052207, amount1Out=0, to=[Sender] 0xa7432140ac8e6df6b522d0d15424259b332afab5 )
231 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 0000000000000000000000000000000000000000000000000000000000000000, 00000000000000000000000025b4f5d4c314bcd5d7962734936c957b947cb7cf, 000000000000000000000000a7432140ac8e6df6b522d0d15424259b332afab5, 00000000000000000000000000000000000000000000000000d14146a1012e9e, 00000000000000000000000000000000000000000000002a72f97184eb2bed2f )

Account State Difference:

  Address   Before After State Difference Code
0x25B4f5D4...B947cb7CF
(Titan Builder)
8.049356442881891967 Eth8.049417404881891967 Eth0.000060962
0x85AA9753...7242122bF
0xa7432140...B332AFab5
0.05937658388727251 Eth
Nonce: 62
0.00033717852024364 Eth
Nonce: 63
0.05903940536702887
0xC02aaA39...83C756Cc2 2,921,594.782315414483771468 Eth2,921,594.841215456221023978 Eth0.05890004173725251

Execution Trace

ETH 0.05890004173725251 0xf3de3c0d654fda23dad170f0f320a92172509127.9871efa4( )
  • ETH 0.05890004173725251 WETH9.CALL( )
  • WETH9.transfer( dst=0x85AA97537837514A9229FCAEB66eeEF7242122bF, wad=58900041737252510 ) => ( True )
  • UniswapV2Pair.STATICCALL( )
  • TGCToken.balanceOf( account=0xa7432140ac8e6dF6b522D0D15424259B332AFab5 ) => ( 0 )
  • UniswapV2Pair.STATICCALL( )
  • UniswapV2Pair.STATICCALL( )
  • WETH9.balanceOf( 0x85AA97537837514A9229FCAEB66eeEF7242122bF ) => ( 243153443258283606777 )
  • UniswapV2Pair.swap( amount0Out=783048028901021052207, amount1Out=0, to=0xa7432140ac8e6dF6b522D0D15424259B332AFab5, data=0x )
    • TGCToken.transfer( to=0xa7432140ac8e6dF6b522D0D15424259B332AFab5, amount=783048028901021052207 ) => ( True )
    • TGCToken.balanceOf( account=0x85AA97537837514A9229FCAEB66eeEF7242122bF ) => ( 3241550934888895838454975 )
    • WETH9.balanceOf( 0x85AA97537837514A9229FCAEB66eeEF7242122bF ) => ( 243153443258283606777 )
    • TGCToken.balanceOf( account=0xa7432140ac8e6dF6b522D0D15424259B332AFab5 ) => ( 783048028901021052207 )
      File 1 of 3: 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 2 of 3: UniswapV2Pair
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      // File: contracts/interfaces/IUniswapV2Pair.sol
      pragma solidity >=0.5.0;
      interface IUniswapV2Pair {
      event Approval(address indexed owner, address indexed spender, uint value);
      event Transfer(address indexed from, address indexed to, uint value);
      function name() external pure returns (string memory);
      function symbol() external pure returns (string memory);
      function decimals() external pure returns (uint8);
      function totalSupply() external view returns (uint);
      function balanceOf(address owner) external view returns (uint);
      function allowance(address owner, address spender) external view returns (uint);
      function approve(address spender, uint value) external returns (bool);
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 3 of 3: TGCToken
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      // SPDX-License-Identifier: MIT
      // OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
      pragma solidity ^0.8.0;
      import "../utils/Context.sol";
      /**
      * @dev Contract module which provides a basic access control mechanism, where
      * there is an account (an owner) that can be granted exclusive access to
      * specific functions.
      *
      * By default, the owner account will be the one that deploys the contract. This
      * can later be changed with {transferOwnership}.
      *
      * This module is used through inheritance. It will make available the modifier
      * `onlyOwner`, which can be applied to your functions to restrict their use to
      * the owner.
      */
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX