Transaction Hash:
Block:
17722461 at Jul-18-2023 08:22:59 PM +UTC
Transaction Fee:
0.00604698794249004 ETH
$22.07
Gas Used:
191,880 Gas / 31.514425383 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x29E1490c...0BB19A063 |
0.293625287369898492 Eth
Nonce: 55
|
0.287578299427408452 Eth
Nonce: 56
| 0.00604698794249004 | ||
0x690B9A9E...Db4FaC990
Miner
| (builder0x69) | 2.032648104983296491 Eth | 2.032667292983296491 Eth | 0.000019188 |
Execution Trace
UniversalRouter.execute( commands=0x0A080C, inputs=[AAAAAAAAAAAAAAAATzEcQwVA2x1k5jXrVflp8WYLIBYAAAAAAAAAAAAAAAD//////////////////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABk3n+9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/yRo6/XA5XNSWxkfVpsydSyt/rQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABktvnFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQSq/aC5LlrL7hV7GYQ+j7RkwUWQHnQXRv2FU2QUyX41FZ3A1KZ8+C9vr2EMxQFAszC9PpdIIEA/n2YogNtHW8CMbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYO0vGdIjclzwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJk+6uTI7pPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAATzEcQwVA2x1k5jXrVflp8WYLIBYAAAAAAAAAAAAAAADAKqo5siP+jQoOXE8n6tkIPHVswg==, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZPurkyO6Tw==], deadline=1689713543 )
Permit2.permit( owner=0x29E1490c092720EE146Ed95554b7B840BB19A063, permitSingle=[{name:details, type:tuple, order:1, indexed:false, value:[{name:token, type:address, order:1, indexed:false, value:0x4F311C430540db1d64e635EB55f969F1660B2016, valueString:0x4F311C430540db1d64e635EB55f969F1660B2016}, {name:amount, type:uint160, order:2, indexed:false, value:1461501637330902918203684832716283019655932542975, valueString:1461501637330902918203684832716283019655932542975}, {name:expiration, type:uint48, order:3, indexed:false, value:1692303293, valueString:1692303293}, {name:nonce, type:uint48, order:4, indexed:false, value:0, valueString:0}], valueString:[{name:token, type:address, order:1, indexed:false, value:0x4F311C430540db1d64e635EB55f969F1660B2016, valueString:0x4F311C430540db1d64e635EB55f969F1660B2016}, {name:amount, type:uint160, order:2, indexed:false, value:1461501637330902918203684832716283019655932542975, valueString:1461501637330902918203684832716283019655932542975}, {name:expiration, type:uint48, order:3, indexed:false, value:1692303293, valueString:1692303293}, {name:nonce, type:uint48, order:4, indexed:false, value:0, valueString:0}]}, {name:spender, type:address, order:2, indexed:false, value:0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, valueString:0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD}, {name:sigDeadline, type:uint256, order:3, indexed:false, value:1689713093, valueString:1689713093}], signature=0x2ABF682E4B96B2FB855EC6610FA3ED19305164079D05D1BF6154D905325F8D45677035299F3E0BDBEBD8433140502CCC2F4FA5D208100FE7D98A2036D1D6F0231B )
-
Null: 0x000...001.1108c2da( )
-
Permit2.transferFrom( from=0x29E1490c092720EE146Ed95554b7B840BB19A063, to=0x9426a0E93344c3e787a19022b2dac08e9786B8a6, amount=111748646161083737551, token=0x4F311C430540db1d64e635EB55f969F1660B2016 )
-
Pepechain.transferFrom( from=0x29E1490c092720EE146Ed95554b7B840BB19A063, to=0x9426a0E93344c3e787a19022b2dac08e9786B8a6, amount=111748646161083737551 ) => ( True )
-
-
WETH9.balanceOf( 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 0 )
-
UniswapV2Pair.STATICCALL( )
-
Pepechain.balanceOf( account=0x9426a0E93344c3e787a19022b2dac08e9786B8a6 ) => ( 18243304215613690673350 )
UniswapV2Pair.swap( amount0Out=0, amount1Out=159064947130108925, to=0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD, data=0x )
-
WETH9.balanceOf( 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD ) => ( 159064947130108925 )
execute[UniversalRouter (ln:16)]
execute[UniversalRouter (ln:21)]
execute[UniversalRouter (ln:21)]
File 1 of 5: UniversalRouter
File 2 of 5: Permit2
File 3 of 5: Pepechain
File 4 of 5: WETH9
File 5 of 5: UniswapV2Pair
12345678910111213141516// SPDX-License-Identifier: GPL-3.0-or-laterpragma solidity ^0.8.17;// Command implementationsimport {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 IUniversalRouterfunction execute(bytes calldata commands, bytes[] calldata inputs, uint256 deadline)
File 2 of 5: Permit2
12345678910111213141516// SPDX-License-Identifier: AGPL-3.0-onlypragma 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;
File 3 of 5: Pepechain
12345678910111213141516/**Welcome to the Pepechain.Website: https://pepe-chain.vip/Telegram: t.me/pepechainpcTwitter: twitter.com/pepechainpcOur chain is already live, bridge, dex and explorer:Chain ID: 411RPC: https://rpc.pepe-chain.vip/Explorer: https://explorer.pepe-chain.vipSymbol: PEPE*/// SPDX-License-Identifier: MIT
File 4 of 5: WETH9
12345678910111213141516// 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;
File 5 of 5: UniswapV2Pair
12345678910111213141516// File: contracts/interfaces/IUniswapV2Pair.solpragma 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);