Transaction Hash:
Block:
22658242 at Jun-08-2025 07:00:47 AM +UTC
Transaction Fee:
0.000301959844087695 ETH
$0.91
Gas Used:
121,915 Gas / 2.476806333 Gwei
Emitted Events:
50 |
WETH9.Transfer( src=[Sender] 0xca74f404e0c7bfa35b13b511097df966d5a65597, dst=UniswapV2Pair, wad=300000000000000000 )
|
51 |
Contract.Transfer( from=UniswapV2Pair, to=[Sender] 0xca74f404e0c7bfa35b13b511097df966d5a65597, value=199793048489236882820381 )
|
52 |
UniswapV2Pair.Sync( reserve0=66295317438749162729939855, reserve1=99547344168724095361 )
|
53 |
UniswapV2Pair.Swap( sender=[Receiver] AggregationRouterV6, amount0In=0, amount1In=300000000000000000, amount0Out=199793048489236882820381, amount1Out=0, to=[Sender] 0xca74f404e0c7bfa35b13b511097df966d5a65597 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x3b991130...1C3E7C256 | |||||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 11.179083880614566749 Eth | 11.179327710614566749 Eth | 0.00024383 | |
0x6a63bE37...a64eB618e | |||||
0xC02aaA39...83C756Cc2 | |||||
0xcA74F404...6D5a65597 |
2.142935335537773769 Eth
Nonce: 430561
|
2.142633375693686074 Eth
Nonce: 430562
| 0.000301959844087695 |
Execution Trace
AggregationRouterV6.unoswap( token=1097077688018008265106216665536940668749033598146, amount=300000000000000000, minReturn=199773069184387959132098, dex=3618502788666131108443710414547784695615338141909409997824237256640555606414 ) => ( returnAmount=199793048489236882820381 )
-
WETH9.transferFrom( src=0xcA74F404E0C7bfA35B13B511097df966D5a65597, dst=0x6a63bE37A5501dC0f88ed3FA21d3cf9a64eB618e, wad=300000000000000000 ) => ( True )
-
UniswapV2Pair.STATICCALL( )
UniswapV2Pair.swap( amount0Out=199793048489236882820381, amount1Out=0, to=0xcA74F404E0C7bfA35B13B511097df966D5a65597, data=0x )
-
Contract.transfer( recipient=0xcA74F404E0C7bfA35B13B511097df966D5a65597, amount=199793048489236882820381 ) => ( True )
-
Contract.balanceOf( account=0x6a63bE37A5501dC0f88ed3FA21d3cf9a64eB618e ) => ( 66295317438749162729939855 )
-
WETH9.balanceOf( 0x6a63bE37A5501dC0f88ed3FA21d3cf9a64eB618e ) => ( 99547344168724095361 )
-
File 1 of 4: AggregationRouterV6
File 2 of 4: UniswapV2Pair
File 3 of 4: WETH9
File 4 of 4: Contract
12345678910111213141516/*,▄▓▓██▌ ,╓▄▄▓▓▓▓▓▓▓▓▄▄▄,,,▓██▓███▓▄▓███▓╬╬╬╬╬╬╬╬╬╬╬╬╬▓███▓▄,▄█ ▓██╬╣███████╬▓▀╬╬▓▓▓████████████▓█████▄,▓██▌ ▓██╬╣██████╬▓▌ ██████████████████████▌╙╙▀ⁿ▐████████╬▓████▓▓█╨ ▄ ╟█████████▓▓╬╬╬╬╬▓▓█████▓▄└▀▓▓▄╓ ╟█▓╣█████▓██████▀ ╓█▌ ███████▓▓▓▓▓╬╬╬╬╬╬╬╬╬╬╬╬▓██▓▄└▀████▓▄╥ ▐██╬╬██████████╙ Æ▀─ ▓███▀╚╠╬╩▀▀███████▓▓╬╬╬╬╬╬╬╬╬██▄└▀██▓▀▀█████▓╬▓██████▀ ▄█████▒╠" └╙▓██████▓╬╬╬╬╬╬╬╬██▄└▀██▄,└╙▀▀████▌└╙ ^"▀╙╙╙"╙██ @▄ ╙▀███████╬╬╬╬╬╬╬██µ└▀██▓▄, ██▌ ╒ ╙█▓ ]▓█▓╔ ▀███████▓╬╬╬╬╬▓█▌▀█████ ▓ ╟█▌ ]╠██▓░▒╓ ▀████████╬╬╬╬╣█▌▐████ ╓█▀█▌ ,██▌ ╚Å███▓▒▒╠╓ ╙█████████╬╬╬╣█▌└████ ▓█░░▓█ ▀▀▀ φ▒╫████▒▒▒▒╠╓ █████████▓╬╬▓█µ╘███µ ▌▄█▓▄▓▀` ,▀ ,╔╠░▓██████▌╠▒▒▒φ ██████████╬╬██▐████µ╙▓▀` ,▀╙,╔╔φφφ╠░▄▓███████▌░▓╙▒▒▒╠ └██╬███████╬▓█⌐
File 2 of 4: 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 4: 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 4 of 4: Contract
12345678910111213141516/*https://shrub.lol/@ShrubTheHedgehog*/// SPDX-License-Identifier: Unlicensedpragma solidity ^0.8.17;abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;