ETH Price: $3,552.63 (-4.18%)
Gas: 1.15 Gwei

Transaction Decoder

Block:
20858374 at Sep-29-2024 07:25:23 PM +UTC
Transaction Fee:
0.00201788457201 ETH $7.17
Gas Used:
155,088 Gas / 13.011223125 Gwei

Emitted Events:

403 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
404 WETH9.Deposit( dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=15047291034741866 )
405 WETH9.Transfer( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, dst=UniswapV2Pair, wad=15047291034741866 )
406 doge.Transfer( from=UniswapV2Pair, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, value=162084445704246186 )
407 UniswapV2Pair.Sync( reserve0=12549027265263668437, reserve1=1176555281816680639 )
408 UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=0, amount1In=15047291034741866, amount0Out=162084445704246186, amount1Out=0, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec )
409 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 0000000000000000000000000000000000000000000000000000000000000000, 000000000000000000000000570c184c9b03b2de238bed486015bd2bcdbb3da5, 0000000000000000000000005d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, 0000000000000000000000000000000000000000000000000035756e74f52c6a, 000000000000000000000000000000000000000000000000023fd6f1d1d153aa )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
6.067577890324422807 Eth6.068154309163898199 Eth0.000576418839475392
0x570C184c...BcdBB3Da5
0x5d2fcf5d...7482fE1eC
0.019657763339511866 Eth
Nonce: 177
0.00259258773276 Eth
Nonce: 178
0.017065175606751866
0x82aE7cef...09CFEc2fA
0xC02aaA39...83C756Cc2 2,901,660.920484983565159071 Eth2,901,660.935532274599900937 Eth0.015047291034741866

Execution Trace

ETH 0.015047291034741866 0xf3de3c0d654fda23dad170f0f320a92172509127.9871efa4( )
  • ETH 0.015047291034741866 WETH9.CALL( )
  • WETH9.transfer( dst=0x82aE7cef48cafa5414e0075A664920e09CFEc2fA, wad=15047291034741866 ) => ( True )
  • UniswapV2Pair.STATICCALL( )
  • doge.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 0 )
  • UniswapV2Pair.STATICCALL( )
  • UniswapV2Pair.STATICCALL( )
  • WETH9.balanceOf( 0x82aE7cef48cafa5414e0075A664920e09CFEc2fA ) => ( 1176555281816680639 )
  • UniswapV2Pair.swap( amount0Out=162084445704246186, amount1Out=0, to=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, data=0x )
    • doge.transfer( recipient=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, amount=162084445704246186 ) => ( True )
    • doge.balanceOf( account=0x82aE7cef48cafa5414e0075A664920e09CFEc2fA ) => ( 12549027265263668437 )
    • WETH9.balanceOf( 0x82aE7cef48cafa5414e0075A664920e09CFEc2fA ) => ( 1176555281816680639 )
    • doge.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 162084445704246186 )
      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: doge
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      /**
      *Submitted for verification at Etherscan.io on 2024-09-21
      */
      // SPDX-License-Identifier: MIT
      /*
      https://x.com/BillyM2k/status/1840431108707803159
      https://t.me/marsdoge
      */
      pragma solidity ^0.8.26;
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX