Transaction Hash:
Block:
20512683 at Aug-12-2024 12:58:35 PM +UTC
Transaction Fee:
0.00073761698635396 ETH
$2.31
Gas Used:
125,480 Gas / 5.878362977 Gwei
Emitted Events:
154 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
|
155 |
WETH9.Deposit( dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=6000000000000000 )
|
156 |
WETH9.Transfer( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, dst=UniswapV2Pair, wad=6000000000000000 )
|
157 |
TrumpOnX.Transfer( from=UniswapV2Pair, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, value=379475229289645476738874964 )
|
158 |
UniswapV2Pair.Sync( reserve0=524321349457874369156232255211, reserve1=8271336101985690509 )
|
159 |
UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=0, amount1In=6000000000000000, amount0Out=379475229289645476738874964, amount1Out=0, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec )
|
160 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 0000000000000000000000000000000000000000000000000000000000000000, 00000000000000000000000059a8e0ca167b55f8dfae4566535fc63e8863e315, 0000000000000000000000005d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, 000000000000000000000000000000000000000000000000001550f7dca70000, 00000000000000000000000000000000000000000139e501666747acf225be54 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x59a8e0cA...e8863e315 | |||||
0x5d2fcf5d...7482fE1eC |
0.00834015325063038 Eth
Nonce: 91
|
0.00160253626427642 Eth
Nonce: 92
| 0.00673761698635396 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 11.977003751293621469 Eth | 11.977226601241309589 Eth | 0.00022284994768812 | |
0xC02aaA39...83C756Cc2 | 2,798,018.177552776583561534 Eth | 2,798,018.183552776583561534 Eth | 0.006 | ||
0xE646e92c...7aDC5c273 |
Execution Trace
ETH 0.006
0xf3de3c0d654fda23dad170f0f320a92172509127.9871efa4( )
- ETH 0.006
WETH9.CALL( )
-
WETH9.transfer( dst=0xE646e92cB7200c26F0630801179305f7aDC5c273, wad=6000000000000000 ) => ( True )
-
UniswapV2Pair.STATICCALL( )
-
TrumpOnX.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 639700627878865298557758934 )
-
UniswapV2Pair.STATICCALL( )
-
UniswapV2Pair.STATICCALL( )
-
WETH9.balanceOf( 0xE646e92cB7200c26F0630801179305f7aDC5c273 ) => ( 8271336101985690509 )
UniswapV2Pair.swap( amount0Out=379475229289645476738874964, amount1Out=0, to=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, data=0x )
-
TrumpOnX.transfer( recipient=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, amount=379475229289645476738874964 ) => ( True )
-
TrumpOnX.balanceOf( account=0xE646e92cB7200c26F0630801179305f7aDC5c273 ) => ( 524321349457874369156232255211 )
-
WETH9.balanceOf( 0xE646e92cB7200c26F0630801179305f7aDC5c273 ) => ( 8271336101985690509 )
-
-
TrumpOnX.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 1019175857168510775296633898 )
File 1 of 3: WETH9
File 2 of 3: UniswapV2Pair
File 3 of 3: TrumpOnX
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 2 of 3: 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);
File 3 of 3: TrumpOnX
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.17;interface IERC20 {function decimals() external view returns (uint8);function symbol() external view returns (string memory);function name() external view returns (string memory);function totalSupply() external view returns (uint256);function balanceOf(address account) external view returns (uint256);function transfer(address recipient,