ETH Price: $2,556.60 (+1.84%)

Transaction Decoder

Block:
21928064 at Feb-26-2025 04:17:47 AM +UTC
Transaction Fee:
0.000173517165550641 ETH $0.44
Gas Used:
141,641 Gas / 1.225049001 Gwei

Emitted Events:

220 WETH9.Transfer( src=UniswapV3Pool, dst=[Receiver] UniversalRouter, wad=34530018351564677 )
221 PondCoin.Transfer( from=[Sender] 0x6962540b981f8a931642885e191e15087951ab82, to=UniswapV3Pool, value=2000000000000000000000000000 )
222 UniswapV3Pool.Swap( sender=[Receiver] UniversalRouter, recipient=[Receiver] UniversalRouter, amount0=2000000000000000000000000000, amount1=-34530018351564677, sqrtPriceX96=330146455474286374011189, liquidity=1912639256045466406648989, tick=-247779 )
223 WETH9.Transfer( src=[Receiver] UniversalRouter, dst=GnosisSafeProxy, wad=321129170669551 )
224 WETH9.Withdrawal( src=[Receiver] UniversalRouter, wad=34208889180895126 )

Account State Difference:

  Address   Before After State Difference Code
0x423f4e61...7Ed631eea
0x6962540B...87951AB82
0.381504450834985347 Eth
Nonce: 392
0.415539822850329832 Eth
Nonce: 393
0.034035372015344485
(beaverbuild)
8.340158939942338076 Eth8.340229760442338076 Eth0.0000708205
0xC02aaA39...83C756Cc2 2,918,348.922448608407904114 Eth2,918,348.888239719227008988 Eth0.034208889180895126
0xc64350c0...C53fb4152
(Uniswap V3: PNDC 2)

Execution Trace

UniversalRouter.execute( commands=0x00060C, inputs=[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAZ2XHk/oQB50AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5VyyAK7z+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArQj9OYTjkddhc9+oHGskgl+1jHuoAJxDAKqo5siP+jQoOXE8n6tkIPHVswgAAAAAAAAAAAAAAAAAAAAAAAAAAAA==, AAAAAAAAAAAAAAAAwCqqObIj/o0KDlxPJ+rZCDx1bMIAAAAAAAAAAAAAAAAXzGBCYFOBwVjSratIdDS955qmHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABd, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeVcsgCu8/g==], deadline=1740545231 )
  • UniswapV3Pool.swap( recipient=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, zeroForOne=True, amountSpecified=2000000000000000000000000000, sqrtPriceLimitX96=4295128740, data=0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000006962540B981F8A931642885E191E15087951AB82000000000000000000000000000000000000000000000000000000000000002B423F4E6138E475D85CF7EA071AC92097ED631EEA002710C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000 ) => ( amount0=2000000000000000000000000000, amount1=-34530018351564677 )
    • WETH9.transfer( dst=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, wad=34530018351564677 ) => ( True )
    • PondCoin.balanceOf( account=0xc64350c0eab6faeD8f17CC2CDff0761C53fb4152 ) => ( 892712432119799833665335511250 )
    • UniversalRouter.uniswapV3SwapCallback( amount0Delta=2000000000000000000000000000, amount1Delta=-34530018351564677, data=0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000006962540B981F8A931642885E191E15087951AB82000000000000000000000000000000000000000000000000000000000000002B423F4E6138E475D85CF7EA071AC92097ED631EEA002710C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000 )
      • Permit2.transferFrom( from=0x6962540B981F8A931642885E191e15087951AB82, to=0xc64350c0eab6faeD8f17CC2CDff0761C53fb4152, amount=2000000000000000000000000000, token=0x423f4e6138E475D85CF7Ea071AC92097Ed631eea )
        • PondCoin.transferFrom( from=0x6962540B981F8A931642885E191e15087951AB82, to=0xc64350c0eab6faeD8f17CC2CDff0761C53fb4152, amount=2000000000000000000000000000 ) => ( True )
        • PondCoin.balanceOf( account=0xc64350c0eab6faeD8f17CC2CDff0761C53fb4152 ) => ( 894712432119799833665335511250 )
        • WETH9.balanceOf( 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 34530018351564677 )
        • WETH9.transfer( dst=0x17CC6042605381c158D2adab487434Bde79Aa61C, wad=321129170669551 ) => ( True )
        • WETH9.balanceOf( 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 34208889180895126 )
        • WETH9.withdraw( wad=34208889180895126 )
          • ETH 0.034208889180895126 UniversalRouter.CALL( )
          • ETH 0.034208889180895126 0x6962540b981f8a931642885e191e15087951ab82.CALL( )
            File 1 of 6: 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 6: 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 3 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 4 of 6: PondCoin
            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 6: 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

            File 6 of 6: Permit2
            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            13
            14
            15
            16
            // SPDX-License-Identifier: AGPL-3.0-only
            pragma solidity >=0.8.0;
            /// @notice Modern and gas efficient ERC20 + EIP-2612 implementation.
            /// @author Solmate (https://github.com/transmissions11/solmate/blob/main/src/tokens/ERC20.sol)
            /// @author Modified from Uniswap (https://github.com/Uniswap/uniswap-v2-core/blob/master/contracts/UniswapV2ERC20.sol)
            /// @dev Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it.
            abstract contract ERC20 {
            /*//////////////////////////////////////////////////////////////
            EVENTS
            //////////////////////////////////////////////////////////////*/
            event Transfer(address indexed from, address indexed to, uint256 amount);
            event Approval(address indexed owner, address indexed spender, uint256 amount);
            /*//////////////////////////////////////////////////////////////
            METADATA STORAGE
            //////////////////////////////////////////////////////////////*/
            string public name;
            XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX