Transaction Hash:
Block:
22559420 at May-25-2025 11:04:23 AM +UTC
Transaction Fee:
0.000049807661110283 ETH
$0.19
Gas Used:
133,951 Gas / 0.371834933 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x34d03450...8CF36D610 |
0.009399666016991164 Eth
Nonce: 1513
|
0.009349858355880881 Eth
Nonce: 1514
| 0.000049807661110283 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 22.369803684681982302 Eth | 22.369803717499977302 Eth | 0.000000032817995 |
Execution Trace
AggregationRouterV6.unoswap2( token=1248875146012964071876423320777688075155124985543, amount=200000000, minReturn=63073686815493960432855, dex=18092513943330655534932966408747765598986377444226837009541480647827079761563, dex2=226156424291633195643779213393143757502666700038265219059859631136364955443 ) => ( returnAmount=2845167448577688530431208231222343648354413640624171475760439934106163099828 )
UniswapV3Pool.swap( recipient=0x99fE00026247953e792a7F02aDA40714e8D20733, zeroForOne=False, amountSpecified=200000000, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x00000000000000000000000034D03450AAA9A32738B148BEFCF49F38CF36D6100000000000000000000000000000000000000000000000000000000000000000 ) => ( amount0=-80247320825613446, amount1=200000000 )
-
WETH9.transfer( dst=0x99fE00026247953e792a7F02aDA40714e8D20733, wad=80247320825613446 ) => ( True )
-
TetherToken.balanceOf( who=0xc7bBeC68d12a0d1830360F8Ec58fA599bA1b0e9b ) => ( 1672863015714 )
AggregationRouterV6.uniswapV3SwapCallback( amount0Delta=-80247320825613446, amount1Delta=200000000, 0x00000000000000000000000034D03450AAA9A32738B148BEFCF49F38CF36D6100000000000000000000000000000000000000000000000000000000000000000 )
-
UniswapV3Pool.STATICCALL( )
-
UniswapV3Pool.STATICCALL( )
-
UniswapV3Pool.STATICCALL( )
-
TetherToken.transferFrom( _from=0x34d03450AAa9a32738B148bEFcF49f38CF36D610, _to=0xc7bBeC68d12a0d1830360F8Ec58fA599bA1b0e9b, _value=200000000 )
-
-
TetherToken.balanceOf( who=0xc7bBeC68d12a0d1830360F8Ec58fA599bA1b0e9b ) => ( 1673063015714 )
-
-
UniswapV2Pair.STATICCALL( )
File 1 of 5: AggregationRouterV6
File 2 of 5: UniswapV3Pool
File 3 of 5: WETH9
File 4 of 5: TetherToken
File 5 of 5: UniswapV2Pair
12345678910111213141516/*,▄▓▓██▌ ,╓▄▄▓▓▓▓▓▓▓▓▄▄▄,,,▓██▓███▓▄▓███▓╬╬╬╬╬╬╬╬╬╬╬╬╬▓███▓▄,▄█ ▓██╬╣███████╬▓▀╬╬▓▓▓████████████▓█████▄,▓██▌ ▓██╬╣██████╬▓▌ ██████████████████████▌╙╙▀ⁿ▐████████╬▓████▓▓█╨ ▄ ╟█████████▓▓╬╬╬╬╬▓▓█████▓▄└▀▓▓▄╓ ╟█▓╣█████▓██████▀ ╓█▌ ███████▓▓▓▓▓╬╬╬╬╬╬╬╬╬╬╬╬▓██▓▄└▀████▓▄╥ ▐██╬╬██████████╙ Æ▀─ ▓███▀╚╠╬╩▀▀███████▓▓╬╬╬╬╬╬╬╬╬██▄└▀██▓▀▀█████▓╬▓██████▀ ▄█████▒╠" └╙▓██████▓╬╬╬╬╬╬╬╬██▄└▀██▄,└╙▀▀████▌└╙ ^"▀╙╙╙"╙██ @▄ ╙▀███████╬╬╬╬╬╬╬██µ└▀██▓▄, ██▌ ╒ ╙█▓ ]▓█▓╔ ▀███████▓╬╬╬╬╬▓█▌▀█████ ▓ ╟█▌ ]╠██▓░▒╓ ▀████████╬╬╬╬╣█▌▐████ ╓█▀█▌ ,██▌ ╚Å███▓▒▒╠╓ ╙█████████╬╬╬╣█▌└████ ▓█░░▓█ ▀▀▀ φ▒╫████▒▒▒▒╠╓ █████████▓╬╬▓█µ╘███µ ▌▄█▓▄▓▀` ,▀ ,╔╠░▓██████▌╠▒▒▒φ ██████████╬╬██▐████µ╙▓▀` ,▀╙,╔╔φφφ╠░▄▓███████▌░▓╙▒▒▒╠ └██╬███████╬▓█⌐
File 2 of 5: UniswapV3Pool
12345678910111213141516// SPDX-License-Identifier: BUSL-1.1pragma solidity =0.7.6;import './interfaces/IUniswapV3Pool.sol';import './NoDelegateCall.sol';import './libraries/LowGasSafeMath.sol';import './libraries/SafeCast.sol';import './libraries/Tick.sol';import './libraries/TickBitmap.sol';import './libraries/Position.sol';import './libraries/Oracle.sol';import './libraries/FullMath.sol';import './libraries/FixedPoint128.sol';import './libraries/TransferHelper.sol';import './libraries/TickMath.sol';import './libraries/LiquidityMath.sol';import './libraries/SqrtPriceMath.sol';
File 3 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 4 of 5: TetherToken
12345678910111213141516pragma solidity ^0.4.17;/*** @title SafeMath* @dev Math operations with safety checks that throw on error*/library SafeMath {function mul(uint256 a, uint256 b) internal pure returns (uint256) {if (a == 0) {return 0;}uint256 c = a * b;assert(c / a == b);return c;}
File 5 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);