Transaction Hash:
Block:
22724095 at Jun-17-2025 12:01:35 PM +UTC
Transaction Fee:
0.00028051564244793 ETH
$1.02
Gas Used:
112,947 Gas / 2.48360419 Gwei
Emitted Events:
60 |
POOH.Transfer( from=[Sender] 0x382ffce2287252f930e1c8dc9328dac5bf282ba1, to=UniswapV2Pair, value=103780079775703226212345653096 )
|
61 |
WETH9.Transfer( src=UniswapV2Pair, dst=[Receiver] ZeroEx, wad=416037614604254916 )
|
62 |
UniswapV2Pair.Sync( reserve0=38618171933991376396693505939857, reserve1=154862577690222426857 )
|
63 |
UniswapV2Pair.Swap( sender=[Receiver] ZeroEx, amount0In=103780079775703226212345653096, amount1In=0, amount0Out=0, amount1Out=416037614604254916, to=[Receiver] ZeroEx )
|
64 |
WETH9.Withdrawal( src=[Receiver] ZeroEx, wad=416037614604254916 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x382fFCe2...5BF282bA1 | (Coinbase: Fees) |
1.709415258129561505 Eth
Nonce: 24660
|
2.125172357091368491 Eth
Nonce: 24661
| 0.415757098961806986 | |
0x6Adb3baB...16393C200
Miner
| (MEV Builder: 0x6adb...200) | 5.024234256454182342 Eth | 5.024346698787672405 Eth | 0.000112442333490063 | |
0xAf06e7c7...3c34164e9 | |||||
0xB69753c0...3DC07E371 | |||||
0xC02aaA39...83C756Cc2 | 2,618,663.337932458494258198 Eth | 2,618,662.921894843890003282 Eth | 0.416037614604254916 |
Execution Trace
ZeroEx.d9627aa4( )
UniswapFeature.sellToUniswap( tokens=[0xB69753c06BB5c366BE51E73bFc0cC2e3DC07E371, 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE], sellAmount=103780079775703226212345653096, minBuyAmount=395235733874042155, isSushi=False ) => ( buyAmount=416037614604254916 )
-
POOH.transferFrom( from=0x382fFCe2287252F930E1C8DC9328dac5BF282bA1, to=0xAf06e7c7170EB22D52eb09b5EC5d1373c34164e9, amount=103780079775703226212345653096 ) => ( True )
-
UniswapV2Pair.STATICCALL( )
UniswapV2Pair.swap( amount0Out=0, amount1Out=416037614604254916, to=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, data=0x )
-
WETH9.transfer( dst=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, wad=416037614604254916 ) => ( True )
-
POOH.balanceOf( account=0xAf06e7c7170EB22D52eb09b5EC5d1373c34164e9 ) => ( 38618171933991376396693505939857 )
-
WETH9.balanceOf( 0xAf06e7c7170EB22D52eb09b5EC5d1373c34164e9 ) => ( 154862577690222426857 )
-
WETH9.withdraw( wad=416037614604254916 )
- ETH 0.416037614604254916
ZeroEx.CALL( )
- ETH 0.416037614604254916
- ETH 0.416037614604254916
Coinbase: Fees.CALL( )
-
sellToUniswap[UniswapFeature (ln:98)]
File 1 of 5: ZeroEx
File 2 of 5: UniswapV2Pair
File 3 of 5: POOH
File 4 of 5: WETH9
File 5 of 5: UniswapFeature
12345678910111213141516/*Copyright 2020 ZeroEx Intl.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.*/pragma solidity ^0.6.5;pragma experimental ABIEncoderV2;import "@0x/contracts-utils/contracts/src/v06/LibBytesV06.sol";import "./migrations/LibBootstrap.sol";
File 2 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);
File 3 of 5: POOH
1234567891011// 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: UniswapFeature
12345678910111213141516// SPDX-License-Identifier: Apache-2.0/*Copyright 2020 ZeroEx Intl.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.*/pragma solidity ^0.6.5;pragma experimental ABIEncoderV2;import "@0x/contracts-erc20/contracts/src/v06/IERC20TokenV06.sol";