Transaction Hash:
Block:
22658202 at Jun-08-2025 06:52:47 AM +UTC
Transaction Fee:
0.000124162696000728 ETH
$0.46
Gas Used:
132,363 Gas / 0.938046856 Gwei
Emitted Events:
717 |
BULEI.Transfer( from=[Sender] 0xc676ed68135212efd03385ed7c222672ccf8bed1, to=UniswapV2Pair, value=40 )
|
718 |
BULEI.Approval( owner=[Sender] 0xc676ed68135212efd03385ed7c222672ccf8bed1, spender=[Receiver] AggregationRouterV6, value=0 )
|
719 |
WETH9.Transfer( src=UniswapV2Pair, dst=[Receiver] AggregationRouterV6, wad=4 )
|
720 |
UniswapV2Pair.Sync( reserve0=191419918279206711988, reserve1=19831947184992883203 )
|
721 |
UniswapV2Pair.Swap( sender=[Receiver] AggregationRouterV6, amount0In=40, amount1In=0, amount0Out=0, amount1Out=4, to=[Receiver] AggregationRouterV6 )
|
722 |
WETH9.Withdrawal( src=[Receiver] AggregationRouterV6, wad=4 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x069e4Aa2...6CfB96713 | |||||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 11.101390181119286409 Eth | 11.101456362619286409 Eth | 0.0000661815 | |
0xC02aaA39...83C756Cc2 | 2,652,340.120509886236408808 Eth | 2,652,340.120509886236408804 Eth | 0.000000000000000004 | ||
0xc676eD68...2cCf8BED1 |
0.000507926538504697 Eth
Nonce: 39
|
0.000383763842503973 Eth
Nonce: 40
| 0.000124162696000724 | ||
0xF879adA5...F871e62f9 |
Execution Trace
AggregationRouterV6.unoswap( token=37783963953832995812040203502574508488890345235, amount=40, minReturn=3, dex=11081664790290026516603559058497038368757683968951915847806241566392454111993 ) => ( returnAmount=4 )
-
BULEI.transferFrom( sender=0xc676eD68135212EfD03385eD7C222672cCf8BED1, recipient=0xF879adA5643d19704661020EC4Bfe5fF871e62f9, amount=40 ) => ( True )
-
UniswapV2Pair.STATICCALL( )
UniswapV2Pair.swap( amount0Out=0, amount1Out=4, to=0x111111125421cA6dc452d289314280a0f8842A65, data=0x )
WETH9.withdraw( wad=4 )
- ETH 0.000000000000000004
AggregationRouterV6.CALL( )
- ETH 0.000000000000000004
- ETH 0.000000000000000004
0xc676ed68135212efd03385ed7c222672ccf8bed1.CALL( )
File 1 of 4: AggregationRouterV6
File 2 of 4: UniswapV2Pair
File 3 of 4: BULEI
File 4 of 4: WETH9
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: BULEI
12345678910111213141516/*BULEI - The Chinese Bretthttps://t.me/BULEI_COINhttps://x.com/Bulei_Coinhttps://bulei.net/*/// SPDX-License-Identifier: UNLICENSEpragma solidity 0.8.23;
File 4 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;