ETH Price: $2,520.18 (-2.01%)

Transaction Decoder

Block:
17420631 at Jun-06-2023 09:49:35 AM +UTC
Transaction Fee:
0.002948936468822422 ETH $7.43
Gas Used:
140,062 Gas / 21.054507781 Gwei

Emitted Events:

231 WETH9.Deposit( dst=ZeroEx, wad=385132774524017200 )
232 WETH9.Transfer( src=ZeroEx, dst=UniswapV2Pair, wad=385132774524017200 )
233 PepeToken.Transfer( from=UniswapV2Pair, to=[Receiver] ZeroExProxy, value=691557823919116587745863652 )
234 UniswapV2Pair.Sync( reserve0=4129101783299917475741448380630, reserve1=2293008560604496133777 )
235 UniswapV2Pair.Swap( sender=ZeroEx, amount0In=0, amount1In=385132774524017200, amount0Out=691557823919116587745863652, amount1Out=0, to=[Receiver] ZeroExProxy )
236 PepeToken.Transfer( from=[Receiver] ZeroExProxy, to=[Sender] 0xa999e6c6bd26bfe3c6b5228767eab3709d2b46df, value=691557823919116587745863652 )

Account State Difference:

  Address   Before After State Difference Code
9.839238693952216224 Eth9.839518817952216224 Eth0.000280124
0x69825081...3d2311933
0xA43fe169...6C5cCEc9f
0xa999e6c6...09D2b46df
0.431131214004258458 Eth
Nonce: 279
0.043049503011418836 Eth
Nonce: 280
0.388081710992839622
0xC02aaA39...83C756Cc2 3,354,414.694236622926700868 Eth3,354,415.079369397450718068 Eth0.3851327745240172

Execution Trace

ETH 0.3851327745240172 ZeroExProxy.proxiedSwap( msgData=0xD9627AA4000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000005584437C8DD5A300000000000000000000000000000000000000000022AE1C60311628468A1620000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE0000000000000000000000006982508145454CE325DDBE47A25D4EC3D2311933869584CD000000000000000000000000382FFCE2287252F930E1C8DC9328DAC5BF282BA10000000000000000000000000000000000000000000000558CCF81BE647F011F, feeToken=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, inputToken=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, inputAmount=385132774524017200, outputToken=0x6982508145454Ce325dDbE47a25d4ec3d2311933, fee=0 )
  • ETH 0.3851327745240172 ZeroEx.d9627aa4( )
    • ETH 0.3851327745240172 UniswapFeature.sellToUniswap( tokens=[0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, 0x6982508145454Ce325dDbE47a25d4ec3d2311933], sellAmount=385132774524017200, minBuyAmount=670811089201543005000000000, isSushi=False ) => ( buyAmount=691557823919116587745863652 )
      • ETH 0.3851327745240172 WETH9.CALL( )
      • WETH9.transfer( dst=0xA43fe16908251ee70EF74718545e4FE6C5cCEc9f, wad=385132774524017200 ) => ( True )
      • UniswapV2Pair.STATICCALL( )
      • UniswapV2Pair.swap( amount0Out=691557823919116587745863652, amount1Out=0, to=0xe66B31678d6C16E9ebf358268a790B763C133750, data=0x )
        • PepeToken.transfer( recipient=0xe66B31678d6C16E9ebf358268a790B763C133750, amount=691557823919116587745863652 ) => ( True )
        • PepeToken.balanceOf( account=0xA43fe16908251ee70EF74718545e4FE6C5cCEc9f ) => ( 4129101783299917475741448380630 )
        • WETH9.balanceOf( 0xA43fe16908251ee70EF74718545e4FE6C5cCEc9f ) => ( 2293008560604496133777 )
        • PepeToken.balanceOf( account=0xe66B31678d6C16E9ebf358268a790B763C133750 ) => ( 691557823919116587745863652 )
        • PepeToken.transfer( recipient=0xa999e6c6Bd26Bfe3C6b5228767eab3709D2b46df, amount=691557823919116587745863652 ) => ( True )
          File 1 of 6: ZeroExProxy
          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          // SPDX-License-Identifier: GPL-3.0
          pragma solidity 0.6.12;
          interface IZeroEx {
          function getFunctionImplementation(bytes4 _signature) external returns (address);
          }// SPDX-License-Identifier: GPL-3.0
          pragma solidity 0.6.12;
          pragma experimental ABIEncoderV2;
          import "./IZeroEx.sol";
          import "@0x/contracts-utils/contracts/src/v06/LibBytesV06.sol";
          import "@0x/contracts-zero-ex/contracts/src/errors/LibProxyRichErrors.sol";
          import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
          import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
          import "@openzeppelin/contracts/access/Ownable.sol";
          /// @title Coinbase proxy contract for 0x proxy
          /// @dev A generic proxy contract which extracts a fee before delegation
          contract ZeroExProxy is Ownable {
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

          File 2 of 6: 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 6: ZeroEx
          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          /*
          Copyright 2020 ZeroEx Intl.
          Licensed under the Apache License, Version 2.0 (the "License");
          you may not use this file except in compliance with the License.
          You may obtain a copy of the License at
          http://www.apache.org/licenses/LICENSE-2.0
          Unless required by applicable law or agreed to in writing, software
          distributed under the License is distributed on an "AS IS" BASIS,
          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
          See the License for the specific language governing permissions and
          limitations under the License.
          */
          pragma solidity ^0.6.5;
          pragma experimental ABIEncoderV2;
          import "@0x/contracts-utils/contracts/src/v06/LibBytesV06.sol";
          import "./migrations/LibBootstrap.sol";
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

          File 4 of 6: 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 5 of 6: PepeToken
          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          // Sources flattened with hardhat v2.7.0 https://hardhat.org
          // File @openzeppelin/contracts/utils/Context.sol@v4.4.0
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts v4.4.0 (utils/Context.sol)
          pragma solidity ^0.8.0;
          /**
          * @dev Provides information about the current execution context, including the
          * sender of the transaction and its data. While these are generally available
          * via msg.sender and msg.data, they should not be accessed in such a direct
          * manner, since when dealing with meta-transactions the account sending and
          * paying for execution may not be the actual sender (as far as an application
          * is concerned).
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

          File 6 of 6: UniswapFeature
          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          // SPDX-License-Identifier: Apache-2.0
          /*
          Copyright 2020 ZeroEx Intl.
          Licensed under the Apache License, Version 2.0 (the "License");
          you may not use this file except in compliance with the License.
          You may obtain a copy of the License at
          http://www.apache.org/licenses/LICENSE-2.0
          Unless required by applicable law or agreed to in writing, software
          distributed under the License is distributed on an "AS IS" BASIS,
          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
          See the License for the specific language governing permissions and
          limitations under the License.
          */
          pragma solidity ^0.6.5;
          pragma experimental ABIEncoderV2;
          import "@0x/contracts-erc20/contracts/src/v06/IERC20TokenV06.sol";
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX