ETH Price: $2,535.86 (-0.82%)

Transaction Decoder

Block:
21925209 at Feb-25-2025 06:43:11 PM +UTC
Transaction Fee:
0.000432093094075323 ETH $1.10
Gas Used:
141,903 Gas / 3.044989141 Gwei

Emitted Events:

334 WETH9.Deposit( dst=[Receiver] UniversalRouter, wad=416270755857477555 )
335 PepeFork.Transfer( from=UniswapV3Pool, to=[Receiver] UniversalRouter, value=20251604101789068103375898729 )
336 WETH9.Transfer( src=[Receiver] UniversalRouter, dst=UniswapV3Pool, wad=416270755857477555 )
337 UniswapV3Pool.Swap( sender=[Receiver] UniversalRouter, recipient=[Receiver] UniversalRouter, amount0=-20251604101789068103375898729, amount1=416270755857477555, sqrtPriceX96=358957032430840846659033, liquidity=10512478126312114198297776, tick=-246106 )
338 PepeFork.Transfer( from=[Receiver] UniversalRouter, to=GnosisSafeProxy, value=182264436916101612930383088 )
339 PepeFork.Transfer( from=[Receiver] UniversalRouter, to=[Sender] 0x4c78cee8ca1222d8169a9b4974a8bc15bc57cf1b, value=20069339664872966490445515641 )

Account State Difference:

  Address   Before After State Difference Code
0x331399c6...DbB16827c
(Uniswap V3: PORK 3)
0x4C78Cee8...5bC57cf1B
0.436270755857477555 Eth
Nonce: 68
0.019567906905924677 Eth
Nonce: 69
0.416702848951552878
(beaverbuild)
6.108439268647724206 Eth6.108652123147724206 Eth0.0002128545
0xb9f599ce...05b39344E
0xC02aaA39...83C756Cc2 2,910,962.596591611005333929 Eth2,910,963.012862366862811484 Eth0.416270755857477555

Execution Trace

ETH 0.416270755857477555 UniversalRouter.execute( commands=0x0B000604, inputs=[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFxuQMBUSvsw==, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFxuQMBUSvswAAAAAAAAAAAAAAAAAAAAAAAAAAQLl4WXImYVejDBkHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArwCqqObIj/o0KDlxPJ+rZCDx1bMIAJxC59ZnOYU/rLhu+WPGA83DQWzk0TgAAAAAAAAAAAAAAAAAAAAAAAAAAAA==, AAAAAAAAAAAAAAAAufWZzmFP6y4bvljxgPNw0Fs5NE4AAAAAAAAAAAAAAAAXzGBCYFOBwVjSratIdDS955qmHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABa, AAAAAAAAAAAAAAAAufWZzmFP6y4bvljxgPNw0Fs5NE4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAQLl4WXImYVejDBkH], deadline=1740510755 )
  • ETH 0.416270755857477555 WETH9.CALL( )
  • UniswapV3Pool.swap( recipient=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, zeroForOne=False, amountSpecified=416270755857477555, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000003FC91A3AFD70395CD496C647D5A6CC9D4B2B7FAD000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2002710B9F599CE614FEB2E1BBE58F180F370D05B39344E000000000000000000000000000000000000000000 ) => ( amount0=-20251604101789068103375898729, amount1=416270755857477555 )
    • PepeFork.transfer( to=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, amount=20251604101789068103375898729 ) => ( True )
    • WETH9.balanceOf( 0x331399c614cA67DEe86733E5A2FBA40DbB16827c ) => ( 80368930148432098068 )
    • UniversalRouter.uniswapV3SwapCallback( amount0Delta=-20251604101789068103375898729, amount1Delta=416270755857477555, data=0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000003FC91A3AFD70395CD496C647D5A6CC9D4B2B7FAD000000000000000000000000000000000000000000000000000000000000002BC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2002710B9F599CE614FEB2E1BBE58F180F370D05B39344E000000000000000000000000000000000000000000 )
      • WETH9.transfer( dst=0x331399c614cA67DEe86733E5A2FBA40DbB16827c, wad=416270755857477555 ) => ( True )
      • WETH9.balanceOf( 0x331399c614cA67DEe86733E5A2FBA40DbB16827c ) => ( 80785200904289575623 )
      • PepeFork.balanceOf( account=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 20251604101789068103375898729 )
      • PepeFork.transfer( to=0x17CC6042605381c158D2adab487434Bde79Aa61C, amount=182264436916101612930383088 ) => ( True )
      • PepeFork.balanceOf( account=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 20069339664872966490445515641 )
      • PepeFork.transfer( to=0x4C78Cee8cA1222D8169a9B4974A8BC15bC57cf1B, amount=20069339664872966490445515641 ) => ( 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