ETH Price: $3,737.10 (+0.28%)

Transaction Decoder

Block:
20500104 at Aug-10-2024 06:48:11 PM +UTC
Transaction Fee:
0.000395732701138035 ETH $1.48
Gas Used:
209,481 Gas / 1.889110235 Gwei

Emitted Events:

222 WETH9.Deposit( dst=[Receiver] TransparentUpgradeableProxy, wad=6979000000000000 )
223 WETH9.Transfer( src=[Receiver] TransparentUpgradeableProxy, dst=UniswapV2Pair, wad=6979000000000000 )
224 pepefest.Transfer( from=UniswapV2Pair, to=pepefest, value=196214493158176 )
225 pepefest.Transfer( from=UniswapV2Pair, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, value=893866024387251 )
226 UniswapV2Pair.Sync( reserve0=232064015145576498, reserve1=1488260438780125887 )
227 UniswapV2Pair.Swap( sender=[Receiver] TransparentUpgradeableProxy, amount0In=0, amount1In=6979000000000000, amount0Out=1090080517545427, amount1Out=0, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec )
228 TransparentUpgradeableProxy.0x20efd6d5195b7b50273f01cd79a27989255356f9f13293edc53ee142accfdb75( 0x20efd6d5195b7b50273f01cd79a27989255356f9f13293edc53ee142accfdb75, 0000000000000000000000005d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, 000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 0000000000000000000000002255dae0d573fc1d532336772381264a417d281c, 0000000000000000000000005d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, 0000000000000000000000000000000000000000000000000018de76816d8000, 00000000000000000000000000000000000000000000000000032cf766dc42b3 )

Account State Difference:

  Address   Before After State Difference Code
0x2255daE0...a417D281C
0x2C068583...0b45784A4
0x5d2fcf5d...7482fE1eC
0.046708333200986967 Eth
Nonce: 44
0.039312600499848932 Eth
Nonce: 45
0.007395732701138035
0x69AAAFF7...f66d446D2 0.433160843578937977 Eth0.433181843578937977 Eth0.000021
(beaverbuild)
17.090149956190064093 Eth17.090359437190064093 Eth0.000209481
0xC02aaA39...83C756Cc2 2,837,983.310153089393256808 Eth2,837,983.317132089393256808 Eth0.006979

Execution Trace

ETH 0.007 TransparentUpgradeableProxy.0938b20b( )
  • ETH 0.007 0x58c746b5f23213a98c1bbb9ea6a9932b544342bd.0938b20b( )
    • 0xdcf63a49f5938fd3b673271015ecf1aa3a2ef154.9cb2dade( )
      • UniswapV2Router02.getAmountsOut( amountIn=6979000000000000, path=[0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0x2255daE0D573fc1d532336772381264a417D281C] ) => ( amounts=[6979000000000000, 1090080517545427] )
        • UniswapV2Pair.STATICCALL( )
        • ETH 0.000021 0x69aaaff7419fd2ce58079f05ff06b2ff66d446d2.CALL( )
        • ETH 0.006979 WETH9.CALL( )
        • WETH9.transfer( dst=0x2C06858319AB883Fd96B13D09af321e0b45784A4, wad=6979000000000000 ) => ( True )
        • pepefest.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 0 )
        • UniswapV2Pair.STATICCALL( )
        • WETH9.balanceOf( 0x2C06858319AB883Fd96B13D09af321e0b45784A4 ) => ( 1488260438780125887 )
        • UniswapV2Router02.getAmountsOut( amountIn=6979000000000000, path=[0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0x2255daE0D573fc1d532336772381264a417D281C] ) => ( amounts=[6979000000000000, 1090080517545427] )
          • UniswapV2Pair.STATICCALL( )
          • UniswapV2Pair.swap( amount0Out=1090080517545427, amount1Out=0, to=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, data=0x )
            • pepefest.transfer( recipient=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, amount=1090080517545427 ) => ( True )
            • pepefest.balanceOf( account=0x2C06858319AB883Fd96B13D09af321e0b45784A4 ) => ( 232064015145576498 )
            • WETH9.balanceOf( 0x2C06858319AB883Fd96B13D09af321e0b45784A4 ) => ( 1488260438780125887 )
            • pepefest.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 893866024387251 )
              File 1 of 5: TransparentUpgradeableProxy
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // SPDX-License-Identifier: MIT
              pragma solidity ^0.8.0;
              import "@openzeppelin/contracts/proxy/beacon/BeaconProxy.sol";
              import "@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol";
              import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
              import "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol";
              import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
              // Kept for backwards compatibility with older versions of Hardhat and Truffle plugins.
              contract AdminUpgradeabilityProxy is TransparentUpgradeableProxy {
              constructor(address logic, address admin, bytes memory data) payable TransparentUpgradeableProxy(logic, admin, data) {}
              }
              // SPDX-License-Identifier: MIT
              pragma solidity ^0.8.0;
              import "./IBeacon.sol";
              import "../Proxy.sol";
              import "../ERC1967/ERC1967Upgrade.sol";
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 2 of 5: 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 5: 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 4 of 5: pepefest
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // SPDX-License-Identifier: UNLICENSE
              /*
              https://x.com/beeple/status/1822328316004639172?s=46&t=aQhLaw-aUc2JW606zhwMZA
              PepeFest by Beeple
              $PEPE
              Telegram: https://t.me/PEPEFESTEth
              */
              pragma solidity ^0.8.23;
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 5 of 5: UniswapV2Router02
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              pragma solidity =0.6.6;
              interface IUniswapV2Factory {
              event PairCreated(address indexed token0, address indexed token1, address pair, uint);
              function feeTo() external view returns (address);
              function feeToSetter() external view returns (address);
              function getPair(address tokenA, address tokenB) external view returns (address pair);
              function allPairs(uint) external view returns (address pair);
              function allPairsLength() external view returns (uint);
              function createPair(address tokenA, address tokenB) external returns (address pair);
              function setFeeTo(address) external;
              function setFeeToSetter(address) external;
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX