Transaction Hash:
Block:
20933234 at Oct-10-2024 05:51:47 AM +UTC
Transaction Fee:
0.00165565362061051 ETH
$6.20
Gas Used:
153,910 Gas / 10.757284261 Gwei
Emitted Events:
185 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
|
186 |
WETH9.Deposit( dst=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, wad=43214663276874269 )
|
187 |
WETH9.Transfer( src=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, dst=UniswapV2Pair, wad=43214663276874269 )
|
188 |
vitalikNobel.Transfer( from=UniswapV2Pair, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, value=19458464457627 )
|
189 |
UniswapV2Pair.Sync( reserve0=10713309558432180552, reserve1=4818929310293422 )
|
190 |
UniswapV2Pair.Swap( sender=[Receiver] 0xf3de3c0d654fda23dad170f0f320a92172509127, amount0In=43214663276874269, amount1In=0, amount0Out=0, amount1Out=19458464457627, to=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec )
|
191 |
0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 0000000000000000000000000000000000000000000000000000000000000000, 000000000000000000000000f1680975c2d680177e13d464edc87e87bfdfbde5, 0000000000000000000000005d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, 00000000000000000000000000000000000000000000000000998781ddb4ca1d, 000000000000000000000000000000000000000000000000000011b286dca39b )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x2Ee2c12E...9F9b17f95 | |||||
0x5d2fcf5d...7482fE1eC |
0.047653571942019269 Eth
Nonce: 239
|
0.00278325504453449 Eth
Nonce: 240
| 0.044870316897484779 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 19.111625650933574362 Eth | 19.111853197131919942 Eth | 0.00022754619834558 | |
0xC02aaA39...83C756Cc2 | 2,970,690.129739983464226735 Eth | 2,970,690.172954646741101004 Eth | 0.043214663276874269 | ||
0xf1680975...7BfdfbDe5 |
Execution Trace
ETH 0.043214663276874269
0xf3de3c0d654fda23dad170f0f320a92172509127.9871efa4( )
- ETH 0.043214663276874269
WETH9.CALL( )
-
WETH9.transfer( dst=0x2Ee2c12E1A3C6577BBf681bAD5e6b239F9b17f95, wad=43214663276874269 ) => ( True )
-
UniswapV2Pair.STATICCALL( )
-
vitalikNobel.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 0 )
-
UniswapV2Pair.STATICCALL( )
-
UniswapV2Pair.STATICCALL( )
-
WETH9.balanceOf( 0x2Ee2c12E1A3C6577BBf681bAD5e6b239F9b17f95 ) => ( 10713309558432180552 )
UniswapV2Pair.swap( amount0Out=0, amount1Out=19458464457627, to=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, data=0x )
-
vitalikNobel.transfer( recipient=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC, amount=19458464457627 ) => ( True )
-
WETH9.balanceOf( 0x2Ee2c12E1A3C6577BBf681bAD5e6b239F9b17f95 ) => ( 10713309558432180552 )
-
vitalikNobel.balanceOf( account=0x2Ee2c12E1A3C6577BBf681bAD5e6b239F9b17f95 ) => ( 4818929310293422 )
-
-
vitalikNobel.balanceOf( account=0x5d2fcf5dE2f9e78849B803045Bbaf4c7482fE1eC ) => ( 19458464457627 )
File 1 of 3: WETH9
File 2 of 3: UniswapV2Pair
File 3 of 3: vitalikNobel
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: vitalikNobel
12345678910111213141516/**//SPDX-License-Identifier: MIThttps://t.me/vitalik_Nobel*/pragma solidity 0.8.23;abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}}interface IERC20 {function totalSupply() external view returns (uint256);