ETH Price: $2,739.89 (+5.97%)

Transaction Decoder

Block:
22541860 at May-23-2025 12:02:23 AM +UTC
Transaction Fee:
0.000262280591605084 ETH $0.72
Gas Used:
155,636 Gas / 1.685218019 Gwei

Emitted Events:

316 WETH9.Deposit( dst=[Receiver] UniversalRouter, wad=35000000000000000 )
317 PepeFork.Transfer( from=UniswapV3Pool, to=[Receiver] UniversalRouter, value=3218326260439961072964670675 )
318 WETH9.Transfer( src=[Receiver] UniversalRouter, dst=UniswapV3Pool, wad=35000000000000000 )
319 UniswapV3Pool.Swap( sender=[Receiver] UniversalRouter, recipient=[Receiver] UniversalRouter, amount0=-3218326260439961072964670675, amount1=35000000000000000, sqrtPriceX96=260164505452033234353414, liquidity=6909470864936501827800503, tick=-252544 )
320 PepeFork.Transfer( from=[Receiver] UniversalRouter, to=GnosisSafeProxy, value=32183262604399610729646706 )
321 PepeFork.Transfer( from=[Receiver] UniversalRouter, to=[Sender] 0x0927cf1c92488f8517441aa32a6735f1ea683887, value=3186142997835561462235023969 )

Account State Difference:

  Address   Before After State Difference Code
0x0927CF1c...1Ea683887
0.039958458695485243 Eth
Nonce: 585
0.004696178103880159 Eth
Nonce: 586
0.035262280591605084
0x331399c6...DbB16827c
(Uniswap V3: PORK 3)
(Titan Builder)
12.183551116250187486 Eth12.183628934250187486 Eth0.000077818
0xb9f599ce...05b39344E
0xC02aaA39...83C756Cc2 2,823,527.544571358288644133 Eth2,823,527.579571358288644133 Eth0.035

Execution Trace

ETH 0.035 UniversalRouter.execute( commands=0x0B000604, inputs=[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfFhQhyOAAA==, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfFhQhyOAAAAAAAAAAAAAAAAAAAAAAAAAAAAACkksFN2DngwpIoqYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArwCqqObIj/o0KDlxPJ+rZCDx1bMIAJxC59ZnOYU/rLhu+WPGA83DQWzk0TgAAAAAAAAAAAAAAAAAAAAAAAAAAAA==, AAAAAAAAAAAAAAAAufWZzmFP6y4bvljxgPNw0Fs5NE4AAAAAAAAAAAAAAAAXzGBCYFOBwVjSratIdDS955qmHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABk, AAAAAAAAAAAAAAAAufWZzmFP6y4bvljxgPNw0Fs5NE4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAACkksFN2DngwpIoqY], deadline=1747960307 )
  • ETH 0.035 WETH9.CALL( )
  • UniswapV3Pool.swap( recipient=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, zeroForOne=False, amountSpecified=35000000000000000, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000003FC91A3AFD70395CD496C647D5A6CC9D4B2B7FAD000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2002710B9F599CE614FEB2E1BBE58F180F370D05B39344E000000000000000000000000000000000000000000 ) => ( amount0=-3218326260439961072964670675, amount1=35000000000000000 )
    • PepeFork.transfer( to=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, amount=3218326260439961072964670675 ) => ( True )
    • WETH9.balanceOf( 0x331399c614cA67DEe86733E5A2FBA40DbB16827c ) => ( 15740532027736228189 )
    • UniversalRouter.uniswapV3SwapCallback( amount0Delta=-3218326260439961072964670675, amount1Delta=35000000000000000, data=0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000003FC91A3AFD70395CD496C647D5A6CC9D4B2B7FAD000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2002710B9F599CE614FEB2E1BBE58F180F370D05B39344E000000000000000000000000000000000000000000 )
      • WETH9.transfer( dst=0x331399c614cA67DEe86733E5A2FBA40DbB16827c, wad=35000000000000000 ) => ( True )
      • WETH9.balanceOf( 0x331399c614cA67DEe86733E5A2FBA40DbB16827c ) => ( 15775532027736228189 )
      • PepeFork.balanceOf( account=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 3218326260439961072964670675 )
      • PepeFork.transfer( to=0x17CC6042605381c158D2adab487434Bde79Aa61C, amount=32183262604399610729646706 ) => ( True )
      • PepeFork.balanceOf( account=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 3186142997835561462235023969 )
      • PepeFork.transfer( to=0x0927CF1c92488F8517441AA32A6735F1Ea683887, amount=3186142997835561462235023969 ) => ( True )
        File 1 of 5: UniversalRouter
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // SPDX-License-Identifier: GPL-3.0-or-later
        pragma solidity ^0.8.17;
        // Command implementations
        import {Dispatcher} from './base/Dispatcher.sol';
        import {RewardsCollector} from './base/RewardsCollector.sol';
        import {RouterParameters, RouterImmutables} from './base/RouterImmutables.sol';
        import {Commands} from './libraries/Commands.sol';
        import {IUniversalRouter} from './interfaces/IUniversalRouter.sol';
        contract UniversalRouter is RouterImmutables, IUniversalRouter, Dispatcher, RewardsCollector {
        modifier checkDeadline(uint256 deadline) {
        if (block.timestamp > deadline) revert TransactionDeadlinePassed();
        _;
        }
        constructor(RouterParameters memory params) RouterImmutables(params) {}
        /// @inheritdoc IUniversalRouter
        function execute(bytes calldata commands, bytes[] calldata inputs, uint256 deadline)
        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: 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 4 of 5: PepeFork
        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

        File 5 of 5: GnosisSafeProxy
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // SPDX-License-Identifier: LGPL-3.0-only
        pragma solidity >=0.7.0 <0.9.0;
        /// @title IProxy - Helper interface to access masterCopy of the Proxy on-chain
        /// @author Richard Meissner - <richard@gnosis.io>
        interface IProxy {
        function masterCopy() external view returns (address);
        }
        /// @title GnosisSafeProxy - Generic proxy contract allows to execute all transactions applying the code of a master contract.
        /// @author Stefan George - <stefan@gnosis.io>
        /// @author Richard Meissner - <richard@gnosis.io>
        contract GnosisSafeProxy {
        // singleton always needs to be first declared variable, to ensure that it is at the same location in the contracts to which calls are delegated.
        // To reduce deployment costs this variable is internal and needs to be retrieved via `getStorageAt`
        address internal singleton;
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX